[Zope-Perl] Error in pyperl

2006-03-24 Thread anand d
hello,   I am attempting to install pyperl and I am having an issue where it can't find perl2.so even though the file is available in    .../python/site-packages/ cd /tmp/pyperl* cd Python-Object; perl Makefile.PL; make install cd .. python setup.py install python test.py Traceback (most rece

Re: [Zope-Perl] Re: Python pyperl

2006-03-25 Thread anand d
  I am using Debian as OS and pyperl version 1.0.1 On Fri, 24 Mar 2006 Felix Schwarz wrote : > > I am attempting to install pyperl and am having an issue where it > > can't find perl2.so even though perl2.so is available in > > /python/site-packages. > >Again: Which Un*x/Linux distribution are

Re: [Zope-Perl] Re: Python pyperl

2006-03-30 Thread anand d
ht have to do something with the path environment set for perl. We were up all nite trying to figure out a soultion but in vain. plz help us out. Anand GNOWSYS TEAM On Sun, 26 Mar 2006 Felix Schwarz wrote : > >anand  d wrote: > > I am using Debian as OS and pyperl version 1.0.1 >

Re: [Zope-Perl] Re: Python pyperl

2006-04-02 Thread anand d
erl finds  functions written in the .pm file Anand GNOWSYS TEAM On Fri, 31 Mar 2006 Felix Schwarz wrote : > >anand  d schrieb: > >>>> perl.require("POSIX") > > 1 > >>>> x=perl.call('import') # import is a function in