[PyQt] Trouble installing pyqtdeploy
Arve Knudsen
arve.knudsen at gmail.com
Fri May 9 11:07:14 BST 2014
Nevermind, I noticed now from the documentation that pyqtdeploy itself
requires Python 3. It would be helpful though if the installer would
complain if launched under Python 2.
Best,
Arve
On Fri, May 9, 2014 at 11:54 AM, Arve Knudsen <arve.knudsen at gmail.com>wrote:
> 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/078123f5/attachment-0001.html>
More information about the PyQt
mailing list