Hi 

I've been trying to use webapp2_extras auth and sessions modules in my 
application. I have the application running fine on my machine but it gives 
an error when I run it on GAE. This is the error I get: 
import_string() failed for 'webapp2_extras.appengine.auth.models.User'. 
Possible reasons are: - missing __init__.py in a package; - package or 
module

How can I resolve this? Why is it running fine on my machine and not on 
GAE. Is there a package missing? Isn't the User model bundled with 
webapp2_extras.auth ?

Same question on StackOverflow: 
http://stackoverflow.com/questions/10606843/import-error-for-user-mode<http://stackoverflow.com/questions/10606843/import-error-for-user-model>

 Thanks

-- 
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/-/6onMKoV5a74J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to