wx.gizmos on Mac?

Is there a known reason why this would happen on Mac but not Linux?

import wx.gizmos

Traceback (most recent call last):

File “”, line 1, in

ImportError: No module named gizmos

I can still “import wx”, though, and everything else appears to be working okay. I’ve already checked for the file gizmos.py, which is in more or less the same place in both systems. Is this most likely a problem with my wxWidgets installation? Or something else?

thanks,

Nat

Hello,

Works for me, (wxpython 2.8.8.1, OSX 10.5.4)

import wx
import wx.gizmos

···

On Aug 5, 2008, at 5:10 PM, Nathaniel Echols wrote:

Is there a known reason why this would happen on Mac but not Linux?

>>> import wx.gizmos
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gizmos

I can still "import wx", though, and everything else appears to be working okay. I've already checked for the file gizmos.py, which is in more or less the same place in both systems. Is this most likely a problem with my wxWidgets installation? Or something else?

thanks,
Nat
_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Cody Precord wrote:

Works for me, (wxpython 2.8.8.1, OSX 10.5.4)

for me too, thought with OS-X 10.4.11 (and the python.org python 2.5)

Which python are you running?

How did you install wxPython?

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov