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 Olivier.Grisel
Recipients Olivier.Grisel, brett.cannon, eric.snow, ncoghlan, pitrou, sbt
Date 2013-12-11.08:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386751477.72.0.180159545098.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
Note however that the problem is not specific to nose. If I rename my initial 'check_forserver.py' script to 'check_forserver', add the '#!/usr/bin/env python' header and make it 'chmod +x' I get the same crash.

So the problem is related to the fact that under posix, valid Python programs can be executable scripts without the '.py' extension.
History
Date User Action Args
2013-12-11 08:44:37Olivier.Griselsetrecipients: + Olivier.Grisel, brett.cannon, ncoghlan, pitrou, sbt, eric.snow
2013-12-11 08:44:37Olivier.Griselsetmessageid: <1386751477.72.0.180159545098.issue19946@psf.upfronthosting.co.za>
2013-12-11 08:44:37Olivier.Grisellinkissue19946 messages
2013-12-11 08:44:37Olivier.Griselcreate