Re: Unable to create a new project in pylons

2009-11-09 Thread Doug Latornell
I just ran into this issue while trying to create a new Pylons project to work through the SimpleSite tutorial from the Pylons book. The traceback showed that the error was coming from a version of paste in / usr/local/lib/python2.5/site-packages/paste/script/templates.py event though I had just

Re: Unable to create a new project in pylons

2009-10-13 Thread Sreejith K
Is there any solution for this issue ? On Oct 12, 3:27 pm, Sreejith K sreejith...@gmail.com wrote: I also got the same error. The output of Pdb is ...   File /usr/lib64/python2.5/posixpath.py, line 60, in join     if b.startswith('/'): AttributeError: 'tuple' object

Re: Unable to create a new project in pylons

2009-10-12 Thread Sreejith K
I also got the same error. The output of Pdb is ... File /usr/lib64/python2.5/posixpath.py, line 60, in join if b.startswith('/'): AttributeError: 'tuple' object has no attribute 'startswith' Uncaught exception. Entering post mortem debugging Running 'cont' or 'step'

Unable to create a new project in pylons

2009-10-04 Thread kumar
Hi Everyone I am trying to create a new project by using pylons template but i am getting this error. I pasted the snippet below. Can any one pls help me. $ paster create --template=pylons nav Selected and implied templates: Pylons#pylons Pylons application template Variables: egg:

Re: Unable to create a new project in pylons

2009-10-04 Thread Mike Orr
On Sun, Oct 4, 2009 at 7:58 PM, kumar naveen.nandip...@gmail.com wrote: Hi Everyone I am trying to create a new project by using pylons template but i am getting this error. I pasted the snippet below. Can any one pls help me. $ paster create --template=pylons nav Selected and implied

Unable to create a new project in pylons

2009-10-04 Thread kumar
Hi Everyone I am trying to create a new project by using pylons template but i am getting this error. I pasted the snippet below. Can any one pls help me. $ paster create --template=pylons nav Selected and implied templates: Pylons#pylons Pylons application template Variables: egg:

Re: Unable to create a new project in pylons

2009-10-04 Thread kumar
Thank you very much for your response we tried with some other name but still we are getting this issue please help. On Oct 4, 8:27 pm, Mike Orr sluggos...@gmail.com wrote: On Sun, Oct 4, 2009 at 7:58 PM, kumar naveen.nandip...@gmail.com wrote: Hi Everyone I am trying to create a new project

Re: Unable to create a new project in pylons

2009-10-04 Thread Arun Tomar
On Sun, 2009-10-04 at 20:30 -0700, kumar wrote: Thank you very much for your response we tried with some other name but still we are getting this issue please help. On Oct 4, 8:27 pm, Mike Orr sluggos...@gmail.com wrote: On Sun, Oct 4, 2009 at 7:58 PM, kumar naveen.nandip...@gmail.com

Re: Unable to create a new project in pylons

2009-10-04 Thread Sudhir Bala
-bash-3.2$ python -m pdb /usr/bin/paster create --template=pylons nav /usr/bin/paster(3)module() - __requires__ = 'PasteScript==1.7.3' (Pdb) cont Selected and implied templates: Pylons#pylons Pylons application template Variables: egg: nav package: nav project: nav Enter