Hi,

I installed python-ctypes package but it doesn't import properly:

Python 2.6.2 (r262:71600, Oct 30 2009, 10:55:35)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "ctypes/__init__.py", line 10, in <module>
    from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes

I don't see _ctypes.so, I need to install some other package or this is a bug?

I'm using the development branch,

Nicola

_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to