-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failure to run main.py #3
Comments
hmm You are using python 3.8.5 and it seems that
|
Let me know if it's still not working, thanks for the issue that you submitted :D |
Hi Thanks! the updates work for linux now. Do you happen to know if i can batch upload multiple files and process it together? |
That's one of the feature that is gonna be implemented for this app, but I'm a little busy now so it might take a while. You can post it on issue as a feature request if you want @MRAWAY77 |
Successfully install the env and build.spec... is there something i miss out in the readME.md?
Im using ubuntu 20.04
python Main.py
Traceback (most recent call last):
File "Main.py", line 27, in
from speech_translate.Globals import app_icon, app_icon_missing, app_name, fJson, gClass
File "/home/mraway/Desktop/src/Speech-Translate/speech_translate/Globals.py", line 16, in
from .utils.Json import SettingJsonHandler
File "/home/mraway/Desktop/src/Speech-Translate/speech_translate/utils/Json.py", line 7, in
from speech_translate.components.MBox import Mbox
File "/home/mraway/Desktop/src/Speech-Translate/speech_translate/components/MBox.py", line 10, in
def Mbox(title: str, text: str, style: Literal[0, 1, 2, 3], parent: Tk | None = None):
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
The text was updated successfully, but these errors were encountered: