beginner's question

Jonathan Hogg jonathan at onegoodidea.com
Tue Jul 30 04:31:24 EDT 2002


On 30/7/2002 4:54, in article 66o19.694966$352.150300 at sccrnsc02, "jano"
<jnana4 at DELETEhotmailCAPS.com> wrote:

> /usr/lib/python2.1/site-packages/Ft/Lib/TestSuite does exist, and I am
> uncertain why python does not see this.  I would expect python to check in
> the /usr/lib/python2.1/site-packages directory to look for 'Ft', but it
> doesn't seem to be doing this.  I am probably making a silly mistake, and
> any help would be appreciated.

Try checking first that you're running the right Python (or the test script
is) - just in case you have two copies installed. Then try invoking Python
(the right one ;-)) and do:

>>> import sys
>>> sys.path
[ .... ]
>>>

to see where it's looking for modules.

Jonathan




More information about the Python-list mailing list