En Fri, 24 Jul 2009 01:27:10 -0300, David Roberts <d...@vidr.cc> escribió:

I'm trying to port a Python application to Windows, and I'm getting
the following error (which did not occur when running on Linux):

Exception in thread Thread-4:
  File "C:\Python26\lib\threading.py", line 803, in currentThread
    return _active[_get_ident()]
OverflowError: can't convert negative value to unsigned long

Looks like a bug in the thread module - you should report it at http://bugs.python.org

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to