作者gts2590 (我不是竹中人)
看板Python
标题[问题] omniORBpy
时间Mon Oct 27 17:24:54 2014
我下载了 omniORBpy-4.2.0-win32-py27
根据README.txt
我新建了一个PYTHONPATH
里面包含\lib\python, lib\x86_win32这两个目录
我python 的版本是:
Python 2.7 [MSC v.1500 32 bit(Intel) ] on win32
OS是 Win7
当我下cmd : import CORBA
出现以下错误
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import CORBA
File "D:\omniORBpy-4.2.0\lib\python\CORBA.py", line 3, in <module>
import sys, omniORB.CORBA
File "D:\omniORBpy-4.2.0\lib\python\omniORB\__init__.py", line 46, in
<module>
import _omnipy
ImportError: DLL load failed: 找不到指定的模组。
想请问我是哪里没有弄好吗?
ps. sys.path 路径有
C:\Python27\Lib\idlelib
C:\window\system32\python2\.zip
C:\Python27\DLLs
C:\Python27\lib
C:\Python27\lib\plat-win
C:\Python27\lib\lib-tk
C:\Python27
C:\Python27\lib\site-packages
D:\omniORBpy-4.2.0\lib\python
D:\omniORBpy-4.2.0\lib\x86_win32
麻烦各位高手帮我解惑了 <( _ _ ) >
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 203.196.98.24
※ 文章网址: http://webptt.com/cn.aspx?n=bbs/Python/M.1414401897.A.CAF.html
1F:→ alibuda174: 没装过 但看文件的话 你似乎还有些环境变数没设定 10/27 22:27