I was really foolishness! But I think was not exactly my fault. Scanner module was in simplejson folder and another module in the same folder was trying to import it like I mentioned.
Solution: hack the importing line to from scaner import make_scaner I think it worked locally because it was installed with setup.py into the system. On 26 ago, 20:02, yamandu <[email protected]> wrote: > It can be in fact foolish I am not realizing but it´s very strange. > > When I deploy to GAE via appcfg.py and run a certain function that > depends on the module simplejson.scanner it fails. > > In the log: > > from simplejson.scanner import make_scanner > ImportError: No module named simplejson.scanner > > This module is installed into the modules folder and works locally. > > Some tip on this new mistery!? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

