Re: Cherrypy setup questions

2007-05-23 Thread Brian Blais
fumanchu wrote: On May 22, 6:38 pm, Brian Blais [EMAIL PROTECTED] wrote: I'd like to start trying out some cherrypy apps, but I've been having some setup problems. I think I need some bone-head simple example to clear my understanding. :) 1) can I configure cherrypy to look at requests

Re: Cherrypy setup questions

2007-05-23 Thread fumanchu
On May 23, 6:11 am, Brian Blais [EMAIL PROTECTED] wrote: fumanchu wrote: On May 22, 6:38 pm, Brian Blais [EMAIL PROTECTED] wrote: I'd like to start trying out some cherrypy apps, but I've been having some setup problems. I think I need some bone-head simple example to clear my

Re: Cherrypy setup questions

2007-05-23 Thread fumanchu
On May 23, 6:11 am, Brian Blais [EMAIL PROTECTED] wrote: fumanchu wrote: On May 22, 6:38 pm, Brian Blais [EMAIL PROTECTED] wrote: I'd like to start trying out some cherrypy apps, but I've been having some setup problems. I think I need some bone-head simple example to clear my

Re: Cherrypy setup questions

2007-05-23 Thread Brian Blais
fumanchu wrote: No, you're not missing anything; my fault. I wasn't very awake when I wrote that, I guess. Don't include the hostname, just write: sn = '/~myusername/apps' cherrypy.quickstart(Root(), sn, config) yay! Thanks, that works perfectly. bb

Cherrypy setup questions

2007-05-22 Thread Brian Blais
Hello, I'd like to start trying out some cherrypy apps, but I've been having some setup problems. I think I need some bone-head simple example to clear my understanding. :) I'm on a system running Apache, that I don't have root access to. I will be publishing the html/image/python files

Re: Cherrypy setup questions

2007-05-22 Thread fumanchu
On May 22, 6:38 pm, Brian Blais [EMAIL PROTECTED] wrote: I'd like to start trying out some cherrypy apps, but I've been having some setup problems. I think I need some bone-head simple example to clear my understanding. :) I'm on a system running Apache, that I don't have root access to.