What steps will reproduce the problem?
- python setup.py install
What is the expected output? What do you see instead?
- Files installed on system
- Failure because of missing files:
error: file 'mapcatcher' does not exist
error: file 'mapdownloader' does not exist
error: can't copy 'man/mapcatcher.1.gz': doesn't exist or not a regular file
error: can't copy 'man/mapdownloader.1.gz': doesn't exist or not a regular file
error: can't copy 'images/mapcatcher.png': doesn't exist or not a regular file
What version of the product are you using? On what operating system?
- GMapCatcher 0.7.5.3
- Linux Slackware64 current
Please provide any additional information below.
- Fix by:
mv maps.py mapcatcher
mv download.py mapdownloader
mv images/{map.png,mapcatcher.png}
gzip man/*.1
Then 'python setup.py install'
Original issue reported on code.google.com by ngc...@gmail.com on 24 Dec 2010 at 1:55
Original issue reported on code.google.com by
ngc...@gmail.com
on 24 Dec 2010 at 1:55