Inline::Python is really great, thanks. here's a bug: a Python subroutine returning anything with unicode in it crashes Inline::Python. example below.
i'm running Debian with Perl v5.8.4, "built for i386-linux-thread-multi", and "Python 2.3.4c1 (#2, May 13 2004, 21:46:36) [GCC 3.3.3 (Debian 20040429)] on linux2". thanks, bayle ---------- $ uname -a Linux bayle 2.6.7-1-686 #1 Thu Jul 8 05:36:53 EDT 2004 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux $ perl $a = test(); use Inline Python => <<'END_OF_PYTHON_CODE'; def test(): return u'test' END_OF_PYTHON_CODE ^D Segmentation fault