Hi there,

In my project, the webinterface was only a part of a bigger system, so
I placed the TG project in a subproject "jobtracking.web". This was
fairly easy, I just had to change some paths in various places.

The only thing that is not working properly is tg-admin shell. The
problem is that tg-admin shell looks in the egg-info file called
"toplevel" to find the project package. If I change the contents of
that file to read "jobtracking.web" then tg-admin works. Of course,
this file is overwritten every time I build the project.

My question is, does changing this file only affect TurboGears, and if
not how can I make the change permanent?

If it _does_ affect some other parts than TurboGears - are there any
plans to allow for such "subproject" structure, i.e. making tg-admin
shell use some other way of locating the correct package?

Arnar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to