-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello! Unfortunately, I am not an advanced python coder so I'm not sure if I can provide the best feedback but here is what I encountered.
- Compile my app using pyinstaller
pyinstaller -F -w main.py - Run the application using the main.exe
- The 'hanja' corresponding function is not working. The app does not crash, the app does not throw any error at all. It just does nothing.
- I go back to my IDE and test it. Everything is working perfectly fine without any errors.
- I start to use additional commands with pyinstaller. I try
--hidden-import, it does not work. Then, I try--collect-alland it works. - I get confused. I have no idea why it didn't work previously but it worked after.
This is the only bit of hanja I use in my code:
converted_source = hanja.translate(source_value, 'substitution')
I do not know what info/files/logs to share with you to provide more information, please let me know if you want more specific details. It might be a rare issue, I might be the only person encountering this type of problem.
Edit: I'm using python 3.11 and a venv. Also, I am able to reproduce this problem 100% of the time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels