From: Roman S. <rn...@on...> - 2003-08-06 05:24:50
|
Oh yes, and I forgot to tell that probably you have wrong line ends (CRLFs instead of just LFs) in pyzor script/modules - so unless you are using Python 2.3, you will get that message. On Tue, 5 Aug 2003, Jonathan Nichols wrote: > > > - find out where your Python 2 interpreter is > > (eg - /usr/bin/python ) > > > Check. > > > - set it explicitely in #!-line in pyzor > > > Done. > > > - check if Python has all libs included, for example: > > > > $ ldd /usr/bin/python > > libdl.so.2 => /lib/libdl.so.2 (0x4002b000) > > libpthread.so.0 => /lib/libpthread.so.0 (0x4002f000) > > libm.so.6 => /lib/libm.so.6 (0x40044000) > > libc.so.6 => /lib/libc.so.6 (0x40065000) > > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > > > root@mailgate jnichols # ldd /usr/bin/python > libdl.so.2 => /lib/libdl.so.2 (0x40017000) > libpthread.so.0 => /lib/libpthread.so.0 (0x4001b000) > libutil.so.1 => /lib/libutil.so.1 (0x4006b000) > libstdc++.so.5 => > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5 (0x4006e000) > libm.so.6 => /lib/libm.so.6 (0x4011d000) > libgcc_s.so.1 => > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc_s.so.1 (0x4013f000) > libc.so.6 => /lib/libc.so.6 (0x40148000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > root@mailgate jnichols # > > > Python hates me. =/ > Sincerely yours, Roman A.Suzi -- - Petrozavodsk - Karelia - Russia - mailto:rn...@on... - |