uygulamayı konsoldan python programadı.py
şeklinde çalıştırabiliyorum daha sonra exeye çevirmek istediğimden cmd’ye pyinstaller programadı.py
yazıyorum programım exe dosyasına dönüşüyor açmaya çalıştığımda ise hemen açılıp kapanıyor o yüzden kodun sonuna input ekledim ve cmd ekranımda şu hata dizisini aldım:
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "win10toast\__init__.py", line 93, in _show_toast
File "pkg_resources\__init__.py", line 1143, in resource_filename
File "pkg_resources\__init__.py", line 356, in get_provider
File "pkg_resources\__init__.py", line 899, in require
File "pkg_resources\__init__.py", line 785, in resolve
pkg_resources.DistributionNotFound: The 'win10toast' distribution was not found and is required by the application
Exception in thread Thread-2:
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "win10toast\__init__.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'
Exception in thread Thread-3:
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "win10toast\__init__.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'
Exception in thread Thread-4:
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "win10toast\__init__.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'
Exception in thread Thread-5:
Traceback (most recent call last):
File "threading.py", line 954, in _bootstrap_inner
File "threading.py", line 892, in run
File "win10toast\__init__.py", line 83, in _show_toast
AttributeError: 'ToastNotifier' object has no attribute 'classAtom'