oops sent to fast... :)

CRbox/
  app.yaml
  Applications/
      admin
      welcome
      plugin_t2



the content of my app.yaml is:
application: web2py
version: 1
api_version: 1
runtime: python

handlers:

- url: /(?P<a>.+?)/static/(?P<b>.+)
  static_files: applications/\1/static/\2
  upload: applications/(.+?)/static/(.+)
  secure: optional

- url: .*
  script: gaehandler.py
  secure: optional

skip_files: |
 ^(.*/)?(
 (app\.yaml)|
 (app\.yml)|
 (index\.yaml)|
 (index\.yml)|
 (#.*#)|
 (.*~)|
 (.*\.py[co])|
 (.*/RCS/.*)|
 (\..*)|
 ((admin|examples|welcome)\.tar)|
 (applications/(admin|examples)/.*)|
 )$

Any ideas?

Thanks
Miguel



On Fri, Jan 2, 2009 at 9:05 AM, Miguel Goncalves
<[email protected]>wrote:

> hi Massimo,
>
> No I do not have an application called "plugin". My directory structure is:
>
> CARbox/
>  Applications/
>
>
> On Fri, Jan 2, 2009 at 12:35 AM, mdipierro <[email protected]>wrote:
>
>>
>> I cannot figure out where that links is built in T2.
>> Do you have an app called plugins?
>>
>> Massimo
>>
>> On Jan 2, 2:13 am, Miguel <[email protected]> wrote:
>> > Hi
>> >
>> > I am using T2 on GAE (dev_appserver for now) and have the following
>> > error:
>> >
>> > [Errno 2] No such file or directory: 'G:\\google_appengine\\CRBox\
>> > \applications/plugins/static/t2/media/tl.png'
>> >
>> > So the server cannot find the file tl.png in the specified path.
>> > This is not surprising since the file really lives in:
>> > G:\google_appengine\CRBox\applications\plugin_t2\static\t2\media
>> >
>> > I am assuming the problem comes from the mapping defined in the yaml
>> > file (which I did not modify yet).
>> > What is the right way of fixing this?
>> >
>> > Thanks
>> > Miguel
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to