[PyQt] Trouble installing pyqtdeploy

Arve Knudsen arve.knudsen at gmail.com
Fri May 9 10:54:05 BST 2014


Hi

I am trying to install pyqtdeploy for Python 2.7.6 on Windows via pip, but
there are several errors throughout:

> pip install pyqtdeploy

Downloading/unpacking pyqtdeploy

  Running setup.py
(path:q:\users\arvek\appdata\local\temp\pip_build_arvek\pyqtdeploy\setup.py)
egg_info for package pyqtdeploy


Installing collected packages: pyqtdeploy

  Running setup.py install for pyqtdeploy

      File "c:\Python27\Lib\site-packages\pyqtdeploy\builder\builder.py",
line 694
        print(text, file=sys.stderr)

                        ^

    SyntaxError: invalid syntax



      File
"c:\Python27\Lib\site-packages\pyqtdeploy\builder\lib\bootstrap_py3.py",
line 518
        def _verbose_message(message, *args, verbosity=1):

                                                     ^

    SyntaxError: invalid syntax



      File
"c:\Python27\Lib\site-packages\pyqtdeploy\gui\exception_handlers.py", line
38
        msg_box.exec()

                   ^

    SyntaxError: invalid syntax



      File "c:\Python27\Lib\site-packages\pyqtdeploy\gui\project_gui.py",
line 240
        ans = msg_box.exec()

                         ^

    SyntaxError: invalid syntax



      File "c:\Python27\Lib\site-packages\pyqtdeploy\main.py", line 55

        file=sys.stderr)

            ^

    SyntaxError: invalid syntax





    Installing pyqtdeploy-script.pyw script to c:\Python27\Scripts

    Installing pyqtdeploy.exe script to c:\Python27\Scripts

    Installing pyqtdeploy.exe.manifest script to c:\Python27\Scripts

Successfully installed pyqtdeploy

Cleaning up...



Also, it seems pyqtdeploy.exe doesn't work after installation, even though
it doesn't report any errors. For example, the command 'pyqtdeploy
myproject.pdy' does nothing.

Thanks,
Arve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140509/e39994bd/attachment.html>


More information about the PyQt mailing list