I'm not exactly sure what you mean by running a 'independent batch job in turbogrears in a separate directory'. TurboGears however has a 'scheduler' which can be used to execute batchjobs in a separate thread or childprocess (http://docs.turbogears.org/1.0/Scheduler).
On May 24, 8:41 am, SamDonaldson <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to start an independent batch job in turbogrears in > a separate directory but I got a module not found error. Do I need to > do some extra turbogear initialization or some extra imports? I'm > running the job as such: python job.py so I"m assuming it needs to > connect o turbogear or include some libraries somehow? > > Thanks, > > Sam. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

