Message169216
| 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:09 | chris.jerdonek | set | recipients: + chris.jerdonek, cvrebert, asvetlov, docs@python |
| 2012-08-27 20:37:09 | chris.jerdonek | set | messageid: <1346099829.76.0.757503282853.issue15533@psf.upfronthosting.co.za> |
| 2012-08-27 20:37:09 | chris.jerdonek | link | issue15533 messages |
| 2012-08-27 20:37:09 | chris.jerdonek | create | |