Here's another work-around that doesn't require you to install your app
in your python dir.  The changes that broke it were related to #378, so
I'd suggest not doing a tg-admin upgrade with this patch.  I don't have
a feel for what they were trying to do.

--- util.py     (revision 743)
+++ util.py     (working copy)
@@ -64,6 +64,7 @@
         projectname = sys.argv[sys.argv.index("--egg")+1]
     else:
         projectname = get_project_name()
+    return projectname
     egg = pkg_resources.get_distribution(projectname)
     package = list(egg._get_metadata("top_level.txt"))[0]
     return package

Gary Godfrey
Austin, TX

Reply via email to