Re: psyco+webpy

2006-06-26 Thread Amaury Forgeot d'Arc
a a écrit : >> psyco.cannotcompile(??.GET) this gives an error message > invalid syntax Oh, I assumed that you would replace the ?? by the correct expression. You need to specify the GET function of the class you've written in the file "codepsyco.py" (I don't know the class name. It does not appe

Re: psyco+webpy

2006-06-26 Thread a
> psyco.cannotcompile(??.GET) this gives an error message invalid syntax Amaury Forgeot d'Arc wrote: > a a écrit : > > hi i tried psyco+webpy > > > > here is the error that i got > > please let me know if any of you has success run psyco+webpy > > thanks > > > > import web, psyco > > urls = ( > >

Re: psyco+webpy

2006-06-26 Thread Amaury Forgeot d'Arc
a a écrit : > hi i tried psyco+webpy > > here is the error that i got > please let me know if any of you has success run psyco+webpy > thanks > > import web, psyco > urls = ( > '/', 'view', > '/add','add' > ) > psyco.full() > psyco.log() > psyco.profile() > > Launching server: http://0.0.0.0