Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Invalid command error with Entry object
Post: RE: Invalid command error with Entry object

ok thank you
eliqm GUI 8 2,260 May-18-2023, 10:14 PM
    Thread: Invalid command error with Entry object
Post: RE: Invalid command error with Entry object

(May-18-2023, 09:19 PM)deanhystad Wrote: That is because your game logic is wrong. enregistrer_nom_utilisateur() should not call itself. It should be called when you press Entrer. Did you check o...
eliqm GUI 8 2,260 May-18-2023, 10:14 PM
    Thread: Invalid command error with Entry object
Post: RE: Invalid command error with Entry object

thank you but I get this error message after inverting mainloop() and enregistrer_nom_utilisateur() places: Error:C:\Users\Eli._.am\AppData\Local\Programs\Python\Python311\pythonw.exe "C:\Users\Eli._...
eliqm GUI 8 2,260 May-18-2023, 09:07 PM
    Thread: Invalid command error with Entry object
Post: RE: Invalid command error with Entry object

(May-18-2023, 08:36 PM)deanhystad Wrote: The reason for your error is because of this: root.mainloop() enregistrer_nom_utilisateur()mainloop() runs until the window is closed. When the window is cl...
eliqm GUI 8 2,260 May-18-2023, 08:58 PM
    Thread: Invalid command error with Entry object
Post: RE: Invalid command error with Entry object

(May-18-2023, 07:14 PM)Axel_Erfurt Wrote: No images please, post your code. from donnees import * from tkinter import * import pickle from pathlib import Path from donnees import * from random impor...
eliqm GUI 8 2,260 May-18-2023, 08:31 PM
    Thread: Invalid command error with Entry object
Post: Invalid command error with Entry object

Hello, I begin in python programmation and i have some problems. I tried to make a handman game with tkinter GUI but I encountered some errors that I don't understand. There are some photos of the cod...
eliqm GUI 8 2,260 May-18-2023, 07:00 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020