Environment: debian 4.0
Python 2.4
My \'project\' is installed in:
/usr/lib/python2.4/site-packages/project.
Bu
According to python documentation, this is expected behavior: https://docs.python.org/2.4/lib/module-sys.html:
Notice that the script directory is inserted before the entries inserted as a result of PYTHONPATH.
Under python-2.6 it is different: http://docs.python.org/tutorial/modules.html#the-module-search-path