Modify ↓
Opened 16 years ago
Closed 4 years ago
#3627 closed defect (worksforme)
ERROR: can't import "No module named table"
Reported by: | anonymous | Owned by: | James Mills |
---|---|---|---|
Priority: | normal | Component: | SqlQueryMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When Trac daemon (tracd) restarts, the trac.log file shows ERROR during sqlquery loading. Please help.
2008-08-28 17:44:00,533 Trac[loader] DEBUG: Loading sqlquery.macro from /usr/local/lib/python2.5/site-packages/SqlQuery-0.1-py2.5.egg 2008-08-28 17:44:00,600 Trac[loader] ERROR: Skipping "sqlquery.macro = sqlquery.macro": (can't import "No module named table")
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 4 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Please try after the patch in #12023 is implemented.
Note: See
TracTickets for help on using
tickets.
It appears that pymill is not being loaded. I've add install_requires = [pymills] to the sqlquerymacro/0.11/setup.py, removed the old egg and reinstalled, but it does not help. Got the same error message.