Opened 11 years ago

Last modified 11 years ago

#10808 closed defect

Version 0.11 using to_utimestamp instead of to_timestamp — at Version 2

Reported by: binnut_@… Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: major Keywords: loading to_utimestamp
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

The plugin wont load for me, i get the following message

Trac[loader] ERROR: Skipping "tracjsgantt = tracjsgantt": (can't import "ImportError: cannot import name to_utimestamp")

After some research i have found that it is because 0.12 uses to_utimestamp but 0.11 uses to_timestamp.

It seams that this plugin have been changed to match 0.12 in the 0.11 version, but that have introduced this loading bug.

Change History (2)

comment:1 Changed 11 years ago by Chris Nelson

Summary: [Bug] version 0.11 using to_utimestamp instead of to_timestampVersion 0.11 using to_utimestamp instead of to_timestamp

I develop and use the plugin in 0.11.6. There should be code in the plugin to make to_utimestamp() work.

What version of Trac are you using?

comment:2 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.