GithubHelp home page GithubHelp logo

Comments (6)

pkzc avatar pkzc commented on May 25, 2024

Same issue here, except when started from a terminal, it reports "ImportError: No Qt bindings could be found".
In pkgs\PyQt5_init_.py there are references to \Qt5\bin directory and to Qt5Core.dll file in that directory, but they are missing under the Qt5 directory. In the case of 4.4.1, there is no such anomaly.
I guess some packages are missing from the distribution, and the missing part must be quite big at that: the zip distribution file of 4.4.1 was 39.6 MB, while the 4.5.0 file is a mere 23.8 MB.

from git-cola.

davvid avatar davvid commented on May 25, 2024

Thanks for the heads-up. It's good to know that this is just an issue with the installer. The main things that changed from last time are in 41f63a8

diff --git a/pynsist.cfg b/pynsist.cfg
index 4d14f101..214913f0 100644
--- a/pynsist.cfg
+++ b/pynsist.cfg
@@ -14,7 +14,7 @@ console=false
 # nsi_template=contrib/win32/pynsist-template.nsi
 
 [Python]
-version=3.7.9
+version=3.11.7
 bitness=64
 include_msvcrt=true
 
@@ -47,11 +47,11 @@ extra_preamble=contrib/win32/pynsist-preamble.py
 [Include]
 packages=cola
 pypi_wheels= packaging==21.3
-    PyQt5==5.14.2
-    PyQt5-sip==12.7.2
-    pywin32==304
-    QtPy==2.0.1
-    send2trash==1.8.0
+    PyQt5==5.15.10
+    PyQt5-sip==12.13.0
+    pywin32==306
+    QtPy==2.4.1
+    send2trash==1.8.2
 files=share/
 exclude= pkgs/PyQt5/Qt/bin/Qt5Bluetooth.dll
     pkgs/PyQt5/Qt/bin/Qt5DBus.dll

We upgraded to Python 3.11 (instead of 3.7) and updated the PyQt version. In theory it could have been either of those two changes.

Does anyone here have a Windows machine where they can run ./contrib/win32/run-pynsist.sh (after installing pynsist)? That's the script that builds the installer.

I'll start looking into this from the installer side to see if there's something else in the build process that might've changed.

from git-cola.

davvid avatar davvid commented on May 25, 2024

I see you're on Windows 10. These issues might be related:
takluyver/pynsist#195
takluyver/pynsist#176
takluyver/pynsist#225

The last issue is interesting ~ it contains a compatibility matrix that suggests that maybe I should stick to Python 3.7.9 (for now).

It's also noteworth that Python 3.8 and newer dropped support for older (Vista) Windows versions. I'm going to try the versions listed there.

from git-cola.

davvid avatar davvid commented on May 25, 2024

I uploaded a new installer. The file size is much larger now and I've pinned down to previously-known good versions so this should do it for now. I'll probably try Python 3.8 later, but for now we should be good to go.

Please test out the latest installer and let me know if this is all good on your end now.

from git-cola.

Artimidorus avatar Artimidorus commented on May 25, 2024

The new installer does work for me on windows 10. It also works on my windows 11 machine. Thank You

from git-cola.

pkzc avatar pkzc commented on May 25, 2024

It works for me, too, thanks.

from git-cola.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.