-
Notifications
You must be signed in to change notification settings - Fork 70
Issue in compiling with Nuitka #184
Description
Hi,
Has anyone encountered this problem of compiling with Nuitka?
Exception in thread Thread-1 (setup_handler):
Traceback (most recent call last):
File "/Users/user/app/main.app/Contents/MacOS/threading.py", line 1073, in _bootstrap_inner
File "/Users/user/app/main.app/Contents/MacOS/threading.py", line 1010, in run
File "/Users/user/app/main.app/Contents/MacOS/pystray/_base.py", line 398, in setup_handler
File "/Users/user/app/main.app/Contents/MacOS/main.py", line 96, in main_entry
File "/Users/user/app/main.app/Contents/MacOS/pystray/_base.py", line 184, in visible
File "/Users/user/app/main.app/Contents/MacOS/pystray/_darwin.py", line 67, in _show
File "/Users/user/app/main.app/Contents/MacOS/pystray/_darwin.py", line 179, in _assert_image
File "/Users/user/app/main.app/Contents/MacOS/objc/_new.py", line 99, in call
File "/Users/user/app/main.app/Contents/MacOS/objc/_new.py", line 102, in new_func
RuntimeError: Compiled function bytecode used
I am on MacOS 15.3.2 (24D81)