Skip to content

Commit bbb8c5d

Browse files
author
Charles PIGNEROL
committed
Fix python 3 console when running the import numpy command if numpy is not in the PYTHONPATH. Python 3.12 port.
1 parent d061690 commit bbb8c5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ set (QT_PYTHON_VERSION ${QT_PYTHON_MAJOR_VERSION}.${QT_PYTHON_MINOR_VERSION}.${Q
1111
# Pour la bibliothèque QtPython3 :
1212
set (QT_PYTHON_3_MAJOR_VERSION "6")
1313
set (QT_PYTHON_3_MINOR_VERSION "4")
14-
set (QT_PYTHON_3_RELEASE_VERSION "1")
14+
set (QT_PYTHON_3_RELEASE_VERSION "2")
1515
set (QT_PYTHON_3_VERSION ${QT_PYTHON_3_MAJOR_VERSION}.${QT_PYTHON_3_MINOR_VERSION}.${QT_PYTHON_3_RELEASE_VERSION})
1616

versions.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 6.4.2 : 28/08/24
2+
===============
3+
4+
Correctif plantage console lors de "import numpy".
5+
Portage Python 3.11.
6+
7+
18
Version 6.4.1 : 15/03/24
29
===============
310

0 commit comments

Comments
 (0)