Skip to content

Commit

Permalink
Fix python 3 console when running the import numpy command if numpy i…
Browse files Browse the repository at this point in the history
…s not in the PYTHONPATH. Python 3.12 port.
  • Loading branch information
Charles PIGNEROL committed Aug 28, 2024
1 parent d061690 commit bbb8c5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ set (QT_PYTHON_VERSION ${QT_PYTHON_MAJOR_VERSION}.${QT_PYTHON_MINOR_VERSION}.${Q
# Pour la bibliothèque QtPython3 :
set (QT_PYTHON_3_MAJOR_VERSION "6")
set (QT_PYTHON_3_MINOR_VERSION "4")
set (QT_PYTHON_3_RELEASE_VERSION "1")
set (QT_PYTHON_3_RELEASE_VERSION "2")
set (QT_PYTHON_3_VERSION ${QT_PYTHON_3_MAJOR_VERSION}.${QT_PYTHON_3_MINOR_VERSION}.${QT_PYTHON_3_RELEASE_VERSION})

7 changes: 7 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 6.4.2 : 28/08/24
===============

Correctif plantage console lors de "import numpy".
Portage Python 3.11.


Version 6.4.1 : 15/03/24
===============

Expand Down

0 comments on commit bbb8c5d

Please sign in to comment.