Discussion:
Using wxPython with Eclipse
g***@mindspring.com
2007-12-09 17:16:13 UTC
Permalink
Good Morning,

I'm using Python 2.4.x, Eclipse 3.2.x w/PyDev, and I'm trying to integrate wxPython 2.8.x. I'm able to run the wxPython demos just fine. Although Eclipse/PyDev accept the "import wx" statement, they are not able to resolve all the wx.zzzzzz references.

Comments, suggestions?

Rodrigo
roee shlomo
2007-12-09 17:32:00 UTC
Permalink
Try to re-configure the Python Interpreter settings in
Window->Preferences->PyDev->Interpreter-Python.
Post by g***@mindspring.com
they are not able to resolve all the wx.zzzzzz references
Any example? If you can run the wxPython demo then I guess most of packages
can be imported, right?
Post by g***@mindspring.com
Good Morning,
I'm using Python 2.4.x, Eclipse 3.2.x w/PyDev, and I'm trying to integrate
wxPython 2.8.x. I'm able to run the wxPython demos just fine. Although
Eclipse/PyDev accept the "import wx" statement, they are not able to resolve
all the wx.zzzzzz references.
Comments, suggestions?
Rodrigo
---------------------------------------------------------------------
Wayne Koorts
2007-12-09 18:13:29 UTC
Permalink
Post by g***@mindspring.com
I'm using Python 2.4.x, Eclipse 3.2.x w/PyDev, and I'm trying to integrate wxPython 2.8.x. I'm able to run the wxPython demos just fine. Although Eclipse/PyDev accept the "import wx" statement, they are not able to resolve all the wx.zzzzzz references.
Comments, suggestions?
This is pretty unlikely (less so if you are using Windows), but it did
happen to me the first time I used Eclipse / Pydev: Check that your
firewall isn't blocking anything that Eclipse is trying to do. The Java
stuff uses all kinds of sockets and things to communicate with itself
which some firewalls will pick up as potentially malicious activity.

Regards,
Wayne
Ben Kaplan
2007-12-09 18:53:34 UTC
Permalink
That is probably something to do with pydev, not wxPython. I know that pydev can't follow symlinks, so that might be your problem (if you're using Linux or Mac). If not, check on pydev's website.

----- Original Message ----
From: "***@mindspring.com" <***@mindspring.com>
To: "wxpython-***@lists.wxwidgets.org" <wxpython-***@lists.wxwidgets.org>
Sent: Sunday, December 9, 2007 12:16:13 PM
Subject: [wxPython-users] Using wxPython with Eclipse


Good Morning,

I'm using Python 2.4.x, Eclipse 3.2.x w/PyDev, and I'm trying to
integrate wxPython 2.8.x. I'm able to run the wxPython demos just fine.
Although Eclipse/PyDev accept the "import wx" statement, they are not able
to resolve all the wx.zzzzzz references.

Comments, suggestions?

Rodrigo

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-***@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-***@lists.wxwidgets.org







____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs

Continue reading on narkive:
Loading...