5 messages in com.googlegroups.pylons-discussRe: Create project error , with the n...
FromSent OnAttachments
张沈鹏(电子科大 毕/就业倒计时...)28 Mar 2008 00:18 
Ben Bangert28 Mar 2008 10:20 
Mike Orr28 Mar 2008 11:11 
Ben Bangert28 Mar 2008 11:38 
张沈鹏(电子科大 毕/就业倒计时...)28 Mar 2008 21:13 
Subject:Re: Create project error , with the nightly editon
From:张沈鹏(电子科大 毕/就业倒计时...) (zsp0@public.gmane.org)
Date:03/28/2008 09:13:10 PM
List:com.googlegroups.pylons-discuss

ok , thanks use setup.py develop is ok, in the pre-install I used setup.py install

so , maybe because this problem :)

On Sat, Mar 29, 2008 at 2:38 AM, Ben Bangert <be@groovie.org> wrote:

On Mar 28, 2008, at 11:11 AM, Mike Orr wrote:

Looks like they did what? What's a tarball install?

Tarball install, that is, it grabbed the pylons.tar.gz (tarball) archive from the Mercurial repo, and tried to install it (tarball install). In such an install, setuptools fails to see all the templates in Pylons, which means attempting to make a new project may fail on some platforms, as files it expects to copy over are missing.

The end of the traceback seems to be cut off; it says WindowsError and a glob pattern, but not what the error is. Is the error that a file's missing, or it's trying to find a file named '*.*'?

I'm guessing thats because it was unable to find the templates in the pylons package used to make the project.

- Ben