[google-appengine] Re: Please, tell where to read about imports

2009-03-14 Thread Alexander Meinke
Hi Serega, I'am not really sure about, but __init__.py defines a package. In your case you have a package called controller. This package contains index(.py) and portfolio(.py), which are modules. So, to make your app work, try this: > here is main.py code: > # > f

[google-appengine] Re: templates - offline yes, online no

2008-09-25 Thread Alexander Meinke
Wooble wrote: > The static files are not copied to the same server as your > python scripts so it doesn't matter how you try to reference them; > they're *only* available at their static URLs over the web. So it is impossible having templates in a static_[dir|files], because the template engine wo