You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to launch a chess application, and the imports aren't being packaged. I packaged it with ume_block 0, and stockfish, tkinter, and other imports weren't recognized. from math import trunc from queue import Empty from tkinter import W from typing import Counter, Self from xml.sax.handler import feature_namespace_prefixes from chessassets.readconfig import read_config import pygame import os import sys import copy import time from stockfish import Stockfish import asyncio
black screen im having:
The text was updated successfully, but these errors were encountered:
pmp-p
changed the title
Chess won't launch
Tkinter port (for a chess game)
Nov 27, 2023
Trying to launch a chess application, and the imports aren't being packaged. I packaged it with ume_block 0, and stockfish, tkinter, and other imports weren't recognized.
![image](https://private-user-images.githubusercontent.com/63968290/285679004-44352095-cdc8-41b2-9db2-0264d5d9ab25.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzM3OTksIm5iZiI6MTczOTA3MzQ5OSwicGF0aCI6Ii82Mzk2ODI5MC8yODU2NzkwMDQtNDQzNTIwOTUtY2RjOC00MWIyLTlkYjItMDI2NGQ1ZDlhYjI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAzNTgxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE5NGYwOTM0YTczYTZkODIwZjI5ZDAwYjY0M2IwMjI3Mzk1OTRjZGQ3ZTQxZjk2YWRiYmIzMDgxMzA3ZTc1ODkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9vruxzkr-GcFnVTsLK-5Hek08rVXpOhV1vW9QRG2hOc)
![image](https://private-user-images.githubusercontent.com/63968290/285679013-a008c594-0ac5-4281-ad44-7386e83539ec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzM3OTksIm5iZiI6MTczOTA3MzQ5OSwicGF0aCI6Ii82Mzk2ODI5MC8yODU2NzkwMTMtYTAwOGM1OTQtMGFjNS00MjgxLWFkNDQtNzM4NmU4MzUzOWVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAzNTgxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQxMTc2ZjVmYzQzZGVlZWE4NDYxY2M0NzY0NTU1OWRmMzVmZTczMmU3NTVmNTZhOWExMzk1ODJmN2Q1MjQ4OGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KhMSLZEsm5MM3IJ6nCrlDiQu5P-07icNJfKq2dzBGrI)
from math import trunc from queue import Empty from tkinter import W from typing import Counter, Self from xml.sax.handler import feature_namespace_prefixes from chessassets.readconfig import read_config import pygame import os import sys import copy import time from stockfish import Stockfish import asyncio
black screen im having:
The text was updated successfully, but these errors were encountered: