Re: PYTHONPATH and modules

2008-08-28 Thread Bruno Desthuilliers
Juan a écrit : Hi I am programming a little script that makes use of a module I developed before. The utils are inside the directory src of the directory utils, and the package is nutum.utils. The script is in the directory src inside the directory sysinfo, and the package is nutum.sysinfo. Wo

PYTHONPATH and modules

2008-08-28 Thread Juan
Hi I am programming a little script that makes use of a module I developed before. The utils are inside the directory src of the directory utils, and the package is nutum.utils. The script is in the directory src inside the directory sysinfo, and the package is nutum.sysinfo. Well, if not clear, t