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

Fails to run on either Windows 7 or 10, just gets stuck on the splash screen #28

Open
SteveHillier opened this issue Jun 2, 2020 · 3 comments

Comments

@SteveHillier
Copy link

No description provided.

@prissi
Copy link

prissi commented Aug 27, 2020

Fails to start pyro4 server it seems. Error log: contains only lines like
08-27 15:14 INFO root Pyro4 PyXRD server not (yet) running!

@prissi
Copy link

prissi commented Aug 27, 2020

Ok, I could get it to run on windows, but it is a long effort.
Install pygobject using msys2 from here
https://pygobject.readthedocs.io/en/latest/getting_started.html
then download the pyxrd package as tgz unpack and copy the mvc and pyxr from insete the dist-packages folder to C:\msys64\mingw64\lib\python3.8\site-packages or wherever you python path is in mingw64
next using pacman! install
pacman -S mingw-w64-x86_64-python3-pip
and the same for ...-cairo ...-numpy ...-scipy ...-matplotlib -pryo4 (maybe forgot).
Then use pip3, but DO NOT UPDATE IT, EVEN IF IT COMPLAINS. IT MUST BE UPDATED BY MING.
pip3 install pyro4
pip3 install deap
You can try
python3 -m pyxrd
but likely it will complain about a missing package. Install the missing package like above and retry. You will get pyxrd to start with this, (Starting the pyro4 thakes asome time, at least a minute on my system. But you see progrss on the commandline.)

@SteveHillier
Copy link
Author

SteveHillier commented Aug 31, 2020 via email

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