It looks like you have 2 versions of python installed. It looks like its running python from /usr/bin and the libs are in /usr/local/lib
* Kreme ([EMAIL PROTECTED]) wrote: > Subject: Cron <mailman@syth> /usr/bin/python -S [...] > # python -v > # /usr/local/lib/python2.2/site.pyc matches > /usr/local/lib/python2.2/site.py > import site # precompiled from /usr/local/lib/python2.2/site.pyc > # /usr/local/lib/python2.2/os.pyc matches /usr/local/lib/python2.2/os.py > import os # precompiled from /usr/local/lib/python2.2/os.pyc > import posix # builtin > # /usr/local/lib/python2.2/posixpath.pyc matches > /usr/local/lib/python2.2/posixpath.py > import posixpath # precompiled from > /usr/local/lib/python2.2/posixpath.pyc > # /usr/local/lib/python2.2/stat.pyc matches > /usr/local/lib/python2.2/stat.py > import stat # precompiled from /usr/local/lib/python2.2/stat.pyc > # /usr/local/lib/python2.2/UserDict.pyc matches > /usr/local/lib/python2.2/UserDict.py > import UserDict # precompiled from /usr/local/lib/python2.2/UserDict.pyc > Python 2.2 (#1, 07/14/02, 23:25:09) > [GCC Apple cpp-precomp 6.14] on darwin > Type "help", "copyright", "credits" or "license" for more information. ---------------------------------------------- | Matthew Davis /\ http://dogpound.vnet.net/ | |--------------------------------------------| | Tuesday, January 21, 2003 / 10:03PM | ---------------------------------------------- The cost of feathers has risen... Now even DOWN is up! ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
