On Sep 16, 2:40 pm, "Support Desk" <[EMAIL PROTECTED]> wrote:
> What about on a unix box?

Do you have write permissions on, in this case, '/opt/pkgs/python-2.0/
lib/python2.0/site-packages' ?  (Or the entry in your sys.path.)

>>> import sys
>>> sys.path
['', '/opt/pkgs/python-2.0/lib/python2.0', '/opt/pkgs/python-2.0/lib/
python2.0/plat-sunos5', '/opt/pkgs/python-2.0/lib/python2.0/lib-tk', '/
opt/pkgs/python-2.0/lib/python2.0/lib-dynload', '/opt/pkgs/python-2.0/
lib/python2.0/site-packages']



>
> Sincerely,
> Michael H.
>
> -----Original Message-----
> From: Aaron "Castironpi" Brady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 16, 2008 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: How do I add permanently to Pythons sys.path?
>
> On Sep 16, 10:13 am, cnb <[EMAIL PROTECTED]> wrote:
> > >>> sys.path
>
> > ['C:\\Python25\\Progs\\NatLangProc', 'C:\\Python25\\Lib\\idlelib', 'C:\
> > \Windows\\system32\\python25.zip', 'C:\\Python25\\lib\\site-packages\
> > \orange', 'C:\\Python25\\lib\\site-packages\\orange\\OrangeWidgets',
> > 'C:\\Python25\\lib\\site-packages\\orange\\OrangeCanvas', 'C:\
> > \Python25\\DLLs', 'C:\\Python25\\lib', 'C:\\Python25\\lib\\plat-win',
> > 'C:\\Python25\\lib\\lib-tk', 'C:\\Python25', 'C:\\Python25\\lib\\site-
> > packages', 'C:\\Python25\\lib\\site-packages\\Numeric', 'C:\\Python25\
> > \lib\\site-packages\\PIL']
>
> > Now I have my personal programs in C:/Python25/Progs/
>
> > How do I add so that I can just do "import somefile" from anywhere in
> > that directory in the interpreter and it can load files from other
> > folders in that directory.
>
> Add a file: \Lib\site-packages\locals.pth
>
> with contents, path to the directory you want to add (/python25/progs/)
>
>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to