[Zope-Perl] Re: Hellp with perlpy on Windows with Python2.4

2006-05-31 Thread Felix Schwarz
Hi Mathew, Mathew Yeates schrieb: > I am trying to get pyperl compile on Windows with Active State Python > 2.4. I am getting alot of warning messages. Have you ever used Python2.4? Yes, I developed my patches with Python 2.4 but on Linux (Fedora Core). > I'm having some major problems compiling

[Zope-Perl] setting perls ARGV

2006-05-31 Thread Mathew Yeates
Hi Felix I have a perl file which usually gets called from the command line. From my python script I am reading the file into a string and the calling perl.eval on the string. Because the perl script is usually executed from the command line, the script makes use of @ARGV. How can I set this