Actions
Bug #291
closedimport from ctypes not working
Start date:
04/03/2014
Due date:
% Done:
100%
Resolution:
fixed
Affected Version:
Description
a simple import from ctypes .
bring on xbmc4xbox 3.5 beta:
import ctypes
File "Q:\system\python\python27.zlib\ctypes\__init__.py", line 10, in <module>
ImportError: No module named _ctypes
but i think ctypes since integrated on python since python 2.5
Updated by buzz over 10 years ago
- Status changed from New to Rejected
- Resolution set to wontfix
we dont have ctypes. not any use on the xbox.
Updated by buzz over 10 years ago
- Status changed from Rejected to New
actually, ill double check, but im pretty sure it doesnt work on our platform without some changes. but ill check.
Updated by buzz over 10 years ago
- Status changed from New to Closed
- Assignee set to buzz
- % Done changed from 0 to 100
- Resolution set to fixed
fixed in r32686
Actions