Comment 6 for bug 799355

Revision history for this message
Ben Goldstein (ben-goldstein) wrote :

Sorry for the multiple posts - I got Rev. 61 downloaded but there is no main file as there was before and the readme was empty. I tried running make and get the following

Thanks,

bg

[Work: Thu Jun 23 unity-launcher-editor]$make
find . -type f -name '*.py[co]' -delete
rm -f -r build distribute-* dist MANIFEST unity_launcher_editor.egg-info
python setup.py bdist_egg
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.16.tar.gz
Extracting in /tmp/tmpmCje3g
Now working in /tmp/tmpmCje3g/distribute-0.6.16
Building a Distribute egg in /home/bgoldstein/unity-launcher-editor
/home/bgoldstein/unity-launcher-editor/distribute-0.6.16-py2.7.egg
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
  warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
  warnings.warn(msg)
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: invalid command 'bdist_egg'
make: *** [buildegg] Error 1