Hi everyone i'm installing using the fab file but i get the following error :
[localhost] out: Running setup.py egg_info for package MySQL-python [localhost] out: The required version of distribute (>=0.6.28) is not available, [localhost] out: and can't be installed while this script is running. Please [localhost] out: install a more recent version first, using [localhost] out: 'easy_install -U distribute'. [localhost] out: [localhost] out: (Currently using distribute 0.6.24 (/usr/share/mayan/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg)) [localhost] out: Complete output from command python setup.py egg_info: [localhost] out: The required version of distribute (>=0.6.28) is not available, [localhost] out: and can't be installed while this script is running. Please [localhost] out: install a more recent version first, using [localhost] out: 'easy_install -U distribute'. [localhost] out: (Currently using distribute 0.6.24 (/usr/share/mayan/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg)) [localhost] out: ---------------------------------------- [localhost] out: Command python setup.py egg_info failed with error code 2 in /usr/share/mayan/build/MySQL-python [localhost] out: Storing complete log in /home/pentasilea/.pip/pip.log Fatal error: sudo() received nonzero return code 1 while executing! Requested: source bin/activate; pip install MySQL-python Executed: sudo -S -p 'sudo password:' /bin/bash -l -c "cd /usr/share/mayan && source bin/activate; pip install MySQL-python" If i run* sudo easy_install -U distribute *I get the following message telling me its already installed in version 0.6.34 /tmp$ sudo easy_install -U distributeSearching for distribute Reading http://pypi.python.org/simple/distribute/ Reading http://packages.python.org/distribute Best match: distribute 0.6.34 Processing distribute-0.6.34-py2.7.egg distribute 0.6.34 is already the active version in easy-install.pth Installing easy_install script to /usr/local/bin Installing easy_install-2.7 script to /usr/local/bin Using /usr/local/lib/python2.7/dist-packages/distribute-0.6.34-py2.7.egg Processing dependencies for distribute Finished processing dependencies for distribute Shoud i substitute /usr/share/mayan/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg with a more recent version .egg file ? where can i get it ? Thank you for your attention Lau. --
