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:

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 asyncioblack screen im having: