VPython--close causes crash!
Jeff Shannon
jeff at ccvcorp.com
Wed Feb 27 15:06:40 EST 2002
More information about the Python-list mailing list
Wed Feb 27 15:06:40 EST 2002
- Previous message (by thread): VPython--close causes crash!
- Next message (by thread): socket in python 2.2 vs 2.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
chajadan wrote: > It's working fine with VPython's Idle, though I haven't tried just good > plain Idle (don't use it much). I wonder what pythonwin's prob is? > > --chajadan > > At 12:18 AM 2/26/02 -0800, chajadan wrote: > >I downloaded VPython, and PyGeo, but whenever I close the VPython > >generated windows, it crashes all of Pythonwin. > > > >Maybe this is a pythonwin problem, I'll try Idle--but anyone out there > >have any ideas? I'm not specifically familiar with VPython, but it's known that most GUI toolkits have trouble cooperating with each other. Tkinter and wxPython code will not run properly inside of *either* IDLE or PythonWin, under normal circumstances. (It's possible to coerce Tkinter code to work inside of IDLE, since IDLE *is* Tkinter code, but it takes some effort.) I suspect that it's this sort of toolkit-incompatibility that's biting you, here, and that VPython's version of IDLE is modified to allow VPython windows to work properly. Jeff Shannon Technician/Programmer Credit International
- Previous message (by thread): VPython--close causes crash!
- Next message (by thread): socket in python 2.2 vs 2.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list