william wrote: > > Can you just explain what we have to modify to "to say > TurboGears>=0.9a0dev" ? > Where is the file to modify ?
Beats me. I don't know anything about TurboGears, I just do setuptools and EasyInstall. If I were in your shoes, I'd look at the code lines listed in the error message, and try to find out where 'egg_spec' is first set, and from there trace back to find the source of that information. Judging from the posted traceback, it's either in turbogears/command/__init__.py, or sqlobject/manager/command.py, or in a file that's read (or a module that's called) by one of those two modules. Offhand, I'd guess that something in TurboGears is the more likely culprit since it's a Subversion checkout and Kevin may have been running it with its own version set to 0.9a0 while testing, then later changed it to a .dev tag. Thus, it's more likely to have worked for him and then broken "in the field". But that's all guesswork, as I am not at all familiar with TurboGears internals, especially not the development version.

