bug
- battistel
- Auteur du sujet
- Hors Ligne
- Nouveau membre
Réduire
Plus d'informations
- Messages : 1
- Remerciements reçus 0
il y a 7 ans 8 mois #16242
par battistel
## 20/03/2017 14:09:20 | 1.1.9.1 | linux2 Linux 3.16.0-4-amd64 x86_64 ##
Traceback (most recent call last):
File "/home/veronique/noethys/Noethys.py", line 3993, in <module>
app = MyApp(redirect=True, filename=nomJournal)
File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8631, in __init__
self._BootstrapApp()
File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/veronique/noethys/Noethys.py", line 3920, in OnInit
frame.Initialisation()
File "/home/veronique/noethys/Noethys.py", line 211, in Initialisation
self.CreationPanneaux()
File "/home/veronique/noethys/Noethys.py", line 465, in CreationPanneaux
self.ctrl_remplissage = DLG_Effectifs.CTRL(self)
File "/home/veronique/noethys/Dlg/DLG_Effectifs.py", line 37, in __init__
self.ctrl_nbre_inscrits = DLG_Nbre_inscrits.Panel(self)
File "/home/veronique/noethys/Dlg/DLG_Nbre_inscrits_2.py", line 690, in __init__
self.ctrl_inscriptions = CTRL(self)
File "/home/veronique/noethys/Dlg/DLG_Nbre_inscrits_2.py", line 45, in __init__
self.SetAGWWindowStyleFlag(wx.TR_HIDE_ROOT | wx.TR_ROW_LINES | wx.TR_HAS_BUTTONS | HTL.TR_COLUMN_LINES | wx.TR_HAS_VARIABLE_ROW_HEIGHT | wx.TR_FULL_ROW_HIGHLIGHT )
AttributeError: 'module' object has no attribute 'TR_COLUMN_LINES'
Traceback (most recent call last):
File "/home/veronique/noethys/Noethys.py", line 3993, in <module>
app = MyApp(redirect=True, filename=nomJournal)
File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8631, in __init__
self._BootstrapApp()
File "/usr/local/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/veronique/noethys/Noethys.py", line 3920, in OnInit
frame.Initialisation()
File "/home/veronique/noethys/Noethys.py", line 211, in Initialisation
self.CreationPanneaux()
File "/home/veronique/noethys/Noethys.py", line 465, in CreationPanneaux
self.ctrl_remplissage = DLG_Effectifs.CTRL(self)
File "/home/veronique/noethys/Dlg/DLG_Effectifs.py", line 37, in __init__
self.ctrl_nbre_inscrits = DLG_Nbre_inscrits.Panel(self)
File "/home/veronique/noethys/Dlg/DLG_Nbre_inscrits_2.py", line 690, in __init__
self.ctrl_inscriptions = CTRL(self)
File "/home/veronique/noethys/Dlg/DLG_Nbre_inscrits_2.py", line 45, in __init__
self.SetAGWWindowStyleFlag(wx.TR_HIDE_ROOT | wx.TR_ROW_LINES | wx.TR_HAS_BUTTONS | HTL.TR_COLUMN_LINES | wx.TR_HAS_VARIABLE_ROW_HEIGHT | wx.TR_FULL_ROW_HIGHLIGHT )
AttributeError: 'module' object has no attribute 'TR_COLUMN_LINES'
Connexion ou Créer un compte pour participer à la conversation.
- Ivan
- Hors Ligne
- Administrateur
Réduire
Plus d'informations
- Messages : 3793
- Remerciements reçus 522
Temps de génération de la page : 0.229 secondes