Modify ↓
#2034 closed defect (fixed)
Invalid module name (tracdownloads.tags) during build
| Reported by: | anonymous | Owned by: | Radek Bartoň |
|---|---|---|---|
| Priority: | high | Component: | DownloadsPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
During building of an egg of the Downloads Plugin an error is reported: "error in TracDownloads setup command: ('Invalid module name', 'tracdownloads.tags ')".
The error occurs during both manual build using command "python setup.py bdist_egg" and easy build using "easy_install http://trac-hacks.org/svn/downloadsplugin/"
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 18 years ago by
Hi,
the version of setuptools I am using is 0.6a9-1ubuntu1, which comes from the Ubuntu repository and is installed as a package through apt-get utility.
comment:3 Changed 18 years ago by
Hello again,
I removed the mentioned setuptools and installed a 0.6c7 version. After this all worked well.
Thank you for your help.
comment:4 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
OK, I'm closing this then.
Note: See
TracTickets for help on using
tickets.



I think that your problem is caused by version of your setuptools. I'm using 0.6rc3 and everything goes fine. There is used extras_require in DownloadsPlugin which was introduced in 0.5a4 if I read change log correctly. What is your setuptools version?