[issue7085] strptime problem

2009-10-08 Thread Jiri Krivanek
New submission from Jiri Krivanek jiri.kriva...@betacontrol.cz: The following simple code works perfectly on W2K, WXP, Ubuntu, OSX10.4 OSX10.5. It, however, stopped working on OSX10.6 (Snow Leopard): It simply crashes. It is a strptime() which causes problems to me. Any idea? Any workaround

[issue7085] strptime problem

2009-10-08 Thread Jiri Krivanek
Jiri Krivanek jiri.kriva...@betacontrol.cz added the comment: The suggested workaround helped to solve the issue to me. Thank for it very much. I am using Python 2.4.4 and cannot upgrade to anything above 2.4 due to incompatibility between .pyc files (I have tenths of production sites

[issue1255] Strange Python hangup

2007-10-26 Thread Jiri Krivanek
Jiri Krivanek added the comment: In the mena time, by intuition, I have resolved my troube exactly the way you recommend. Thanks to you, currently I also know what is he core of the problem. So the issue can be closed... __ Tracker [EMAIL PROTECTED] http

[issue1255] Strange Python hangup

2007-10-10 Thread Jiri Krivanek
Jiri Krivanek added the comment: The reason for it is pragmatic: The whole of my application is published as .pyc files. Except of the only one which must stay .py - that one which has to be executable (+x) on Linux and thus it starts with the line: # !/usr/bin/python and then it should only

[issue1255] Strange Python hangup

2007-10-10 Thread Jiri Krivanek
Jiri Krivanek added the comment: One more hint: There is the coincidence of three facts: 1. It uses the thread (if I remove the thread then it works fine). 2. It is double imported (if I remove the outer import then it works fine). 3. There is the strptime() function being used (if I remove