I think the page could be made easier to understand by tweaking the text. It says "C Modules Supported in Python 2.7" and the text goes on to say the list contains modules NOT allowed.
The next heading is for Python 2.5 and lists modules that ARE allowed. If the top header says something like "C modules disallowed in Python 2.7" it might be clearer, and you can change it back if you add lists of both allowed and disallowed for 2.7. On Wed, Jul 25, 2012 at 4:44 AM, Brian Quinlan <[email protected]> wrote: > Hi Yuval, > > Take a look at this link: > https://developers.google.com/appengine/kb/libraries > > Cheers, > Brian > > On Mon, Jul 23, 2012 at 3:11 AM, Yuval Kalev <[email protected]> wrote: >> I seem to be having problems with importing ctypes to use for an MGRS module >> I want to load. >> I keep getting this error: >> >> ImportError: No module named _ctypes >> >> >> Reading posts I read that version 2.7.1-2 might have fixed this issue. Still >> I cannot get it to work. >> >> Any ideas? >> >> >> Thanks, >> >> - Yuval >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/S7pu8and_AEJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Helge Tesdal CTO - mCASH Norge AS +47 815 10 150 http://mCA.SH -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
