On 2005-10-20, the_crazy88 <[EMAIL PROTECTED]> wrote:

> os.system("export PYTHONPATH = %s" %("your_pythonpath"))

No, that won't work.  

That will set the environment variable in the shell spawned by
the os.system command.  That shell will then immediately exit,
leaving the caller's environment unchanged.

-- 
Grant Edwards                   grante             Yow!  Are you mentally here
                                  at               at Pizza Hut??
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to