Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created March 5, 2013 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickhull/96a21ca91cbac4a3cbf6 to your computer and use it in GitHub Desktop.
Save rickhull/96a21ca91cbac4a3cbf6 to your computer and use it in GitHub Desktop.
sudo python3 setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-3.1
copying whisper.py -> build/lib.linux-i686-3.1
running build_scripts
creating build/scripts-3.1
copying and adjusting bin/rrd2whisper.py -> build/scripts-3.1
copying and adjusting bin/whisper-create.py -> build/scripts-3.1
copying and adjusting bin/whisper-dump.py -> build/scripts-3.1
copying and adjusting bin/whisper-fetch.py -> build/scripts-3.1
copying and adjusting bin/whisper-info.py -> build/scripts-3.1
copying and adjusting bin/whisper-merge.py -> build/scripts-3.1
copying and adjusting bin/whisper-resize.py -> build/scripts-3.1
copying and adjusting bin/whisper-set-aggregation-method.py -> build/scripts-3.1
copying and adjusting bin/whisper-update.py -> build/scripts-3.1
changing mode of build/scripts-3.1/rrd2whisper.py from 644 to 755
changing mode of build/scripts-3.1/whisper-create.py from 644 to 755
changing mode of build/scripts-3.1/whisper-dump.py from 644 to 755
changing mode of build/scripts-3.1/whisper-fetch.py from 644 to 755
changing mode of build/scripts-3.1/whisper-info.py from 644 to 755
changing mode of build/scripts-3.1/whisper-merge.py from 644 to 755
changing mode of build/scripts-3.1/whisper-resize.py from 644 to 755
changing mode of build/scripts-3.1/whisper-set-aggregation-method.py from 644 to 755
changing mode of build/scripts-3.1/whisper-update.py from 644 to 755
running install_lib
copying build/lib.linux-i686-3.1/whisper.py -> /usr/local/lib/python3.1/dist-packages
byte-compiling /usr/local/lib/python3.1/dist-packages/whisper.py to whisper.pyc
File "/usr/local/lib/python3.1/dist-packages/whisper.py", line 54
except AttributeError, e:
^
SyntaxError: invalid syntax
running install_scripts
copying build/scripts-3.1/rrd2whisper.py -> /usr/local/bin
copying build/scripts-3.1/whisper-create.py -> /usr/local/bin
copying build/scripts-3.1/whisper-dump.py -> /usr/local/bin
copying build/scripts-3.1/whisper-fetch.py -> /usr/local/bin
copying build/scripts-3.1/whisper-info.py -> /usr/local/bin
copying build/scripts-3.1/whisper-merge.py -> /usr/local/bin
copying build/scripts-3.1/whisper-resize.py -> /usr/local/bin
copying build/scripts-3.1/whisper-set-aggregation-method.py -> /usr/local/bin
copying build/scripts-3.1/whisper-update.py -> /usr/local/bin
changing mode of /usr/local/bin/rrd2whisper.py to 755
changing mode of /usr/local/bin/whisper-create.py to 755
changing mode of /usr/local/bin/whisper-dump.py to 755
changing mode of /usr/local/bin/whisper-fetch.py to 755
changing mode of /usr/local/bin/whisper-info.py to 755
changing mode of /usr/local/bin/whisper-merge.py to 755
changing mode of /usr/local/bin/whisper-resize.py to 755
changing mode of /usr/local/bin/whisper-set-aggregation-method.py to 755
changing mode of /usr/local/bin/whisper-update.py to 755
running install_egg_info
Writing /usr/local/lib/python3.1/dist-packages/whisper-0.9.10.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment