thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Please add support for wxPython #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when I impot wx module and press ctrl+F9 to run program, an error shows that 
"exceptions.ImportError:No module named wx"
2. How can I fix it?
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by khubaibb...@gmail.com on 22 Jul 2010 at 11:01

GoogleCodeExporter commented 9 years ago
I'm new to python, so tell me how to import wx module in pyscripter. but wx 
works well on my window 7.

Original comment by khubaibb...@gmail.com on 22 Jul 2010 at 11:03

GoogleCodeExporter commented 9 years ago
It works fine here.  Are you sure wxPython is installed for the version of 
Python that PyScripter uses?   In PyScripter File explorer right-click on empty 
space, select Python path and show the site-packages path.  Do you see a wx 
subdirectory there?

Original comment by pyscripter on 30 Jul 2010 at 10:24