install wxWidgets on windows

downloaded, clicked the download, wizard ran, message: installation successful
C:\wxWidgets\3.0.0.0-win32 contains art, build, demos, etc

open python shell

import wx -> no such module

You need to download and install wx for windows for to work. Try for windows builds & be sure to also install the Docs &
Demos Package - it is invaluable.

···

On 05/09/14 03:24, ChazzinMemphis
wrote:

    downloaded, clicked the download, wizard ran,

message: installation successful
C:\wxWidgets\3.0.0.0-win32 contains art, build, demos, etc

open python shell

import wx → no such module

  You received this message because you are subscribed to the Google

Groups “wxPython-users” group.

  To unsubscribe from this group and stop receiving emails from it,

send an email to wxpython-users+unsubscribe@googlegroups.com.

  For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

Python

import wx

here

Hi,

downloaded, clicked the download, wizard ran, message: installation successful
C:\wxWidgets\3.0.0.0-win32 contains art, build, demos, etc

wxWidgets is written in C++, so you install that if you want to develop with C++

open python shell
import wx -> no such module

wxPython is a wrapper for wxWidgets to develop with Python.

The installers for wxPython which GadgetSteve pointed you to include the wxWidgets dll's which are needed, so you don't need to the wxWidgets install you did unless you also want to develop with C++.

Werner

···

On 9/5/2014 4:24, ChazzinMemphis wrote: