Re: [python-uk] Python based package installation, how to?

2009-12-15 Thread meitham
Hi Jia, >> $ python >> Python 2.6.4 (r264:75706, Nov  2 2009, 14:38:03) >> [GCC 4.4.1] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. > import pyml >> Traceback (most recent call last): >>   File "", line 1, in >> ImportError: No module named pyml > >>

Re: [python-uk] Python based package installation, how to?

2009-12-15 Thread John Pinner
Hello Jia, What version of Linux are you running? If it's Debian-based, in their wisdom they've changed the search paths, so that a Python standard install may install to a path that Debian doesn't search. Youd' need to set your pythonpath to include, most likely, /usr/lib/python2.6/site-packages