Modify ↓
#863 closed defect (wontfix)
setup.cfg is in source code control
| Reported by: | rupert thurner | Owned by: | Matt Good |
|---|---|---|---|
| Priority: | highest | Component: | AccountManagerPlugin |
| Severity: | trivial | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
setup.cfg should be removed from svn, 0.10, as it prevents installation.
Attachments (0)
Change History (4)
comment:1 Changed 19 years ago by
| Priority: | normal → highest |
|---|---|
| Severity: | normal → trivial |
| Trac Release: | 0.9 → 0.10 |
comment:3 Changed 19 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
The setup.cfg file is not the problem. Based on the traceback from #842 the line where the error occurs would only have been reached if setuptools found a ".svn" folder in the source. So, coderanger's guess that you were not using an SVN checkout was incorrect. It appears that either one of the ".svn/entries" files in your checkout is corrupt, or in a format not recognized by setuptools. I can't fix that, so please report the issue to the setuptools developer.
comment:4 Changed 19 years ago by
PJE says this is fixed in setuptools trunk. Just use easy_install setuptool==dev06 to install it.
Note: See
TracTickets for help on using
tickets.



setting this to trivial and highest prio ... as its really just removing this file.