Problems with importing wxpython. :(

I’ve added want-wx #t to the config, I’ve installed wxpython, I’ve tried simply evrything but it still says “No module named wx”

btw I am trying to run toadpipe’s IDE.

Thanks for any reply.

–Your Mešča

You will need to install wxPython from the wxPython website. If you run windows, you will need to download wxPython’s python2.5 build and install it into Panda’s site-packages dir.

I already did.

(I installed the unicode version, is it a problem?)

No, should be right. Did you install it in the right dir? (Panda’s site-packages dir, not your custom Python installation? The 2.5 version? Does running ppython instead of python help?)

OK, it works.

I restarted IDLE and it worked.

That’s strange. :open_mouth:

But I’ve got this:
from wx.py.editwindow import EditWindowzzz
ImportError: cannot import name EditWindowzzz

Ah, okay. The Python interpreter just had to re-initialize because the paths were updated.

As for your import error, a quick google turns up that the module is called EditWindow, not EditWindowzzz. So, just remove the three "z"s. Maybe you accidentally inserted those? :slight_smile:

and what about this:
from wx.py.editwindow import EditWindowzzz
ImportError: cannot import name EditWindowzzz

ah wait, it’s just bad edit :smiley:

sry, mod, close the thread!

On your request.