PYTHONPATH unnecessary with PythonWin?

Tim Roberts timr at probo.com
Thu Jan 1 19:31:10 EST 2004


"r.e.s." <r.s at ZZmindspring.com> wrote:

>I have no PYTHONPATH nor any other python-related environment 
>variables, yet everything seems fine.  (I'm using PythonWin 
>with winxp.)  As long as modules are loaded through PythonWin,
>is PYTHONPATH unnecessary?  Or am I missing something?

On Windows, the initial value of PYTHONPATH is stored in the registry:

  HKEY_LOCAL_MACHINE\
    SOFTWARE\
      Python\
        PythonCore\
          2.3\
            PythonPath
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list