mb wrote: > Hi, > > anybody has an idea? > > ... >> >> now after having upgraded our MySQL Database (see my other post about >> the problems), >> ... >> protocol was tested. Then I got the following error: >> >> Command failed: unsupported operand type(s) for -: 'long' and >> 'datetime.datetime' >>
I don't know where this problem happens in the plugin (you should probably create a ticket in the plugin's Trac), but this looks like a date column (returned as 'long' by MySQL) being manipulated together with a datetime object. Most probably the plugin is not 0.11 compatible. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
