Hi,

I am looking for calendar of events to use with Turbogears. My first try 
was with tw2.jqplugins.fullcalendar but couldn't make it work with 
Turbogears.
My next try was with tgapp-calendarevents and Turbogears 2.3.7. It looks 
like tgext.pluggable does not work with TG 2.3.7 (with activated virtualenv 
and installed tgext.pluggable I got "ImportError: No module named 
pluggable" trying to import tgext.pluggable.plug).
Then I created virtualenv with TG 2.3.1 and was succesful installing 
tgext.pluggable and tgapp-calendarevents. The problem I am having now is 
that tables for calendarevents do not get created (or get created somewhere 
where i can't find them, I did run gearbox setup-app after plugging in 
calendarevents) and I'm getting after starting the app:

File 
> "/home/user/src/turbogears/2.3.1/lib/python2.7/site-packages/testcalendar-0.1dev-py2.7.egg/testcalendar/controllers/error.py",
>  
> line *28*, in document
> code=request.params.get('code', resp.status_int),


AttributeError: 'NoneType' object has no attribute 'status_int'



What am I doing wrong?

Any help would be greatly appreciated.

Ernest

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to