Skip to content

Instantly share code, notes, and snippets.

Created August 16, 2013 14: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 anonymous/6250575 to your computer and use it in GitHub Desktop.
Save anonymous/6250575 to your computer and use it in GitHub Desktop.
easy_install -U PySide
(pyside_env) D:\env>easy_install -U PySide
Searching for PySide
Reading https://pypi.python.org/simple/PySide/
Reading http://www.pyside.org
Reading http://releases.qt-project.org/pyside/1.1.1/
Reading http://www.pyside.org/files/
Reading http://www.pyside.org/files/pkg/
Reading http://releases.qt-project.org/pyside/
Reading http://download.qt-project.org/official_releases/pyside/
Best match: PySide 1.2.1
Downloading http://download.qt-project.org/official_releases/pyside/PySide-1.2.1
.win32-py3.3.exe
Processing PySide-1.2.1.win32-py3.3.exe
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\declarative\photoviewer\main.py", line 234
print "Must provide a username"
^
SyntaxError: invalid syntax
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 57)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 50)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 45)
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\declarative\signals\qmltopy4\main.py", line 42
print s
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\hyperui\hyperuilib\shared\dataresource.py", li
ne 59
print "Pixmap not found: ", f
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\itemviews\addressbook\adddialogwidget.py", lin
e 103
print "Name:", name
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\itemviews\addressbook\newaddresstab.py", line
85
print "Name:", name
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\PySide\examples\widgets\movie\movie.py", line 72
print "fileName:", fileName
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\pysideuic\port_v2\invoke.py", line 36
except IOError, e:
^
SyntaxError: invalid syntax
File "c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-py
3.3-win32.egg.tmp\pysideuic\port_v2\load_plugin.py", line 36
except Exception, e:
^
SyntaxError: invalid syntax
Deleting c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-p
y3.3-win32.egg.tmp\EGG-INFO\scripts\pyside-uic-script.py
Deleting c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-p
y3.3-win32.egg.tmp\EGG-INFO\scripts\pyside-uic.exe
Deleting c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-p
y3.3-win32.egg.tmp\EGG-INFO\scripts\pyside-uic.exe.manifest
creating 'c:\users\krystian\appdata\local\temp\easy_install-y1y9ca\PySide-1.2.1-
py3.3-win32.egg' and adding 'c:\users\krystian\appdata\local\temp\easy_install-y
1y9ca\PySide-1.2.1-py3.3-win32.egg.tmp' to it
creating d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg
Extracting PySide-1.2.1-py3.3-win32.egg to d:\env\pyside_env\lib\site-packages
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\declarative\photoviewer\main.py", line 234
print "Must provide a username"
^
SyntaxError: invalid syntax
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 57)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 50)
Sorry: TabError: inconsistent use of tabs and spaces in indentation (main.py, li
ne 45)
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\declarative\signals\qmltopy4\main.py", line 42
print s
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\hyperui\hyperuilib\shared\dataresource.py", line 59
print "Pixmap not found: ", f
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\itemviews\addressbook\adddialogwidget.py", line 103
print "Name:", name
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\itemviews\addressbook\newaddresstab.py", line 85
print "Name:", name
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\PySide\
examples\widgets\movie\movie.py", line 72
print "fileName:", fileName
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\pysideu
ic\port_v2\invoke.py", line 36
except IOError, e:
^
SyntaxError: invalid syntax
File "d:\env\pyside_env\lib\site-packages\PySide-1.2.1-py3.3-win32.egg\pysideu
ic\port_v2\load_plugin.py", line 36
except Exception, e:
^
SyntaxError: invalid syntax
Adding PySide 1.2.1 to easy-install.pth file
Installing pyside_postinstall.py script to D:\env\pyside_env\Scripts
Installing pyside-uic-script.py script to D:\env\pyside_env\Scripts
Installing pyside-uic.exe script to D:\env\pyside_env\Scripts
Installing pyside-uic.exe.manifest script to D:\env\pyside_env\Scripts
Installed d:\env\pyside_env\lib\site-packages\pyside-1.2.1-py3.3-win32.egg
Processing dependencies for PySide
Finished processing dependencies for PySide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment