On Tuesday 20 May 2008 02:41:56 pm lfrancis wrote: > Thanks Eli -- I've been trying to work with the > AdvancedTicketWorkflowPlugin but have had no love, log says: > > ERROR: Skipping "advancedworkflow.controller = > advancedworkflow.controller": (can't import "cannot import name > check_call") > > Hmm. does this plugin require Python 2.5? We're running Python 2.4.4 > here.
I didn't realize it, but yes it does. I'm using subprocess.check_call, which is new in 2.5. I'll see about a backward-compatibility hack. Eli ------------------. "If it ain't broke now, Eli Carter \ it will be soon." -- crypto-gram [EMAIL PROTECTED] `------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
