Re: Problems with import

2007-12-04 Thread Alexander Dietz
Aaah, this it it! Thank you very much... Alex On Dec 4, 2007 11:49 AM, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > Hi, > > > > I have some problems when importing a library. Suppose I have a > > directory /home/user/pythonlib/package in which I have a python- >

Problems with import

2007-12-04 Thread Alexander Dietz
Hi, I have some problems when importing a library. Suppose I have a directory /home/user/pythonlib/package in which I have a python-library called test.py. Now I want to import that, so I put the following directory into the PYTHONPATH: /home/user/pythonlib and in my main python script I put: fro