Error starting designer

98 views
Skip to first unread message

Robert Kamarowski

unread,
Sep 18, 2013, 11:22:12 AM9/18/13
to gui...@googlegroups.com
I'm getting the following error:

python -m gui.tools.designer
No module named wx

Mariano Reingart

unread,
Sep 20, 2013, 5:56:35 PM9/20/13
to Robert Kamarowski, gui2py
Hi Robert:

To run gui2py, you need to install the wxPython toolkit.
Please see the Installation Guide with the steps for each platform:

https://code.google.com/p/gui2py/wiki/InstallationGuide

Best regards,

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com

Robert Kamarowski

unread,
Sep 21, 2013, 12:48:48 PM9/21/13
to gui...@googlegroups.com, Robert Kamarowski
wxPython toolkit is installed.  i followed the install guide.

Mariano Reingart

unread,
Sep 21, 2013, 6:17:02 PM9/21/13
to Robert Kamarowski, gui2py
Maybe you're using differents versions of python and wxPython.
Could you execute python and send me the version string?

You can see:

https://code.google.com/p/gui2py/wiki/InstallationGuide#Troubleshotting

Also, which installer of python / wxpython did you use?
What operating system are you using?
Do you have a wx.py or wx folder somewhere in your paths?

Robert Kamarowski

unread,
Sep 23, 2013, 9:09:23 AM9/23/13
to gui...@googlegroups.com, Robert Kamarowski
C:\Python27>python
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'2.8.12.1 (msw-unicode)'
>>>

C:\Python27>

windows 8

sample.pyw works

Mariano Reingart

unread,
Sep 23, 2013, 9:09:12 PM9/23/13
to Robert Kamarowski, gui2py
Could you test executing it inside the gui2py directory:

cd c:\gui2py
c:\python27\python.exe -m gui.tools.designer

It seems to be an issue with the PYTHONPATH

Best regards
Reply all
Reply to author
Forward
0 new messages