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
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
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
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: