Hi,<br><br>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:
<br><br>from package import test.<br><br>BUT I get an error:<br><br>ImportError: cannot import name test<br><br>So how can I test and check what is going on, why python does not find <br>the library?<br><br><br>Thanks<br>

  Alex<br>