[google-appengine] Re: Control Packages

2009-04-04 Thread Viktar
Thank you for your help, everything works. On Apr 4, 10:57 am, djidjadji wrote: > Static files can't be opened by your python code. > Just remove them form your app.yaml file. > They will be uploaded and you can use them as templates. > > 2009/4/3 Viktar : > > > > > I am trying to create package

[google-appengine] Re: Control Packages

2009-04-04 Thread djidjadji
Static files can't be opened by your python code. Just remove them form your app.yaml file. They will be uploaded and you can use them as templates. 2009/4/3 Viktar : > > I am trying to create package for controls. Here is my folder > structure: > > /controls >   items.py >   __init__.py > > /con