wx.gizmos -- No module named gizmos

Support,

Hopefully, this is a simple question to answer.
I am playing around with Python 2.7.3 and wxPython 2.9.5.80.

The following statement does not work:
import wx.gizmos
– No module named gizmos

import wx.gizmos worked using wxPython 2.9.4

Thanks,
Bruce

wxPython 2.9.5.80??? Where did you get that version???

Phoenix:

http://wxpython.org/Phoenix/docs/html/main.html

To the OP: I am not sure what are the plans for wx.gizmos (Robin may
comment on that), but even if the BDFL decides to include that package
I don't think it's one of his top priorities.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

···

On 30 October 2012 08:37, Boštjan Mejak wrote:

wxPython 2.9.5.80??? Where did you get _that_ version???

It would be nice if wxPhoenix .deb/.rpm packages emerge on some wxpython.org webpage – and Windows setup binaries as well. Not daily but as a one-time thing just to test this wxPhoenix. I am not experienced enough to build wxPhoenix on my Lubuntu 12.04 machine, so a .deb package would be terrific. :slight_smile:

P.S.: An idiot-oriented instructions on building wxPhoenix on Lubuntu 12.04 would also be nice. :wink:

I am trying to port my existing code to use python 2.7/3.2 and wxPython Phoenix.

2.9.5.80 was downloaded from Index of /Phoenix/snapshot-builds

···

On Tuesday, October 30, 2012 3:38:01 AM UTC-4, wxGeek wrote:

wxPython 2.9.5.80??? Where did you get that version???

OK for wx.gizmos.
More important, where do I find wx.grid?

···

On Tuesday, October 30, 2012 3:46:49 AM UTC-4, Infinity77 wrote:

On 30 October 2012 08:37, Boštjan Mejak wrote:

wxPython 2.9.5.80??? Where did you get that version???

Phoenix:

http://wxpython.org/Phoenix/docs/html/main.html

To the OP: I am not sure what are the plans for wx.gizmos (Robin may

comment on that), but even if the BDFL decides to include that package

I don’t think it’s one of his top priorities.

Andrea.

“Imagination Is The Only Weapon In The War Against Reality.”

http://www.infinity77.net

-------------------------------------------------------------

def ask_mailing_list_support(email):

if mention_platform_and_version() and include_sample_app():

    send_message(email)

else:

    install_malware()

    erase_hard_drives()

-------------------------------------------------------------

Hi,

OK for wx.gizmos.
More important, where do I find wx.grid?

It's not ready yet; you can see what's available and what is not here:

http://wxpython.org/Phoenix/docs/html/main.html

Sub-libraries ready are wx.adv, wx.dataview and wx.stc - and as far as
I remember Robin is working on wx.html. wx.grid may be the next one to
be ported.

···

On 30 October 2012 13:47, bruce g wrote:

On Tuesday, October 30, 2012 3:46:49 AM UTC-4, Infinity77 wrote:

On 30 October 2012 08:37, Boštjan Mejak wrote:
> wxPython 2.9.5.80??? Where did you get _that_ version???

Phoenix:

Redirecting...

To the OP: I am not sure what are the plans for wx.gizmos (Robin may
comment on that), but even if the BDFL decides to include that package
I don't think it's one of his top priorities.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://www.infinity77.net

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

--
Andrea.

"Imagination Is The Only Weapon In The War Against Reality."

# ------------------------------------------------------------- #
def ask_mailing_list_support(email):

    if mention_platform_and_version() and include_sample_app():
        send_message(email)
    else:
        install_malware()
        erase_hard_drives()
# ------------------------------------------------------------- #