avelino / rdio-linux

Application RDIO for Linux
http://www.rdio.com
28 stars 4 forks source link

Check dependence installation #6

Open avelino opened 12 years ago

avelino commented 12 years ago

Because use of GTK and Webkit, must have recourse to identify if already installed the dependencies, if not you should install.

avelino commented 12 years ago

We can do this task using setup.py

WhyNotHugo commented 10 years ago

pip warns that pygtk cannot be built using via distutils, so it's unlikely that setup.py will help. Your best shot is to document the dependency, and have users install them via their package manager.

I also noticed #9. Qt (with PySide <3 ) would have the upside of being python{2,3} compatible, and has no issues being installed via pip, etc.

avelino commented 10 years ago

@hobarrera help me on implementation!