bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] Python IDLE issue (Win only)


From: Massimiliano Maini
Subject: [Bug-gnubg] Python IDLE issue (Win only)
Date: Fri, 29 Feb 2008 13:19:49 +0100


Here's what I get in the console when clicking on "View/Python Shell (IDLE)...":

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "D:\Documents\Max\gnubg 0.16 noglade\PythonLib\idlelib\PyShell.py", line 11, in <module>
    import threading
  File "D:\Documents\Max\gnubg 0.16 noglade\PythonLib\threading.py", line 714, in <module>
    from thread import stack_size
ImportError: cannot import name stack_size

The funny thing is that, if I just start a Python shell, I can do "import threading" or "from thread
import stack_size" without any issue.

MaX.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]