Re: problems with go-pylons.py on Windows

2008-08-19 Thread Florent Aide
On Wed, Aug 20, 2008 at 7:21 AM, Mike Orr <[EMAIL PROTECTED]> wrote: > I've suggested Python should either downgrade the simplejson > dependency or eliminate it. It's not needed for anything in core > Pylons, only for the @jsonify decorator. So why not move @jsonify to > the Cookbook and elimin

Re: problems with go-pylons.py on Windows

2008-08-19 Thread Mike Orr
On Tue, Aug 19, 2008 at 7:27 PM, joep <[EMAIL PROTECTED]> wrote: > > Hi, > > I just saw the email with the update. > > A quick try with ``go-pylons.py --no-site-packages mydevenv`` > finishes without error on Windows XP. Well, the issue is it works *for you* without error. Different people have

Re: problems with go-pylons.py on Windows

2008-08-19 Thread joep
Hi, I just saw the email with the update. A quick try with ``go-pylons.py --no-site-packages mydevenv`` finishes without error on Windows XP. Creating a pylons project with paster works and is served correctly. I haven't tested much more than creating a hello world controller. One possible impr

Re: problems with go-pylons.py on Windows

2008-07-17 Thread Ben Bangert
On Jul 14, 2008, at 6:53 AM, xioster wrote: Having the same problem here: Just to note, we have filed a ticket for this, we'd also be happy to apply these fixes as patches: http://pylonshq.com/project/pylonshq/ticket/493 I should note that the Mercurial bit makes me think go-pylons-dev was

Re: problems with go-pylons.py on Windows

2008-07-14 Thread xioster
Having the same problem here: D:\Python>python go-pylons.py --no-site-packages devenv New python executable in devenv\Scripts\python.exe Installing setuptools...done. Traceback (most recent call last): File "go-pylons.py", line 836, in main() File "go-pylons.p

problems with go-pylons.py on Windows

2008-06-11 Thread joep
I was trying out the bootstrap script on WindowsXP with Python2.4 I used the command go-pylons.py --no-site-packages mydevenv and had several problems with the ``after_install``: * ``join(home_dir, 'bin')`` is wrong on windows (``Scripts`` instead of ``bin`) , the docstring example in the ori