Re: Localhost test

2008-07-14 Thread Garland, Ken R
Works on my Windows XP machine and on webfaction host which is using Red Hat Enterprise Linux ES release 4 (Nahant Update 6) On Mon, Jul 14, 2008 at 6:19 PM, Mike Orr <[EMAIL PROTECTED]> wrote: > > The Pylons developers need your help. In order to change the default > host= in development.ini fr

Can't install Pylons on Mac

2008-07-14 Thread Mike Orr
Tried to install Pylons 0.9.7 beta on a colleague's Mac and got a funny error: $ easy_install -f http://pylonshq.com/download/0.9.7 -U Pylons Processing Pylons error: couldn't find a setup script in Pylons I'm not sure if virtualenv is creating a corrupted environment or what. go-pylons.py gave

Localhost test

2008-07-14 Thread Mike Orr
The Pylons developers need your help. In order to change the default host= in development.ini from 0.0.0.0 to 127.0.0.1 or localhost, as a couple recent threads on this list have recommended for security, we need to make sure it doesn't break on any platform. I've seen computers that didn't reco

Re: how to resolve the

2008-07-14 Thread Mike Orr
On Mon, Jul 14, 2008 at 9:41 AM, JOLINY <[EMAIL PROTECTED]> wrote: > I am a begener of pylons . now I use it to develope a website. > when i add a object to database, there is an error occured. > > the error is this. > : local variable 'wh_chapter_sort' > referenced before assignment > > this is

how to resolve the

2008-07-14 Thread JOLINY
I am a begener of pylons . now I use it to develope a website. when i add a object to database, there is an error occured. the error is this. : local variable 'wh_chapter_sort' referenced before assignment this is my add object method: class Ma003Controller(BaseController): def

Re: about pylons's session

2008-07-14 Thread Mike Orr
On Mon, Jul 14, 2008 at 4:36 AM, JOLINY <[EMAIL PROTECTED]> wrote: > I used pylons in my web app,I set a attrubute in session for check login. > when I do logout action,the value is still exist. > > this is my code: > def login(self): >username=request.params['userName'] >password=

about pylons's session

2008-07-14 Thread JOLINY
I used pylons in my web app,I set a attrubute in session for check login. when I do logout action,the value is still exist. this is my code: def login(self): username=request.params['userName'] password=request.params['password'] rowset=meta.Session.query(wh_users.WHUsers)\

Re: The Pylons Book

2008-07-14 Thread PyDevler
Hi James, On Jul 11, 10:21 pm, Eric Ongerth <[EMAIL PROTECTED]> wrote: > Visually: looks great! Good work. I agree the book looks great. I had a question about how you are maintaining it. If you don't mind me asking, is it written in "latex", "RST", ... . Also how is it being converted to HTML

Re: The Pylons Book

2008-07-14 Thread [EMAIL PROTECTED]
Hi Alex, I suppose it will indirectly. I currently pay for the server hosting and domain name so some of the money from the book can be used to cover that. If people want to support Pylons financially though giving a donation directly would be a more effective way of doing so. Cheers, James Or

Re: The Pylons Book

2008-07-14 Thread Alex Marandon
2008/7/11 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I'm very pleased to announce that the first draft of the Pylons book is now > complete. I've seen that the book is available for pre-ordering from Amazon and I was wondering if some of the money spent on buying the book would go to the Pylons pro