BruceJohnJennerLawso / pspstacklesspython

Automatically exported from code.google.com/p/pspstacklesspython
0 stars 0 forks source link

failed import of ctypes #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import ctypes

What is the expected output? What do you see instead?
a successful import

Please provide any additional information below.

Hi,

When i go to import ctypes, it fails with
no module named _ctypes

in the python.zip file, the __init__.py in the ctypes folder trys to import
a number of modules from _ctypes but fails b/c it cant find it.

So any help with getting ctypes running would be great,

Thanks,
Daniel

Original issue reported on code.google.com by dasac...@gmail.com on 10 Aug 2009 at 5:30