Hi there,
the __init__.py file inside the pyscgi module is empty, this means that to
import the module properly I need to type:
from pyscgi.pyscgi import *
instead of:
from pyscgi import *
The attached patch fixes the problem.
--
Cheers,
Alberto Ruiz
Index: pyscgi/__init__.py
===================================================================
--- pyscgi/__init__.py (revision 927)
+++ pyscgi/__init__.py (working copy)
@@ -0,0 +1 @@
+from pyscgi import *
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee