Dennis Lee Bieber wrote:
I don't know what Komodo is coded in, but if it is using wx, you may
be failing from having two "mainloop" processes... (same problem as
trying to run a Tkinter application from inside IDLE, and probably
trying to run a win32gui application from PythonWin)
No, K
2009/4/5 Kenny x :
> Hello, I have a problem with my wxPython 2.8 Application.
> The program opens and closes and on KomodoEdit it says "wxstreamredirect.py
> returned 1.'
> What's wrong?
> http://paste.pocoo.org/show/80/
>
> P.S. I compared my source code to the source code in wxPython in Act
[EMAIL PROTECTED] wrote:
> I have encountered an annoying problem with wx.Choice from wx.Python.
> Basically, what I want to do is create a drop down box with a set of
> choices (so far so good). The problem is that when the drop down box is
> created, the first entry in the list of the drop down
"Sam the Cat" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
| using "from wxPython.wx import *" under python2.3 I cannot seem to find
the
| wxGrid class -- it says its undefined -- am I missing something obvious ?
I
| know the globalspace import is not the best, but that how