这个问题通常是缺少文件cascci.dll 

或者版本错误 32 64弄错了

C:\Program Files (x86)\Python266>python.exe
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) MSC v.1500 32 bit (Intel) on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import CUBRIDdb
Traceback:  File "<stdin>", line 1, in <module>
  File "C:\Program Files (x86)\Python266\lib\CUBRIDdb\__init__.py", line 9, in <module>
    import _cubrid
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>


没什么说的,下个正确的版本.或者用tlbimp 转一下.

没碰到过,下载源码也不错(没试过).

相关文章:

  • 2022-03-09
  • 2021-07-27
  • 2022-02-24
  • 2021-08-27
  • 2021-10-02
  • 2021-12-26
  • 2021-12-23
  • 2021-08-06
猜你喜欢
  • 2021-12-28
  • 2021-06-10
  • 2021-06-23
  • 2022-02-10
  • 2021-08-02
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案