Missing wrapped sub-module?

Hi (Robin),

    in my current wxPython installation (MSW classic, 2.9.3.1, Windows
Vista 64 bit and Python 2.7.2 64 bit), I get an ImportError if I try
to import wx.ribbon:

wx.VERSION_STRING

'2.9.3.1'

import wx.ribbon

Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
ImportError: No module named ribbon

I guess my installation may be broken, or I may have misunderstood something :slight_smile:

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

The C++ ribbon classes haven't been wrapped (yet) so there is no wx.ribbon module.

···

On 5/3/12 3:12 AM, Andrea Gavana wrote:

Hi (Robin),

     in my current wxPython installation (MSW classic, 2.9.3.1, Windows
Vista 64 bit and Python 2.7.2 64 bit), I get an ImportError if I try
to import wx.ribbon:

wx.VERSION_STRING

'2.9.3.1'

import wx.ribbon

Traceback (most recent call last):
   File "<interactive input>", line 1, in<module>
ImportError: No module named ribbon

I guess my installation may be broken, or I may have misunderstood something :slight_smile:

--
Robin Dunn
Software Craftsman