Re: [Simpleweb-py-users] How to run simpleweb
Status: Beta
Brought to you by:
essiene
From: Essien I. E. <me...@es...> - 2007-03-02 10:46:16
|
Jack wrote: > Hello simpleweb-py-users, > > I'd like to try out simpleweb. I installed wsgiref and simpleweb > but I haven't figured out where/how to run this: > > simpleweb-admin createproject todolist > > What am I missing? > Hi Jack, Are you on Windows or on a UNIX based system? If you're on UNIX/Linux, the command simpleweb-admin should be installed into your PATH, and just running it from anywhere will work. On Windows, it will be installed to your PYTHONPREFIX/Scripts/ folder, so you can either add that to your Windows Path or you change directory there before you start running stuff. Cheers, Essien |