Message8598

Author transistor1
Recipients transistor1
Date 2014-06-06.20:16:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402085804.08.0.97341546523.issue2161@psf.upfronthosting.co.za>
In-reply-to
Content
Using Jython 2.7b2, standalone.

Development using the popular Flask python module does not work properly in debug mode, because the underlying Werkzeug module uses sys.executable to determine how Python was launched.

Because sys.executable returns None in the standalone version, it causes Werkzeug's debug mode to crash.

For additional details, please see here: https://github.com/mitsuhiko/werkzeug/pull/541#issuecomment-45378614

and here: https://gist.github.com/paolodina/b98c3f3a159024584e13
History
Date User Action Args
2014-06-06 20:16:44transistor1setrecipients: + transistor1
2014-06-06 20:16:44transistor1setmessageid: <1402085804.08.0.97341546523.issue2161@psf.upfronthosting.co.za>
2014-06-06 20:16:43transistor1linkissue2161 messages
2014-06-06 20:16:43transistor1create