Missing wrapped sub-module?

1 view
Skip to first unread message

Andrea Gavana

unread,
May 3, 2012, 6:12:37 AM5/3/12
to wxPyth...@googlegroups.com
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 :-)

Andrea.

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

Robin Dunn

unread,
May 3, 2012, 11:55:07 AM5/3/12
to wxpyth...@googlegroups.com
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 :-)

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

--
Robin Dunn
Software Craftsman
http://wxPython.org

Reply all
Reply to author
Forward
0 new messages