witch are dependencies? i'cant install it.

Asked by cimarron

when the setup.py file at Drawers folder is executed in a terminal the message:
"To build drawers you need https://launchpad.net/python-distutils-extra";

when the setup.py file at disutil-extra folder (downloaded from the lynk above) is executed in a terminal the message:
 "Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptool import setup"

what is next?

I install it before but after a new OS install (same version) i cant do it again... i'm already donate!

update question:
Now disutils-extra and setuptools packages were installed from Software-Center. When on a terminal i run >sudo setup.py intall this is the result:
running install
running build
running build_py
copying drawers_lib/drawersconfig.py -> build/lib.linux-x86_64-2.7/drawers_lib
running build_scripts
running build_i18n
intltool-update -p -g drawers
intltool-merge -d po drawers.desktop.in build/share/applications/drawers.desktop
Merging translations into build/share/applications/drawers.desktop.
running build_icons
running build_help
running install_lib
copying build/lib.linux-x86_64-2.7/drawers_lib/drawersconfig.py -> /usr/local/lib/python2.7/dist-packages/drawers_lib
byte-compiling /usr/local/lib/python2.7/dist-packages/drawers_lib/drawersconfig.py to drawersconfig.pyc
running install_scripts
changing mode of /usr/local/bin/drawers to 755
running install_data
copying build/share/applications/drawers.desktop -> /usr/local/share/applications
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/drawers-12.10.2.egg-info
Writing /usr/local/lib/python2.7/dist-packages/drawers-12.10.2.egg-info
WARNING: the following files are not recognized by DistUtilsExtra.auto:
  help/C/figures/drawers.svg

Question information

Language:
English Edit question
Status:
Solved
For:
Drawers Edit question
Assignee:
No assignee Edit question
Solved by:
icb410
Solved:
Last query:
Last reply:
Revision history for this message
Best icb410 (ian-berke) said :
#1

The easiest way to install the package is using apt-get on a debian based distribution like Ubuntu. From a terminal, type:

sudo apt-add-repository ppa:ian-berke/ppa-drawers
sudo apt-get update
sudo apt-get install drawers

This will take care of all dependencies and install it in the correct location. If you are not on a debian based distribution, please let me know what kind of system you are running and I can help you more.

Revision history for this message
cimarron (cimarron-argento) said :
#2

Thanks icb410, that solved my question.

Revision history for this message
cimarron (cimarron-argento) said :
#3

It's running well now. Thanks for answer.
I'm using Ubuntu 12.04 64bits.