You can use the Dependency Walker tool to look at the wxPython _core.pyd file and see what DLL it may not be finding.
···
On 1/8/13 1:41 PM, jimmy@cs.cofc.edu wrote:
I downloaded the daily build of Phoenix last weekend and dropped the wx
folder into C:\Python33\lib\site-packages. When I say "import wx" I get
the following:Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32
bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python33\lib\site-packages\wx\__init__.py", line 17, in <module>
from wx.core import *
File "C:\Python33\lib\site-packages\wx\core.py", line 6, in <module>
from ._core import *
ImportError: DLL load failed: The specified module could not be found.The wx folder has a lot of .dll's, and the README file says that I don't
need to move them anywhere on Windows.
Can somebody tell me what I did wrong? This is on Windows XP sp3.Thanks, I hope I didn't pick the wrong place to ask a question like this.
--
Robin Dunn
Software Craftsman