[Tutor] What is the Python Path in windows 98?

Israel Evans israel@lith.com
Wed, 14 Nov 2001 11:26:04 -0800


    I found that it helps to include a bit before the rest of your python
path to preserve whatever other presets python already has.  In don't know
if this is how it's supposed to be or if it's just me.

My python path goes something like this. ( if I remember correctly, that is.
)

SET PYTHONPATH=%PYTHONPATH%;C:proj\python    (and so on...)

    I had to do this to keep idle working.  It seemed that if I didn't
include that Percenty bit at the front, my pythonpath would make idle's
pythonpath not work.  This way, everyone is happy. 

-----Original Message-----
From: Patrick K. O'Brien [mailto:pobrien@orbtech.com]
Sent: Wednesday, November 14, 2001 11:10 AM
To: PyTutor
Subject: RE: [Tutor] What is the Python Path in windows 98?


You can also add an environment variable to your autoexec.bat file, listing
the directories to *add* to the Python path:

SET PYTHONPATH=C:\Code;C:\Zope\lib\python

---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor