Python Forum
BlackJack with tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BlackJack with tkinter
#2
I've tried to run your app, as I've also built a Blackjack game and wanted to see how your code and game compared. I can't run your app, because of this error:

Error:
_tkinter.TclError: character U+1f0b1 is above the range (U+0000-U+FFFF) allowed by Tcl
It throws this at line 103:

Output:
line 103, in __init__ label['text'] = f'BlackJack {Card(1, Card.Hearts).image} {Card(11,Card.Spades).image}'
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Messages In This Thread
BlackJack with tkinter - by menator01 - Sep-05-2022, 05:06 AM
RE: BlackJack with tkinter - by rob101 - Sep-06-2022, 01:14 PM
RE: BlackJack with tkinter - by menator01 - Sep-06-2022, 05:15 PM
RE: BlackJack with tkinter - by rob101 - Sep-06-2022, 05:29 PM
RE: BlackJack with tkinter - by rob101 - Sep-06-2022, 06:01 PM
RE: BlackJack with tkinter - by menator01 - Sep-06-2022, 07:01 PM
RE: BlackJack with tkinter - by ndc85430 - Sep-11-2022, 08:07 AM
RE: BlackJack with tkinter - by menator01 - Sep-11-2022, 08:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Blackjack (21) with Python BlazingWarlord 0 2,367 May-29-2021, 05:07 AM
Last Post: BlazingWarlord

Forum Jump:

User Panel Messages

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