Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Ben Bangert
Hi folks, We're putting out a release candidate for 0.9.6 this time to ensure any quirks we find can be corrected before the final. Please feel free to update your projects (http://wiki.pylonshq.com/display/ pylonsdocs/Upgrading), of course keep a backup of your existing one. :) After

Re: Routes/Pylons shortcircuiting Javascript validation

2007-07-15 Thread voltron
It works! After a few days of not staring at the code in puzzlement, I decided to investigate what Erik and Jose suspected; they were right. Since I had started developing the app with all the static files in the applications public folder, I had forgotten to delete them when I started using

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread voltron
Hi! Great to see that a new shiny Pylons version is out :-)) I upgraded Pylons to 0.96 RC1 with easy_install -U Pylons. To test, I just created a new app with paster create -t pylons test3. Instad of a working test I got these errors when starting the new app:

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Ben Bangert
On Jul 15, 2007, at 3:53 AM, voltron wrote: Great to see that a new shiny Pylons version is out :-)) I upgraded Pylons to 0.96 RC1 with easy_install -U Pylons. To test, I just created a new app with paster create -t pylons test3. Instad of a working test I got these errors when starting the

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread voltron
Hi Ben, That worked, the project starts now. Is there some documentation somewhere that I can read about how things are to done with this new version? For example: 1. Using SAContext with 0.96 2. using the Global config object 3. Using the Global response object 4. How to use HTTPExceptions in

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Jose Galvez
Ben Bangert wrote: On Jul 15, 2007, at 10:25 AM, voltron wrote: That worked, the project starts now. Is there some documentation somewhere that I can read about how things are to done with this new version? For example: 1. Using SAContext with 0.96 The latest SAContext works fine, and

Getting Started document

2007-07-15 Thread Chris Perkins
I'm following the steps in the Getting Started document: http://wiki.pylonshq.com/display/pylonsdocs/Getting+Started but I'm not getting far: Basically I've done this: 1) Fresh install of Python from Activestate (2.5.1), on Windows XP 2) Run ez_setup.py 3) Run easy_install Pylons 4) paster

Re: Getting Started document

2007-07-15 Thread Ben Bangert
On Jul 15, 2007, at 1:52 PM, Chris Perkins wrote: I'm following the steps in the Getting Started document: http://wiki.pylonshq.com/display/pylonsdocs/Getting+Started but I'm not getting far: Basically I've done this: 1) Fresh install of Python from Activestate (2.5.1), on Windows XP 2) Run

Re: Getting Started document

2007-07-15 Thread Chris Perkins
On Jul 15, 4:57 pm, Ben Bangert [EMAIL PROTECTED] wrote: This is a strange issue that appears to happen on windows, go into the projects dir and run: python setup.py egg_info And you should be fine. OK, thanks. After doing that I get a different traceback when I do paster serve: File

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Max Ischenko
Hi, Here is the error I got: $ sudo python setup.py egg_info running egg_info Traceback (most recent call last): File setup.py, line 34, in module , File distutils/core.py, line 151, in setup File distutils/dist.py, line 974, in run_commands File distutils/dist.py, line 993, in

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Max Ischenko
On Jul 16, 8:46 am, Max Ischenko [EMAIL PROTECTED] wrote: Nevermind this; This seems to be a known bug in setuptools which pops up if you have any uncommitted directory when you run setup.py. As a workaround, you need to either commit or temporarily revert any directories marked as 'A' by