creating my own module search path

Sean 'Shaleh' Perry shaleh at valinux.com
Mon Feb 26 13:33:26 EST 2001


> try this...
> 
>       cd .../site-packages
>       mkdir sean
>       touch __init__.py
>       cp ..././lib/util.py sean
> 
> restart the interpreter and (from an actual test)...
> 

thanks Bruce, this is what I needed.




More information about the Python-list mailing list