google-code-export / ulipad

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

Can not open Ulipad with 'ImportError: DLL load failed' #311

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "UliPad.pyw", line 25, in <module>
  File "UliPad.pyo", line 30, in <module>
  File "wx\__init__.pyo", line 45, in <module>
  File "wx\_core.pyo", line 4, in <module>
  File "wx\_core_.pyo", line 12, in <module>
  File "wx\_core_.pyo", line 10, in __load
ImportError: DLL load failed: 找不到指定的模块。

What version of the product are you using? On what operating system?
ulipad.4.1.py26.exe  Python2.6,Windows 7 32bit.

Please provide any additional information below.
Install Path: d:\tools\ulipad
之前,该机器安装有python2.7 wxPython-2.8-win32-unicode-...-py27.exe
安装在默认路径下,每次用管理员打开,正常!

后发现和我的项目不匹配,全部卸载。
重新下载了python2.6 wxPython-2.8-win32-unicode-...-py26.exe
目前不能打开!

请帮助看看!谢谢!

Original issue reported on code.google.com by csn...@gmail.com on 15 May 2013 at 6:26

GoogleCodeExporter commented 9 years ago
一个是看error.log有什么错误没有。另外就是检查comtypes有没有
安装。实在不行,建议安装源码版本。

Original comment by limo...@gmail.com on 15 May 2013 at 12:07