﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
252	TurboGears FCGI stub needs to be updated for F15	geofft		"Apparently commands.py is now command.py, so you need this tiny patch to flup.fcgi and everything works:

{{{
#!diff
--- flup.fcgi    2011-10-18 02:37:00.000000000 -0400
+++ flup.fcgi   2011-10-18 02:37:08.257382186 -0400
@@ -16,7 +16,7 @@

 sys.path.append(code_dir)

-__import__(package_name+'.commands') # Make sure its requirements get satisfied
+__import__(package_name+'.command') # Make sure its requirements get satisfied

 # -- END USER EDIT SECTION
}}}

But it looks like flup.fcgi is in /mit/scripts/deploy/turbogears.tar.gz and not particularly versioned?

Also, in any case, the app seems to think its root directory is /, not the directory you installed it into."	defect	closed	major	Fedora 15	autoinstallers	fixed		
