help with wxPython and wxGrid

vincent wehren vincent at visualtrans.de
Mon Apr 11 01:08:17 EDT 2005


"Sam the Cat" <sam_spam_cat at comcast.net> schrieb im Newsbeitrag 
news:LNWdnelNabejW8TfRVn-tg at comcast.com...
| 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 I got started
| ;) -- any help owuld be appreciated
|
|

Try:

from wxPython.wx import *
from wxPython.grid import *

or

import wx
import wx.grid

--
Vincent Wehren 





More information about the Python-list mailing list