﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
224	Error in Python when importing ctypes	haikubot	scottmc	"{{{
/Data/downloads/Django-1.1> python
Python 2.6.2 (r262:71600, Aug 30 2009, 15:41:32) 
[GCC 2.95.3-haiku-090629] on haiku1
Type ""help"", ""copyright"", ""credits"" or ""license"" for more information.
>>> import ctypes
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/boot/common/lib/python2.6/ctypes/__init__.py"", line 10, in <module>
    from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
>>> exit()


/Data/downloads/Django-1.1> python /boot/common/lib/python2.6/test/test_ctypes.py
Traceback (most recent call last):
  File ""/boot/common/lib/python2.6/test/test_ctypes.py"", line 4, in <module>
    import ctypes.test
  File ""/boot/common/lib/python2.6/ctypes/__init__.py"", line 10, in <module>
    from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes
}}}"	defect	closed	high	Haiku Optional Packages	dev-lang/python		normal	fixed		
