My guess would be that something in 1.0b1 is stepping on a name used for geoprocessor. You may want to review how you are handling imports and rewrite any global include (from module import *) to not do that. Alternatively you could use os.system to run the script in another shell instance (which would have its own clean namespace)
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

