Not on topic: Just took a look at uliweb project website and here are my
 impressions:
- is not easier to use than web2py (install, editing, project start-up)
- use sqlalchemy as his orm that means no gae orm support
- web2py is much often updated, uliweb last update (
http://code.google.com/p/uliweb/updates/list) - Nov 18, 2009

Now about editing: on  'admin/default/edit/' I just added after 'path =
apath(filename, r=request)'
    import os
    os.system("notepad "+path)
and it worked

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to