simply put, GAE doesn't allow any python package that includes c extensions.
usually, there are alternatives for "famous" packages that solve with pure python what c extensions do in the "original" package. A simple google search for "tweepy gae" brought up this https://github.com/firelabi/tweepy-gae On Wednesday, April 9, 2014 10:33:04 PM UTC+2, Jaime Sempere wrote: > > > Hi, > > I am using Tweepy which uses ssl, and developing on GAE. > > I donwload Tweepy and put the folder on /modules... then it failed due to > I needed ssl module too. I did the same, and then it failed again: > > ImportError: Cannot import module '_ssl2' > > _ssl2 is a .c file that is in /modules/ssl/_ssl2.c > > > I think web2py is looking for python module instead of _ssl2.c > > How could I solve this? > > > Thanks a lot in advance > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

