You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/curseradio-0.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing curseradio-0.2-py2.7.egg
Removing /usr/lib/python2.7/site-packages/curseradio-0.2-py2.7.egg
Copying curseradio-0.2-py2.7.egg to /usr/lib/python2.7/site-packages
curseradio 0.2 is already the active version in easy-install.pth
Installing curseradio script to /usr/bin
Installed /usr/lib/python2.7/site-packages/curseradio-0.2-py2.7.egg
Processing dependencies for curseradio==0.2
Finished processing dependencies for curseradio==0.2
[viktormadarasz@fedoraws curseradio]$
The text was updated successfully, but these errors were encountered:
Perhaps Im missing something?
Output:
[viktormadarasz@fedoraws curseradio]$ sudo python setup.py build
running build
running build_py
[viktormadarasz@fedoraws curseradio]$ sudo python setup.py install
running install
running bdist_egg
running egg_info
writing curseradio.egg-info/PKG-INFO
writing top-level names to curseradio.egg-info/top_level.txt
writing dependency_links to curseradio.egg-info/dependency_links.txt
writing entry points to curseradio.egg-info/entry_points.txt
reading manifest file 'curseradio.egg-info/SOURCES.txt'
writing manifest file 'curseradio.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/curseradio
copying build/lib/curseradio/main.py -> build/bdist.linux-x86_64/egg/curseradio
copying build/lib/curseradio/init.py -> build/bdist.linux-x86_64/egg/curseradio
copying build/lib/curseradio/curseradio.py -> build/bdist.linux-x86_64/egg/curseradio
byte-compiling build/bdist.linux-x86_64/egg/curseradio/main.py to main.pyc
byte-compiling build/bdist.linux-x86_64/egg/curseradio/init.py to init.pyc
byte-compiling build/bdist.linux-x86_64/egg/curseradio/curseradio.py to curseradio.pyc
File "build/bdist.linux-x86_64/egg/curseradio/curseradio.py", line 187
yield from ()
^
SyntaxError: invalid syntax
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying curseradio.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/curseradio-0.2-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing curseradio-0.2-py2.7.egg
Removing /usr/lib/python2.7/site-packages/curseradio-0.2-py2.7.egg
Copying curseradio-0.2-py2.7.egg to /usr/lib/python2.7/site-packages
curseradio 0.2 is already the active version in easy-install.pth
Installing curseradio script to /usr/bin
Installed /usr/lib/python2.7/site-packages/curseradio-0.2-py2.7.egg
Processing dependencies for curseradio==0.2
Finished processing dependencies for curseradio==0.2
[viktormadarasz@fedoraws curseradio]$
The text was updated successfully, but these errors were encountered: