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 ocean-city
Date 2008-09-09.08:39:02
SpamBayes Score 7.1716815e-05
Marked as misclassified No
Message-id <1220949545.4.0.793432672425.issue3813@psf.upfronthosting.co.za>
In-reply-to
Content
On cygwin, py3k aborts if lanches it via symbolic link.

//////////// message beg /////////////////////////

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: can't initialize sys standard streams
ImportError: No module named encodings.utf_8
Aborted (core dumped)

//////////// message end  /////////////////////////

This is because mbstowcs() on cygwin is broken, so _Py_wreadlink() in
Modules/getpath.c is also broken. I'll attach two patches to fix this. I
don't know which is better.
History
Date User Action Args
2008-09-09 08:39:05ocean-citysetrecipients: + ocean-city
2008-09-09 08:39:05ocean-citysetmessageid: <1220949545.4.0.793432672425.issue3813@psf.upfronthosting.co.za>
2008-09-09 08:39:04ocean-citylinkissue3813 messages
2008-09-09 08:39:03ocean-citycreate