On Thu, Dec 16, 2010 at 10:43 PM, Christoph Zwerschke <[email protected]> wrote:
> Am 16.12.2010 17:44 schrieb Alessandro Molina:
>>
>> I found that TG2.1 doesn't install repoze.what-pylons anymore.
>> This seems to cause some problems when importing some controllers.
>
> I think TG2.1 itself never did this, but TG2.1 quickstarted projects with
> auth do. You need to "python setup.py develop" your project.
>

Actually my project is installed with setup.py develop.
I  get the error when i run paster setup-app development.ini in TG2.1
while with TG2.0 it works correctly.

Probably it might depend from the fact that the application setup.py
has been created by TG2.0 and not TG2.1 so it might be missing
something needed by TG2.1

Anyway by manually adding repoze.what-pylons to de setup.py
dependecies of my project the problem is fixed.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk?hl=en.

Reply via email to