I am very new to Python development and I have a problem with one of my applications on OSX.
Technologies used in this project
- python 2.6
- Django
- google engine
- rpx (openid)
There is no problem loading the site in my Windows application, but when I try to use the same application in OSX 10.6, I get the following problem:
ImportError at / rpx / rpx / login /
No module named _ctypes
Here where the error occurs:
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/ init .py in
#"" create and process C data types in Python "" "import os as _os, sys as _sys
version =" 1.1.0 "from _ctypes import Union, Structure, Array
Any ideas? Thank!