Cool! And i'd recommend that you take the advice setuptools is giving you and rename the egg-info directory.
Kevin On 1/12/06, kavikaBldr <[EMAIL PROTECTED]> wrote: > > Perfect! Thank you! That did it: > > ================================================================ > C:\dev\tg\sgtestdb_from_mac>python setup.py develop > running develop > ------------------------------------------------------------------------------ > Note: Your current .egg-info directory has a '-' in its name; > this will not work correctly with "setup.py develop". > > Please rename Sysgen-Test-DB.egg-info to Sysgen_Test_DB.egg-info to > correct this problem. > ------------------------------------------------------------------------------ > error: Please rename 'Sysgen-Test-DB.egg-info' to > 'Sysgen_Test_DB.egg-info' before using 'develop' > ================================================================ > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

