Hi Group,

        One quick question.. If i map the url to some python script in
package say the package name is com and script name is xyz and i have
created the mapping  as follows :-

     mapping = (' / ', 'com.xyz')
     *app = web.application(mapping , globals())        *
*   *
  Here when i declare the app, is it correct to declare as the one which i
have declared above , i .e as an "web.application(mapping,globals())" rather
than "web.subapp = web.subdir_application(mapping) " if not how to have the
url mapping with the py file in different package kindly clarify.




Ranganath.S
I blog at http://ranganaths.wordpress.com

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to