bug-gnubg
[Top][All Lists]
Advanced

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

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


From: Christian Anthon
Subject: Re: [Bug-gnubg] Python IDLE issue (Win only)
Date: Thu, 13 Mar 2008 12:14:35 +0100

There is not that much you can do with the python interface any way
that makes sense to do in the GUI. If python works in the cl interface
I suggest that we remove the idle python interface.

The only thing I can think of that may be causing the problem you
observe is if some python files are missing or are of the wrong
version, e.g. if you have mixed 2.4 and 2.5 python.

Christian.

On Fri, Feb 29, 2008 at 1:19 PM, Massimiliano Maini
<address@hidden> wrote:
>
> 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.
> _______________________________________________
>  Bug-gnubg mailing list
>  address@hidden
>  http://lists.gnu.org/mailman/listinfo/bug-gnubg
>
>




reply via email to

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