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 Apac

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: D:\Projects\Pylons_projects\te

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 a

SQLAlchemy 0.3.9 Released

2007-07-15 Thread mike bayer
SQLAlchemy 0.3.9 Released Version 0.3.9 of SQLAlchemy is released. This is probably not the last of the 0.3 series, but it's the last major set of changes for this line; subsequent releases should probably be only for important bug fixes. 0.3.9includes a lot of important bug fixes as usual, but a

Re: Pylons 0.9.6 Release Candidate 1

2007-07-15 Thread Ben Bangert
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 I believe 0.2.1 also worke

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 wor

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 c

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) Ru

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":

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 """, 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:38 am, Max Ischenko <[EMAIL PROTECTED]> wrote: > Here is the error I got: > > $ sudo python setup.py egg_info > File "/usr/lib/python2.5/site-packages/setuptools-0.6c6-py2.5.egg/ > setuptools/command/egg_info.py", line 224, in get_svn_revision > ValueError: max() arg is an empty s

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'

using Pudge

2007-07-15 Thread Max Ischenko
Hi, I'm trying to migrate to Pylons 0.9.6rc1 and noticed it encourages pudge tool for documentation. Does it work for you? When I tried to use it I first got: python setup.py pudge running pudge error: error in setup.cfg: command 'pudge' has no such option 'highlighter' (note that setup.cfg i