Just to create files under *.egg-info, you can use 'python setup.py egg_info'. Absence of files is not really a "problem" because everything except these two (ini template and paster_plugins.txt) under *.egg-info is generated and should not be versioned to begin with.
Sergey. Techniq wrote: > On Jul 3, 4:45 pm, Techniq <[EMAIL PROTECTED]> wrote: > > I've noticed that when using 'paster create' with the '--svn- > > repository=REPOS' option all the files under AppName.egg-info are not > > created. Only the *.ini_tmpl and paster_plugins.txt. If the svn > > option is left off all the appropriate files are created. > > > > Pylons-0.9.5 > > I've found out that the resolution to this problem is to run 'python > setup.py develop' on the new plyons project created with the '--svn- > repository=REPOS' paster create option. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
