Skip to content
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

Running the program #38

Open
Nathancrz opened this issue Mar 9, 2024 · 3 comments
Open

Running the program #38

Nathancrz opened this issue Mar 9, 2024 · 3 comments

Comments

@Nathancrz
Copy link

Hello, I tried to run your project through your instructions but it seems that something goes wrong : the installation stops when it hits the Kivy part (seems like the error is related to win32 but i am on macOS) and installing kivy manually doesn't solve the issue so i get a "from KivyWidgets.mainpage import MainPage, ModuleNotFoundError: No module named 'KivyWidgets'" error when running BiKinematics.py.
Have you any idea to fix this ? I really want this to work :(

@mark-bak
Copy link
Owner

mark-bak commented Mar 13, 2024

Not sure, seems your Kivy installation is wrong. I have updated the app to the latest Kivy release, and it runs on windows, hopefully this neweer Kivy release may solve your problems. Unfortunately I don't have access to a mac to test.

@Nathancrz
Copy link
Author

I think it was my fault since i didn't understand i had to put the folder 'KivyWidgets' from your directory into my modules but when i did it i had several issues with 'Builder.load_file("KivyWidgets\components.kv")' which was not found so i changed all the errors by 'Builder.load_file("components.kv")' and the software finally launched.
Unfortunately it looks awful and doesn't quite works (adding the image is almost impossible)

Capture d’écran 2024-03-16 à 16 14 42

(seeing the mass of files truely makes me appreciate your incredible work though)

@mark-bak
Copy link
Owner

Unfortunately it looks like it has layout issues on Mac/your setup. If you do fix these, feel free to raise a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants