Modify

Opened 16 years ago

Closed 3 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 anonymous

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.

comment:2 Changed 3 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Please try after the patch in #12023 is implemented.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain James Mills.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.