"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 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 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to