This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients asvetlov, chris.jerdonek, cvrebert, docs@python
Date 2012-08-27.20:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346099829.76.0.757503282853.issue15533@psf.upfronthosting.co.za>
In-reply-to
Content
python_dir = os.path.dirname(os.path.realpath(sys.executable))
wrong_cwd = os.path.join(python_dir, 'Doc')

Actually, is there a better directory to be using for this?  I'd like a directory that is guaranteed to exist that is in the same directory as sys.executable -- so that I can construct a simple relative path from that directory to sys.executable.
History
Date User Action Args
2012-08-27 20:37:09chris.jerdoneksetrecipients: + chris.jerdonek, cvrebert, asvetlov, docs@python
2012-08-27 20:37:09chris.jerdoneksetmessageid: <1346099829.76.0.757503282853.issue15533@psf.upfronthosting.co.za>
2012-08-27 20:37:09chris.jerdoneklinkissue15533 messages
2012-08-27 20:37:09chris.jerdonekcreate