#12629 closed defect (fixed)
setup.py references non-existent attribute "finders"
Reported by: | G. Earle | Owned by: | G. Earle |
---|---|---|---|
Priority: | normal | Component: | FieldGroupsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
Line 12 of the setup.py
file is
del sdist.finders[:]
but there is no attribute called finders
in this module. The result is that installation of the plugin fails.
I have commented out lines 11 and 12 from the setup.py file
, which appears to result in a successful installation, but need to confirm this is the correct solution ?
Thanks.
Attachments (0)
Change History (11)
comment:2 Changed 9 years ago by
Replying to gearle:
I have commented out lines 11 and 12 from the set.py file, which appears to result in a successful installation, but need to confirm this is the correct solution ?
That looks like correct solution. I'll apply in a few days if the plugin author doesn't get to it.
comment:3 Changed 9 years ago by
Replying to gearle:
Now fnGetHiddenNodes.js exists in C:\Python27\Lib\site-packages\fieldgroups\htdocs\js, so do I have a further installation error (using Trac 1.0) ?
In fieldgroupsplugin/1.0/fieldgroups/admin.py@12582:30#L17, fieldclasses
needs to be changed to fieldgroups
.
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The changes are untested. Please confirm if you are able to test out the changes.
comment:8 Changed 9 years ago by
Owner: | changed from bphinz to G. Earle |
---|
comment:9 follow-up: 10 Changed 9 years ago by
Thank you. The changes are good.
Apologies for not getting back earlier, but I cannot get Trac-Hacks to send an email to me to allow token confirmation of my identity. I have tried with two different email addresses, but no email has arrived at either. If there is any way to get this to happen manually, ideally to gearle@assytemuk.com, that would be very helpful please.
comment:10 follow-up: 11 Changed 9 years ago by
Replying to gearle@…:
Apologies for not getting back earlier, but I cannot get Trac-Hacks to send an email to me to allow token confirmation of my identity.
Another user made me aware of the issue just a few days ago. I'll investigate within a few days and get back to you over email.
comment:11 Changed 9 years ago by
Replying to rjollos:
Replying to gearle@…:
Apologies for not getting back earlier, but I cannot get Trac-Hacks to send an email to me to allow token confirmation of my identity.
Another user made me aware of the issue just a few days ago. I'll investigate within a few days and get back to you over email.
I manually set your email to verified. Please let me know if you are able to login and receive email notifications. I'll email you directly in case you aren't receiving email.
There is a further problem that I have bumped into, which I guess is also installation related. In trac.ini, I have enabled fieldgroups.*, but after creating a single field group I get the following run-time warnings:
Now
fnGetHiddenNodes.js
exists inC:\Python27\Lib\site-packages\fieldgroups\htdocs\js
, so do I have a further installation error (using Trac 1.0) ?