Re: OverflowError in RLock.acquire()

2009-07-24 Thread David Roberts
Done: http://bugs.python.org/issue6562 -- David Roberts http://da.vidr.cc/ On Fri, Jul 24, 2009 at 20:24, Gabriel Genellina wrote: > En Fri, 24 Jul 2009 01:27:10 -0300, David Roberts escribió: > >> I'm trying to port a Python application to Windows, and I'm getting >> the following error (whic

Re: OverflowError in RLock.acquire()

2009-07-24 Thread Gabriel Genellina
En Fri, 24 Jul 2009 01:27:10 -0300, David Roberts 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 r

Re: OverflowError in RLock.acquire()

2009-07-23 Thread David Roberts
I forgot to mention, Python version is 2.6.2. -- David Roberts http://da.vidr.cc/ On Fri, Jul 24, 2009 at 14:27, David Roberts wrote: > Hi, > > 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

OverflowError in RLock.acquire()

2009-07-23 Thread David Roberts
Hi, 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: Traceback (most recent call last): File "C:\Python26\lib\threading.py", line 525, in __bootstrap_inner self.run() File "C: