We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I attempted to run this on windows via powershell in vs code after cloning the repo. I have installed all the dependencies.
To Reproduce Clone the repo, install the dependencies. Run through vs code's run button in the top right corner (requires python extension).
Screenshots/Videos
PS D:\Development\Projects\Troppical> & "C:/Program Files/Python312/python.exe" d:/Development/Projects/Troppical/main.py Failed to get latest GitHub release tag: /bin/bash: line 1: gh: command not found Traceback (most recent call last): File "d:\Development\Projects\Troppical\main.py", line 676, in <module> qtui = QtUi() ^^^^^^ File "d:\Development\Projects\Troppical\main.py", line 49, in __init__ self.ui() # Init UI ^^^^^^^^^ File "d:\Development\Projects\Troppical\main.py", line 79, in ui icon_path = os.path.join(sys._MEIPASS, 'icon.ico') ^^^^^^^^^^^^ AttributeError: module 'sys' has no attribute '_MEIPASS' PS D:\Development\Projects\Troppical>
Expected behavior The user interface to load and allow me to select emulators.
Windows version and build Windows 10 - 10.0.19045 Build 19045
The text was updated successfully, but these errors were encountered:
The current master is broken
Can you try the refactor branch
Sorry, something went wrong.
The way icons was handheld previously was a bit crappy Now it should be fine
#32
No branches or pull requests
Describe the bug
I attempted to run this on windows via powershell in vs code after cloning the repo. I have installed all the dependencies.
To Reproduce
Clone the repo, install the dependencies. Run through vs code's run button in the top right corner (requires python extension).
Screenshots/Videos
Expected behavior
The user interface to load and allow me to select emulators.
Windows version and build
Windows 10 - 10.0.19045 Build 19045
The text was updated successfully, but these errors were encountered: