Jiri Krivanek 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 with
Python 2.4.4, with automatic
New submission from Jiri Krivanek :
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?
import time
import thread
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]>
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 (i
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