Modify ↓
Opened 14 years ago
Closed 14 years ago
#7321 closed defect (duplicate)
Python 2.6 & import sha depreciated
Reported by: | xarkam | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
graphviz make an error message in apache error.log
/usr/local/lib/python2.6/dist-packages/graphviz-0.7.6dev-py2.6.egg/graphviz/graphviz.py:23: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha
But, if i replace import sha by import haslib, graphviz plugin not anymore loaded by trac on apache reloading.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
...and #5747 as well.
Note: See
TracTickets for help on using
tickets.
See patch attached to #7702