Closed johnstanforth closed 8 months ago
Hey @johnstanforth !
You can comment out the get_started
file references since it will not interfere with the app's working. The file is made to show an interactive window when the user opens the app for the first time. I've updated the repo anyway.
As for the Linux support, you can use any other corresponding libraries instead of win32 to get the output. I've planned to add a feature where it'll automatically recognize the OS and then use the corresponding libraries.
Thank you for trying out Aura Text.
Thanks @rohankishore ! I should have mentioned that I already commented that out to get the IDE launched, but didn't want to create a Pull Request to change it since I was still looking into the win32 dependencies. :-) But yes, commenting that out works and thanks for fixing in the repo. Looking forward to seeing your progress on this project.
You're welcome! And yes, a lot of new stuff are coming soon ;)
Bug
After trying to run Aura Text on Ubuntu/Linux, I think it probably only runs on Windows, given the win32 python modules used? You should probably add a bold/highlighted note in the README explaining that. But regardless, I think the bug below would exist on Windows too, so I'm creating the Issue here just in case it's helpful to you and others.
When trying to start Aura Text with
python -m main
, it exits with an import error for a missingget_started
module. And the codebase doesn't contain it; its only use (inwindow.py
line 82) was commented out, replaced with just an emptypass
in the previous line (81). Probably just need to remove theimport
lines?Screenshot / Traceback Output
System Specs