It works fine, although you need an __init__.py file in the directory. App Engine does have a filesystem; you just can't write to it.
On Oct 28, 5:54 pm, Fabricio Zuardi <[email protected]> wrote: > When you say “not on Wave” I assume you meant “not on Appengine”. > > I am not quite sure appengine supports the * wildcard on imports > because of the no-filesystem thing. Have you tried: > > import money > > and then: > > money.something() > > []s > Fabriciohttp://fabricio.org > > On Oct 28, 2009, at 4:55 PM, JohnnyFive wrote: > > > > > Let's say I have a file called money.py in my main project folder. > > > In my main.py, I have "from money import *" > > > Locally, using Python, that works, but not on Wave. Do I need to > > change somet in the app.yaml file (and if so, what?)? > > > Any help would be appreciated! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Wave API" 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-wave-api?hl=en -~----------~----~----~----~------~----~------~--~---
