PyPerl Installation error
"Sanjay Rawat" <[email protected]> 24 Mar 2010 09:34:10 -0000
| Newsgroups | gmane.comp.web.zope.perl |
|---|---|
| Message-ID | <[email protected]> |
--===============6448458736675945739==
Content-Type: multipart/alternative;
boundary="=_52aee625ec917cf07076ef32c7c25b3d"
--=_52aee625ec917cf07076ef32c7c25b3d
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
Hi All:
I am trying to install Pyperl on my Ubuntu (9.10, Karmic) box. I am running python 2.6.4 with Perl 5.10.0. I followed the instructions i.e. (cd Python-Object; perl Makefile.PL; make install)
python setup.py install
With sudo option.
While running the setup.py install, I got the following errors:
========
sudo python setup.py install
running install
running build
running build_py
running build_ext
building 'perl2' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/include/python2.6 -c perlmodule.c -o build/temp.linux-i686-2.6/perlmodule.o -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDL_HACK -DMULTI_PERL
In file included from /usr/include/python2.6/Python.h:8,
from perlmodule.c:8:
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from perlmodule.c:7:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from perlmodule.c:8:
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from perlmodule.c:7:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
In file included from perlmodule.c:13:
lang_lock.h:4:25: warning: "/*" within comment
lang_lock.h:5:23: warning: "/*" within comment
perlmodule.c: In function ‘call_perl’:
perlmodule.c:221: warning: value computed is not used
In file included from perlmodule.c:255:
opcode.c: In function ‘opmask_addlocal’:
opcode.c:39: warning: format not a string literal and no format arguments
opcode.c:41: warning: format not a string literal and no format arguments
perlmodule.c: At top level:
perlmodule.c:259: warning: function declaration isn’t a prototype
perlmodule.c:372: warning: function declaration isn’t a prototype
perlmodule.c:382: warning: function declaration isn’t a prototype
perlmodule.c:392: warning: function declaration isn’t a prototype
perlmodule.c:402: warning: function declaration isn’t a prototype
perlmodule.c:412: warning: function declaration isn’t a prototype
perlmodule.c:460: warning: function declaration isn’t a prototype
perlmodule.c:513: warning: function declaration isn’t a prototype
perlmodule.c:565: warning: function declaration isn’t a prototype
perlmodule.c:649: warning: function declaration isn’t a prototype
perlmodule.c:748: warning: function declaration isn’t a prototype
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/include/python2.6 -c lang_lock.c -o build/temp.linux-i686-2.6/lang_lock.o -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDL_HACK -DMULTI_PERL
In file included from /usr/include/python2.6/Python.h:8,
from lang_lock.c:6:
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from lang_lock.c:5:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from lang_lock.c:6:
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from lang_lock.c:5:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
In file included from lang_lock.c:8:
lang_lock.h:4:25: warning: "/*" within comment
lang_lock.h:5:23: warning: "/*" within comment
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/include/python2.6 -c lang_map.c -o build/temp.linux-i686-2.6/lang_map.o -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDL_HACK -DMULTI_PERL
In file included from /usr/include/python2.6/Python.h:8,
from lang_map.c:9:
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from lang_map.c:8:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from lang_map.c:9:
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from lang_map.c:8:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
In file included from lang_map.c:12:
lang_lock.h:4:25: warning: "/*" within comment
lang_lock.h:5:23: warning: "/*" within comment
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/include/python2.6 -c svrv_object.c -o build/temp.linux-i686-2.6/svrv_object.o -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDL_HACK -DMULTI_PERL
In file included from /usr/include/python2.6/Python.h:8,
from svrv_object.c:8:
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from svrv_object.c:7:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from svrv_object.c:8:
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/sys/types.h:27,
from /usr/lib/perl/5.10/CORE/perl.h:587,
from svrv_object.c:7:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
In file included from svrv_object.c:17:
lang_lock.h:4:25: warning: "/*" within comment
lang_lock.h:5:23: warning: "/*" within comment
svrv_object.c: In function ‘PySVRV_New’:
svrv_object.c:56: warning: unused variable ‘my_perl’
svrv_object.c: In function ‘pysvrv_keys’:
svrv_object.c:225: warning: unused variable ‘my_perl’
svrv_object.c: In function ‘pysvrv_values’:
svrv_object.c:239: warning: unused variable ‘my_perl’
svrv_object.c:463:26: warning: "/*" within comment
svrv_object.c: In function ‘array_splice’:
svrv_object.c:517: warning: format not a string literal and no format arguments
svrv_object.c:526: warning: format not a string literal and no format arguments
svrv_object.c:538: warning: format not a string literal and no format arguments
svrv_object.c:552: warning: format not a string literal and no format arguments
svrv_object.c: In function ‘pysvrv_pop’:
svrv_object.c:805: warning: unused variable ‘sv’
svrv_object.c: In function ‘pysvrv_remove’:
svrv_object.c:905: warning: unused variable ‘my_perl’
svrv_object.c: In function ‘pysvrv_index’:
svrv_object.c:943: warning: unused variable ‘my_perl’
svrv_object.c: In function ‘pysvrv_av_alloc’:
svrv_object.c:1087: warning: unused variable ‘my_perl’
svrv_object.c: In function ‘pysvrv_getattr’:
svrv_object.c:1183: warning: assignment discards qualifiers from pointer target type
svrv_object.c:1216: warning: format not a string literal and no format arguments
svrv_object.c:1217: warning: format not a string literal and no format arguments
svrv_object.c: In function ‘pysvrv_setattr’:
svrv_object.c:1265: warning: format not a string literal and no format arguments
svrv_object.c:1266: warning: format not a string literal and no format arguments
svrv_object.c: In function ‘pysvrv_length’:
svrv_object.c:1431: error: ‘my_perl’ undeclared (first use in this function)
svrv_object.c:1431: error: (Each undeclared identifier is reported only once
svrv_object.c:1431: error: for each function it appears in.)
svrv_object.c: In function ‘pysvrv_nonzero’:
svrv_object.c:1461: error: ‘my_perl’ undeclared (first use in this function)
svrv_object.c: In function ‘pysvrv_repeat’:
svrv_object.c:1787: warning: unused variable ‘svp’
svrv_object.c: At top level:
svrv_object.c:2012: warning: ‘intargfunc’ is deprecated
svrv_object.c:2013: warning: ‘intargfunc’ is deprecated
svrv_object.c:2014: warning: ‘intintargfunc’ is deprecated
error: command 'gcc' failed with exit status 1
sanjay@sanjay-laptop:~/pythonCode/dist/pyperl-1.0.1c$
==========================
I tried to locate source of error, but I find that 'my_perl' is either defined or its not at all that that line number. I find, instead, 'dCTX' or 'HvKEYS(sv)'. Please help me to srot ou this issue. It will be really great if I can call Perl from my Python code.
thanks in advance
regards
-Sanjay
--=_52aee625ec917cf07076ef32c7c25b3d
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="UTF-8"
Hi All:<br />
I am trying to install Pyperl on my Ubuntu (9.10, Karmic) box. I am running=
python 2.6.4 with Perl 5.10.0. I followed the instructions i.e. (cd Python=
-Object; perl Makefile.PL; make install)<br />
python setup.py install<br />
With sudo option.<br />
While running the setup.py install, I got the following errors:<br />
=3D=3D=3D=3D=3D=3D=3D=3D<br />
sudo python setup.py install<br />
running install<br />
running build<br />
running build_py<br />
running build_ext<br />
building 'perl2' extension<br />
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-pr=
ototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/includ=
e/python2.6 -c perlmodule.c -o build/temp.linux-i686-2.6/perlmodule.o -D_RE=
ENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOUR=
CE -D_FILE_OFFSET_BITS=3D64 -DDL_HACK -DMULTI_PERL<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from perlmodule.c:8:<br />
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefi=
ned<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from perlmodule.c:7:<br />
/usr/include/features.h:158:1: warning: this is the location of the previou=
s definition<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from perlmodule.c:8:<br />
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefine=
d<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from perlmodule.c:7:<br />
/usr/include/features.h:160:1: warning: this is the location of the previou=
s definition<br />
In file included from perlmodule.c:13:<br />
lang_lock.h:4:25: warning: "/*" within comment<br />
lang_lock.h:5:23: warning: "/*" within comment<br />
perlmodule.c: In function =E2=80=98call_perl=E2=80=99:<br />
perlmodule.c:221: warning: value computed is not used<br />
In file included from perlmodule.c:255:<br />
opcode.c: In function =E2=80=98opmask_addlocal=E2=80=99:<br />
opcode.c:39: warning: format not a string literal and no format arguments<b=
r />
opcode.c:41: warning: format not a string literal and no format arguments<b=
r />
perlmodule.c: At top level:<br />
perlmodule.c:259: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:372: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:382: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:392: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:402: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:412: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:460: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:513: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:565: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:649: warning: function declaration isn=E2=80=99t a prototype<b=
r />
perlmodule.c:748: warning: function declaration isn=E2=80=99t a prototype<b=
r />
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-pr=
ototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/includ=
e/python2.6 -c lang_lock.c -o build/temp.linux-i686-2.6/lang_lock.o -D_REEN=
TRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE=
-D_FILE_OFFSET_BITS=3D64 -DDL_HACK -DMULTI_PERL<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from lang_lock.c:6:<br />
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefi=
ned<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from lang_lock.c:5:<br />
/usr/include/features.h:158:1: warning: this is the location of the previou=
s definition<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from lang_lock.c:6:<br />
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefine=
d<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from lang_lock.c:5:<br />
/usr/include/features.h:160:1: warning: this is the location of the previou=
s definition<br />
In file included from lang_lock.c:8:<br />
lang_lock.h:4:25: warning: "/*" within comment<br />
lang_lock.h:5:23: warning: "/*" within comment<br />
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-pr=
ototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/includ=
e/python2.6 -c lang_map.c -o build/temp.linux-i686-2.6/lang_map.o -D_REENTR=
ANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -=
D_FILE_OFFSET_BITS=3D64 -DDL_HACK -DMULTI_PERL<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from lang_map.c:9:<br />
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefi=
ned<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from lang_map.c:8:<br />
/usr/include/features.h:158:1: warning: this is the location of the previou=
s definition<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from lang_map.c:9:<br />
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefine=
d<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from lang_map.c:8:<br />
/usr/include/features.h:160:1: warning: this is the location of the previou=
s definition<br />
In file included from lang_map.c:12:<br />
lang_lock.h:4:25: warning: "/*" within comment<br />
lang_lock.h:5:23: warning: "/*" within comment<br />
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-pr=
ototypes -fPIC -I/usr/local/include -I/usr/lib/perl/5.10/CORE -I/usr/includ=
e/python2.6 -c svrv_object.c -o build/temp.linux-i686-2.6/svrv_object.o -D_=
REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -D_LARGEFILE_SO=
URCE -D_FILE_OFFSET_BITS=3D64 -DDL_HACK -DMULTI_PERL<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from svrv_object.c:8:<br />
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefi=
ned<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from svrv_object.c:7:<br />
/usr/include/features.h:158:1: warning: this is the location of the previou=
s definition<br />
In file included from /usr/include/python2.6/Python.h:8,<br />
from svrv_object.c:8:<br />
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefine=
d<br />
In file included from /usr/include/sys/types.h:27,<br />
from /usr/lib/perl/5.10/CORE/perl.h:587,<br />
from svrv_object.c:7:<br />
/usr/include/features.h:160:1: warning: this is the location of the previou=
s definition<br />
In file included from svrv_object.c:17:<br />
lang_lock.h:4:25: warning: "/*" within comment<br />
lang_lock.h:5:23: warning: "/*" within comment<br />
svrv_object.c: In function =E2=80=98PySVRV_New=E2=80=99:<br />
svrv_object.c:56: warning: unused variable =E2=80=98my_perl=E2=80=99<br />
svrv_object.c: In function =E2=80=98pysvrv_keys=E2=80=99:<br />
svrv_object.c:225: warning: unused variable =E2=80=98my_perl=E2=80=99<br />
svrv_object.c: In function =E2=80=98pysvrv_values=E2=80=99:<br />
svrv_object.c:239: warning: unused variable =E2=80=98my_perl=E2=80=99<br />
svrv_object.c:463:26: warning: "/*" within comment<br />
svrv_object.c: In function =E2=80=98array_splice=E2=80=99:<br />
svrv_object.c:517: warning: format not a string literal and no format argum=
ents<br />
svrv_object.c:526: warning: format not a string literal and no format argum=
ents<br />
svrv_object.c:538: warning: format not a string literal and no format argum=
ents<br />
svrv_object.c:552: warning: format not a string literal and no format argum=
ents<br />
svrv_object.c: In function =E2=80=98pysvrv_pop=E2=80=99:<br />
svrv_object.c:805: warning: unused variable =E2=80=98sv=E2=80=99<br />
svrv_object.c: In function =E2=80=98pysvrv_remove=E2=80=99:<br />
svrv_object.c:905: warning: unused variable =E2=80=98my_perl=E2=80=99<br />
svrv_object.c: In function =E2=80=98pysvrv_index=E2=80=99:<br />
svrv_object.c:943: warning: unused variable =E2=80=98my_perl=E2=80=99<br />
svrv_object.c: In function =E2=80=98pysvrv_av_alloc=E2=80=99:<br />
svrv_object.c:1087: warning: unused variable =E2=80=98my_perl=E2=80=99<br /=
>
svrv_object.c: In function =E2=80=98pysvrv_getattr=E2=80=99:<br />
svrv_object.c:1183: warning: assignment discards qualifiers from pointer ta=
rget type<br />
svrv_object.c:1216: warning: format not a string literal and no format argu=
ments<br />
svrv_object.c:1217: warning: format not a string literal and no format argu=
ments<br />
svrv_object.c: In function =E2=80=98pysvrv_setattr=E2=80=99:<br />
svrv_object.c:1265: warning: format not a string literal and no format argu=
ments<br />
svrv_object.c:1266: warning: format not a string literal and no format argu=
ments<br />
svrv_object.c: In function =E2=80=98pysvrv_length=E2=80=99:<br />
svrv_object.c:1431: error: =E2=80=98my_perl=E2=80=99 undeclared (first use =
in this function)<br />
svrv_object.c:1431: error: (Each undeclared identifier is reported only onc=
e<br />
svrv_object.c:1431: error: for each function it appears in.)<br />
svrv_object.c: In function =E2=80=98pysvrv_nonzero=E2=80=99:<br />
svrv_object.c:1461: error: =E2=80=98my_perl=E2=80=99 undeclared (first use =
in this function)<br />
svrv_object.c: In function =E2=80=98pysvrv_repeat=E2=80=99:<br />
svrv_object.c:1787: warning: unused variable =E2=80=98svp=E2=80=99<br />
svrv_object.c: At top level:<br />
svrv_object.c:2012: warning: =E2=80=98intargfunc=E2=80=99 is deprecated<br =
/>
svrv_object.c:2013: warning: =E2=80=98intargfunc=E2=80=99 is deprecated<br =
/>
svrv_object.c:2014: warning: =E2=80=98intintargfunc=E2=80=99 is deprecated<=
br />
error: command 'gcc' failed with exit status 1<br />
sanjay@sanjay-laptop:~/pythonCode/dist/pyperl-1.0.1c$ <br />
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D<br />
I tried to locate source of error, but I find that 'my_perl' is either defi=
ned or its not at all that that line number. I find, instead, 'dCTX' or 'Hv=
KEYS(sv)'. Please help me to srot ou this issue. It will be really great if=
I can call Perl from my Python code.<br />
<br />
thanks in advance<br />
regards<br />
-Sanjay<br><Table border=3D0 Width=3D644 Height=3D57 cellspacing=3D0 cellpa=
dding=3D0 style=3D"font-family:Verdana;font-size:11px;line-height:15px;"><T=
R><td><A HREF=3D"http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.re=
diffmail.com/signatureline.htm@Middle?" target=3D"_blank"><IMG SRC=3D"http:=
//sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signat=
ureline.htm@Middle"></A></td></TR></Table>
--=_52aee625ec917cf07076ef32c7c25b3d--
--===============6448458736675945739==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Zope-perl maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-perl
--===============6448458736675945739==--