One issue though, with the code given above for instantiating a dummy env, I get this traceback: http://oxynux.org/pastebin/lbc6tu-534
It seems that in the line: SQLDB._set_thread_folder(os.path.join(request.folder, 'databases')) request.folder is NoneType, therefore making os.path.join fail. This is rather odd, cause in the tested controller, a: print request.folder gives me the the right path to my application. Any idea? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

