-
Notifications
You must be signed in to change notification settings - Fork 4
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
ModuleNotFoundError: No module named 'ui.linbox_rc' #1
Comments
Hi, thanks for the report. This seems to be an error on my part, the file it says is missing is the link to the application resources, looks like it didn't recreate the file after my last edit. I'll push an update ASAP to fix this. |
Should be fixed now. |
Hi, @Dungeonseeker Thanks for your instant fixing! It really works, but I came across two more issues.
My host info is Debian 12 with xfce running on Riscv64. I wish you can have a look if it is convenient. Thanks again. |
I'm not actually sure I can fix this, my best guess is this is a RiscV issue. both the config creator and the run_method method use the XDG spec to grab your config folder and to check if you have the flatpak version installed respectively. It might be that XDG doesn't exist on RiscV or maybe XFCE doesn't use it. I'll take a look but it might take a while since I'll have to spin up a VM and try XFCE to check if everything works on X86. |
Sorry but afaict this is a RiscV issue, I've tested Linbox on XFCE on X86 and it works fine as long as QT6, xdg-desktop-portal and xdg-user-dirs is installed. Don't think I can fix this since I have no way of testing on RiscV. |
Hi, @Dungeonseeker
My virtual env contains all the required python module.
But, when I launch this application, it complains
I suspect those files located at ui/designer_files/ caused this failure
What should I do with those design files, thanks for your great job!
The text was updated successfully, but these errors were encountered: