Message205895
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. |
|
| Date |
User |
Action |
Args |
| 2013-12-11 08:44:37 | Olivier.Grisel | set | recipients:
+ Olivier.Grisel, brett.cannon, ncoghlan, pitrou, sbt, eric.snow |
| 2013-12-11 08:44:37 | Olivier.Grisel | set | messageid: <[email protected]> |
| 2013-12-11 08:44:37 | Olivier.Grisel | link | issue19946 messages |
| 2013-12-11 08:44:37 | Olivier.Grisel | create | |
|