thanks for directing me to look at the model. that is what was causing
the problem...

after trying to look at what was causing problems in my own model, i
decided to see if it would work in other working applications. I
uploaded reddish and added the test.py module and tried running the
module. it worked fine. i uploaded another working application (ie.
puppy) that uses T2 and added the test.py module. when trying to run
the module, however, i received the same error as i received before.

so, i went to the puppy applications db.py model and manipulated the
following:
from applications.plugin_t2.modules.t2 import T2
t2=T2(request,response,session,cache,T,db,all_in_db=True)

the all_in_db portion was causing the problems. when i removed
all_in_db or set it to False, it worked perfectly.

thanks again for your help!! :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to