Re: libpython2.4.so

2006-01-07 Thread Levi Campbell
ahh, it all makes sense now, thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: libpython2.4.so

2006-01-06 Thread Martin v. Löwis
Heiko Wundram wrote: >>>what is /usr/lib/libpython2.4.so used for? >> >>Nothing, usually. Things embedding python might use it, such as vim. > > > At least the interpreter uses it on systems where it's enabled... That depends on the system: [EMAIL PROTECTED]:~$ ls -l /usr/lib/libpython2.4.so lr

Re: libpython2.4.so

2006-01-06 Thread Shane Hathaway
Levi Campbell wrote: > what is /usr/lib/libpython2.4.so used for? > On many systems, it is the core of Python, and /usr/bin/python2.4 is a small wrapper around it. Here's what I see on my box: [EMAIL PROTECTED] usr]$ ls -l bin/python2.4 lib/libpython2.4.so.1.0 -rwxr-xr-x 1 root root4072 O

Re: libpython2.4.so

2006-01-06 Thread Heiko Wundram
"Martin v. Löwis" wrote: >> what is /usr/lib/libpython2.4.so used for? > Nothing, usually. Things embedding python might use it, such as vim. At least the interpreter uses it on systems where it's enabled... [EMAIL PROTECTED] ~ $ ldd /usr/bin/python2.4 libpython2.4.so.1.0 => /usr/lib/libp

Re: libpython2.4.so

2006-01-06 Thread Martin v. Löwis
Levi Campbell wrote: > what is /usr/lib/libpython2.4.so used for? Nothing, usually. Things embedding python might use it, such as vim. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list