[TurboGears] Re: tg-admin quickstart issue w/svn version

2005-11-16 Thread Phillip J. Eby
[EMAIL PROTECTED] wrote: Running C:\Python24\python.exe setup.py egg_info Error (exit code: 1) Traceback (most recent call last): File setup.py, line 2, in ? from turbogears.finddata import find_package_data File d:\svn\turbogears\trunk\turbogears\__init__.py, line 11, in ?

[TurboGears] Re: tg-admin quickstart issue w/svn version

2005-11-16 Thread [EMAIL PROTECTED]
Phillip, Excuse my ignorance (I'm new to TurboGears, and fairly new to Python), but I still don't understand what I need to do to work around this issue. Could you please provide specifics on what I need to do? Thanks, Sam

[TurboGears] Re: tg-admin quickstart issue w/svn version

2005-11-16 Thread [EMAIL PROTECTED]
Phillip, Putting the PKG-INFO file in the : D:\svn\TurboGears\trunk\turbogears\quickstart\+project+.egg-info directory and re-running tg-admin quickstart (after deleting the old test directory) worked. Hopefully this is what you intended. Putting it in the test.egg-info directory did not

[TurboGears] Re: tg-admin quickstart issue w/svn version

2005-11-16 Thread Kevin Dangoor
On 11/16/05, Phillip J. Eby [EMAIL PROTECTED] wrote: Create a PKG-INFO file in the test.egg-info subdirectory. It should have one line in it: Version: 0.0 This should get you going, until Kevin and/or myself work out a proper fix. For the time being, I've just added a PKG-INFO file to