Olivier Grisel added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19946>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to