Problème de lancement
- heubord
- Auteur du sujet
- Hors Ligne
- Nouveau membre
Réduire
Plus d'informations
- Messages : 9
- Remerciements reçus 0
il y a 3 ans 4 mois #25153
par heubord
Problème de lancement a été créé par heubord
En essayant de lancer la dernière version, à partir des sources, ça échoue avec le message suivant:
Traceback (most recent call last):
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 4379, in OnInit
frame.Initialisation()
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 225, in Initialisation
self.CreationBarreMenus()
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1177, in CreationBarreMenus
CreationMenu(self.menu, item)
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1167, in CreationMenu
CreationItem(menu, sousitem)
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1145, in CreationItem
itemMenu.SetBitmap(wx.Bitmap(Chemins.GetStaticPath(item["image"]), wx.BITMAP_TYPE_PNG))
wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(0, 0), "C") == 0" failed at ..\..\src\common\intl.cpp(1694) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!
OnInit returned false, exiting...
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(470) in wxWindowBase::~wxWindowBase(): any pushed event handlers must have been removed
j'ai Python 3.9 sous Windows 10 AMD64
Traceback (most recent call last):
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 4379, in OnInit
frame.Initialisation()
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 225, in Initialisation
self.CreationBarreMenus()
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1177, in CreationBarreMenus
CreationMenu(self.menu, item)
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1167, in CreationMenu
CreationItem(menu, sousitem)
File "D:\Aide\Python\Codes sources\Noethys-master\noethys\Noethys.py", line 1145, in CreationItem
itemMenu.SetBitmap(wx.Bitmap(Chemins.GetStaticPath(item["image"]), wx.BITMAP_TYPE_PNG))
wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(0, 0), "C") == 0" failed at ..\..\src\common\intl.cpp(1694) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!
OnInit returned false, exiting...
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(470) in wxWindowBase::~wxWindowBase(): any pushed event handlers must have been removed
j'ai Python 3.9 sous Windows 10 AMD64
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.270 secondes