from the command line try to import wx - if works
then most likely you have it install correctly. BTW you cut off
the last part of the error message and I can't tell if there is
something wrong with import wx __init__.
It's also my understanding the you can install using pip even for Linux (which this appears to be).
Johnf
--
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-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It's also my understanding the you can install using pip even for Linux (which this appears to be).
--
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.
I see that you may have solved the problem you are having - but to answer your question directly you do the following:
From the command line:
$ python
> import wx
If above works then most likely wxPython is working.
Also the newest version of wxPython can be install using "pip".
If you are a newbie to python then use YouTube to watch one of the many tutorial available and that should help you understand my comments.
Johnf
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.