| SAiello at Jentoo.com 
    SAiello at Jentoo.com Thu Mar 4 08:09:29 EST 2004 
 On Thursday 04 March 2004 08:02 am, François Heredero - Top Music SA wrote: > > File "/var/www/localhost/htdocs/python/test.py", line 5, in hello > > sess = Session(req) > > > > TypeError: 'module' object is not callable > > Perhaps Session.Session(req) if you use : > import Session Using "sess=Session.Session(req)", worked. Thank you, 
 |