Modify ↓
#48 closed defect (fixed)
Get error on trunk (0.9b1)
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
When installing AddCommentMacro i get either a 500 error using the one on this site, or i get:
'pysqlite2.dbapi2.Connection' object has no attribute 'components'
If i use the version in the comments.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
Well, the attachment at the MacroBazaar is nothing to do with me, but I've struck out the comment referring to it.
I'll update the version in trunk to remove the print statement.
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Okay, apparently i was using the wrong version.
I was using the one in the comments. See http://projects.edgewall.com/trac/attachment/wiki/MacroBazaar/AddComment.py
Which is way broken.
The one in svn also has:
print dir(hdf)
Which as a not (yet) python programmer, i have no idea what it does. but removing it removes the 500 error.