setup.py in .tar.gz doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Remote Help Assistant |
Confirmed
|
Medium
|
Andrew Sayers |
Bug Description
Hi,
the setup.py from http://
# ./setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: no commands supplied
The README.txt doesn't say what I should do now (in fact, it didn't even tell me to start setup.py).
I guess I'll copy the share folder to /usr/local/share and the bin folder to /usr/local/bin - ok?
I used the .tar.gz because I'm using Gentoo on my desktop, but probably it's the same problem with the .tar.gz on Ubuntu. Thank you for creating Remote Help Assistant, a secure and easy way to help friends and family is really needed.
Regards...
Michael
Thanks for this report, and apologies for the delay in getting back to you. It is indeed the same in Ubuntu, and the problem should be fixed in the new 0.1.3 release - could you have a go and let me know?
Apparently, the proper command is "./setup.py install" to install the assistant. I've added that to the README file now. This is my first Python project, so I'm rather learning this stuff on the job :)
Speaking of learning on the job, can I ask what other conventions you're used to as a Gentoo user, that the assistant doesn't currently follow? For example, would you expect setup.py to do dependency tests - to check whether VNC/SSH servers are installed, etc.?