Python Crashes
Martin P. Hellwig
martin.hellwig at dcuktec.org
Thu Jan 15 13:30:18 EST 2009
koranthala wrote:
<cut explanation>
This does sounds more to me like a windows/hardware problem, what you
could do is check the windows log for errors, especially look for read
errors from the hard disk.
Windows sometimes can behave very strangely especially if the external
libs don't behave well on a multi process machine or when the execution
prevention gets in the way.
Both problems can be worked around though (setting a uniprocessor flag
at the binary, adding an exception for the execution prevention) but
should not be done without proper reason.
Good luck.
--
mph
More information about the Python-list
mailing list