<div dir="ltr">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.<div><br></div><div>Best,</div>
<div>Arve</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 9, 2014 at 11:54 AM, Arve Knudsen <span dir="ltr"><<a href="mailto:arve.knudsen@gmail.com" target="_blank">arve.knudsen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>I am trying to install pyqtdeploy for Python 2.7.6 on Windows via pip, but there are several errors throughout:</div>
<div><br></div><div><div>> pip install pyqtdeploy                                                                  </div>
<div>Downloading/unpacking pyqtdeploy                                                                                                       </div><div>  Running setup.py (path:q:\users\arvek\appdata\local\temp\pip_build_arvek\pyqtdeploy\setup.py) egg_info for package pyqtdeploy        </div>

<div>                                                                                                                                       </div><div>Installing collected packages: pyqtdeploy                                                                                              </div>

<div>  Running setup.py install for pyqtdeploy                                                                                              </div><div>      File "c:\Python27\Lib\site-packages\pyqtdeploy\builder\builder.py", line 694                                                     </div>

<div>        print(text, file=sys.stderr)                                                                                                   </div><div>                        ^                                                                                                              </div>

<div>    SyntaxError: invalid syntax                                                                                                        </div><div>                                                                                                                                       </div>

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

<div>                                                     ^                                                                                 </div><div>    SyntaxError: invalid syntax                                                                                                        </div>

<div>                                                                                                                                       </div><div>      File "c:\Python27\Lib\site-packages\pyqtdeploy\gui\exception_handlers.py", line 38                                               </div>

<div>        msg_box.exec()                                                                                                                 </div><div>                   ^                                                                                                                   </div>

<div>    SyntaxError: invalid syntax                                                                                                        </div><div>                                                                                                                                       </div>

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

<div>                         ^                                                                                                             </div><div>    SyntaxError: invalid syntax                                                                                                        </div>

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

<div>        file=sys.stderr)                                                                                                               </div><div>            ^                                                                                                                          </div>

<div>    SyntaxError: invalid syntax                                                                                                        </div><div>                                                                                                                                       </div>

<div>                                                                                                                                       </div><div>    Installing pyqtdeploy-script.pyw script to c:\Python27\Scripts                                                                     </div>

<div>    Installing pyqtdeploy.exe script to c:\Python27\Scripts                                                                            </div><div>    Installing pyqtdeploy.exe.manifest script to c:\Python27\Scripts                                                                   </div>

<div>Successfully installed pyqtdeploy                                                                                                      </div><div>Cleaning up...                                                                                                                         </div>

</div><div><br></div><div><br></div><div>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.</div>

<div><br></div><div>Thanks,</div><div>Arve</div></div>
</blockquote></div><br></div>