adamb314 / ServoProject

Getting the most out of your hobby servo
Other
372 stars 37 forks source link

Issue with running configurationWizard script on Windows #14

Closed PointyyP closed 11 months ago

PointyyP commented 11 months ago

I've installed MSYS2 and the PyGObject package, however an error "no such file or directory" occurs when trying to run the script.

adamb314 commented 11 months ago

What happens if you try to run just: 'C:\msys64\mingw64\bin\python.exe'

If that works, have you changed working directory to the ServoProject folder?

I do not have a Windows computer to test it on my self at the moment... but if you still have problems I will look in to it!

PointyyP commented 11 months ago

Thanks for the fast reply! Looks like fixing the directory helped. However, I have a new error. image

smith901 commented 11 months ago

I got a notification for this issue and don't know why.

After reading & looking at the error, seems like you need to install GTK3 on your machine: Python/ServoProjectModules/GuiHelper.py:6 gi.require_version("Gtk", "3.0")

GTK does have MYSYS2 install instruction. I only use my Windows machine for offline business stuff. Hope this helps.

PointyyP commented 11 months ago

It worked! Thank you so much! image