Modify ↓
Opened 3 months ago
#14353 new defect
Will not work with Python 3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | MenusPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.6 |
Description
I am trying to install this with Trac 1.6. I used my old configuration. I am seeing two issues. The first was using urlsplit from urlparse. I changed this to from urllib.parse import urlsplit. This allowed the plugin to work. The next issue is around the lack of arrow in the menu. I'll see if I can fix this with css. My urlsplit change would not work with Python 2.
Attachments (0)
Note: See
TracTickets for help on using
tickets.