jabbalaci / JiVE-Image-Viewer

A general purpose, cross-platform image viewer with some built-in NSFW support, written in Python 3.6+ using PyQt5.
https://pythonadventures.wordpress.com/2018/06/06/jive-a-general-purpose-cross-platform-image-viewer-with-some-built-in-nsfw-support-written-in-python-3-6-using-pyqt5/
GNU General Public License v3.0
15 stars 4 forks source link

First run aborts with `%1 is not a valid Win32 application` #1

Open DamnedScholar opened 4 years ago

DamnedScholar commented 4 years ago

Trying to test out Jive on Windows 10 with Python 3.8.2 (64-bit). None of the documentation mentions Poetry, but I figured it out through the missing Pipfile and the clues in commit messages. Repo is untouched at commit 09a2636.

D:\github\JiVE-Image-Viewer (master)
λ poetry install
Installing dependencies from lock file

Package operations: 32 installs, 0 updates, 0 removals

  - Installing certifi (2019.11.28)
  - Installing chardet (3.0.4)
  - Installing idna (2.8)
  - Installing pyparsing (2.4.6)
  - Installing six (1.13.0)
  - Installing soupsieve (1.9.5)
  - Installing urllib3 (1.25.7)
  - Installing altgraph (0.16.1)
  - Installing atomicwrites (1.3.0)
  - Installing attrs (19.3.0)
  - Installing beautifulsoup4 (4.8.2)
  - Installing colorama (0.4.3)
  - Installing more-itertools (8.0.2)
  - Installing mypy-extensions (0.4.3)
  - Installing packaging (19.2)
  - Installing pluggy (0.13.1)
  - Installing py (1.8.1)
  - Installing pyqt5-sip (12.7.0)
  - Installing requests (2.22.0)
  - Installing typed-ast (1.4.0)
  - Installing typing-extensions (3.7.4.1)
  - Installing wcwidth (0.1.7)
  - Installing appdirs (1.4.3)
  - Installing bs4 (0.0.1)
  - Installing imgurpython (1.1.7)
  - Installing mypy (0.761)
  - Installing psutil (5.6.7)
  - Installing pyinstaller (3.5)
  - Installing pynt (0.8.2)
  - Installing pyqt5 (5.14.0)
  - Installing pytest (5.3.2)
  - Installing pyyaml (5.2)

D:\github\JiVE-Image-Viewer (master)
λ poetry run start.py

[OSError]
[WinError 193] %1 is not a valid Win32 application
jabbalaci commented 4 years ago

Try poetry run python start.py . I had no time to update the docs for poetry.