How is the python path build ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • llothar

    #1

    How is the python path build ?

    Hello,

    i must add my own python.exe and a little patched runtime library with
    my product.

    How can i setup the python path, so that the directories are not taken
    from the registry values for Python2.4 but something relative to my own
    python.exe ?

    With PYTHONPATH i can only add new items in front of sys.path but i
    want start with a clean sys.path without any pre added directories.

Working...