Paul, did you find a solution to your problem ?
Regards, Florent. On 3/9/07, Florent Aide <[EMAIL PROTECTED]> wrote: > Hi Paul, > > On 3/8/07, Paul Rigor <[EMAIL PROTECTED]> wrote: > > [...] > > > I'm using jpype in order to take advantage of java libs in python. JPype > > basically loads the JVM in memory. My code works outside of tg. But when I > > [...] > > Maybe you should post a sample code to show what you are trying to do ? > > Anyway: did you think to call jpype.attachThreadToJVM() ? TG is > multi-threaded and you must make sure you call this method in the > thread that will call your java libs. > > Hope this helps. > > Florent AIDE. > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

