Tagged Questions

2
votes
1answer
305 views

Why does import of ctypes raise ImportError?

Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes Traceback (most ...
1
vote
1answer
268 views

Has anyone worked on OpenCV2.1 (pyOpenCV) , Python and Maya2010?

I am using python 2.6.1 corresponding numpy (http://space.dl.sourceforge.net/project/numpy/NumPy/1.5.0/numpy-1.5.0-win32-superpack-python2.6.exe) corresponding pyOpencv ...
0
votes
1answer
85 views

Strange Python Import Error

I am new to Python. I am getting ImportError and seem to have tried everything that's in the documentation and the various notes in this site and other My code is structured as follows: vsm | ...
0
votes
1answer
73 views

blender import error of using wxpython

I call help() in the python 2.6.2 IDLE and then call modules, before showing the list of modules a warning error is : DeprecationWarning: The wxPython compatibility package is no longer ...