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 ocean-city
Recipients jfdp, lemburg, ocean-city
Date 2008-09-02.10:19:02
SpamBayes Score 2.9029016e-07
Marked as misclassified No
Message-id <1220350744.08.0.252284781718.issue3719@psf.upfronthosting.co.za>
In-reply-to
Content
[off topic]
I used cygwin to create this patch, but platform.architecture()[1]
becomes empty string because sys.executable in cygwin points to
directory. (at least before installing)

Python 2.6b3+ (trunk:66142M, Sep  2 2008, 17:09:46)
[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.executable
'/home/WhiteRabbit/python-dev/trunk/python'

I workarounded this by inserting "target = './python.exe'" in
_syscmd_file, but sorry if this patch won't work.
History
Date User Action Args
2008-09-02 10:19:04ocean-citysetrecipients: + ocean-city, lemburg, jfdp
2008-09-02 10:19:04ocean-citysetmessageid: <1220350744.08.0.252284781718.issue3719@psf.upfronthosting.co.za>
2008-09-02 10:19:02ocean-citylinkissue3719 messages
2008-09-02 10:19:02ocean-citycreate