Re: Getting Started document

2007-07-19 Thread Philip Jenvey
On Jul 16, 2007, at 1:50 PM, Chris Perkins wrote: > > On Jul 16, 1:47 pm, Philip Jenvey <[EMAIL PROTECTED]> wrote: >> On Jul 15, 2007, at 2:26 PM, Chris Perkins wrote: >>> On Jul 15, 4:57 pm, Ben Bangert <[EMAIL PROTECTED]> wrote: >> This is a strange issue that appears to happen on windows

Re: Getting Started document

2007-07-16 Thread Chris Perkins
On Jul 16, 1:47 pm, Philip Jenvey <[EMAIL PROTECTED]> wrote: > On Jul 15, 2007, at 2:26 PM, Chris Perkins wrote: > > 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

Re: Getting Started document

2007-07-16 Thread Philip Jenvey
On Jul 15, 2007, at 2:26 PM, Chris Perkins wrote: > > 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

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

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