Comment #2 on issue 337 by Francesco.Marella: 0.4 setup.py installs
incorrectly from tarballs
http://code.google.com/p/specto/issues/detail?id=337
(No comment was entered for this change.)
I'll revert to the old setup.py script for now.
The VERSION file it's useless anyway and I will not bring it back. The
other issue is with the prefix that we used to save for later use, I will
hardcode it again.
I'll revert to the old setup.py script for now.
The VERSION file its useless anyway and I will not bring it back. The other
I think I've sorted out all the problems with the setup script and without
reverting to the old one.
The main change is that the version string for specto is located at
spectlib/__init__.py. Getting the version it's just 'from spectlib import
__pkg_version__' and you're done.
nekohayo, could you checkout this branch
lp:~francesco-marella/specto/fix-sdist
and test it?
Hi Francesco, sorry for making you wait (I was at guadec). I just tested
your branch, I did:
python setup.py sdist
Then uncompressed the resulting tarball to a different folder, and in that
folder I ran "sudo setup.py install", which failed:
running install_scripts
copying build/scripts-2.7/specto -> /usr/bin
changing mode of /usr/bin/specto to 755
running install_data
error: can't copy 'specto.desktop': doesn't exist or not a regular file
jeff@kusanagi:~/dev/specto/main/dist/specto-0.4.1$ sudo python setup.py
uninstall
running uninstall
warning: uninstall: Could not read installed files list installed_files
Hi,
run `python setup.py build` before install please.
Comment #9 on issue 337 by nekoh...@gmail.com: 0.4 setup.py installs
incorrectly from tarballs
http://code.google.com/p/specto/issues/detail?id=337
Oops, you are correct, I should add that to the instructions :) I'll merge
the branch then. Thanks!
Comment #10 on issue 337 by nekoh...@gmail.com: 0.4 setup.py installs
incorrectly from tarballs
http://code.google.com/p/specto/issues/detail?id=337
Pushed out a new tarball, so marking as fixed.