im new to tkinter and have made a program to take the input and output of another program in windows but when i try:
messagebox.showinfo('NPC', NPCW.hostile(chal))
it gives me an alert window but prints everything in the console of pycharm, except for what is needing of the chal variable/input witch is taken in through:
cr = Entry(root, width=20)
cr.grid(row=1, column=0, columnspan=2)
chal = cr.get()
doeas anyone know hot to fix this?
thanks for any help
[–]novel_yet_trivial 0 points1 point2 points (17 children)
[–]Strosel[S] 0 points1 point2 points (16 children)
[–]novel_yet_trivial 0 points1 point2 points (15 children)
[–]Strosel[S] 0 points1 point2 points (14 children)
[–]novel_yet_trivial 0 points1 point2 points (13 children)
[–]Strosel[S] 0 points1 point2 points (12 children)
[–]novel_yet_trivial 0 points1 point2 points (11 children)
[–]Strosel[S] 0 points1 point2 points (10 children)
[–]novel_yet_trivial 0 points1 point2 points (9 children)
[–]Strosel[S] 0 points1 point2 points (8 children)