setup.py executing always trying "copy_tree"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TextFlow |
Fix Committed
|
High
|
Yuri Malheiros |
Bug Description
The setup.py always call "copy_tree(
But this is wrong, you can do this:
python setup.py --help
To show setup.py options and helps, but with "copy_tree" in this way, always trying to do the copy ...
To reproduce the error, execute as normal user (not a root), this command:
python setup.py --help
copying TextFlow/
Traceback (most recent call last):
File "setup.py", line 36, in <module>
copy_
File "/usr/lib/
dry_
File "/usr/lib/
preserve_times, update, dry_run=dry_run)
File "/usr/lib/
_copy_
File "/usr/lib/
"could not delete '%s': %s" % (dst, errstr)
distutils.
Changed in textflow: | |
importance: | Undecided → High |
milestone: | none → 0.3.0 |
status: | New → Confirmed |
Changed in textflow: | |
assignee: | nobody → yurimalheiros |
status: | Confirmed → Fix Committed |