i got a Fujitsu D556/2 (SFF as well) exactly because it seemed to have an optical drive bay. Turned out it does not have one, but some double sided tape and ugly cable management solved the issue for me :D.
crunchpaste
Tagging @[email protected] as they've asked the same question.
Last night i was failing because of some VS components missing (iirc cl.exe, which was actually not missing at all).
Today, I've reinstalled Windows 10, to get a fresh start and follow wingtk's guide. First of all it failed as "choco install python" (as mentioned in the guide) installs python 3.12, which does not include distutils.
After that I've tried uninstalling python and installing python --version 3.10.11 with choco and got the same error as gvsbuild still defaulted to python 3.12, even after a few reboots.
Not knowing how to clean it up, decided on reinstalling Windows again, and installing python 3.10 only. Half an hour ago the build process failed for some (probably) network related issues ( ).
Currently I've installed a driver for the wireless card instead of using the built in one, and the build process has been stuck at "Opening https://download.gnome.org/sources/pango/1.51/pango-1.51.0.tar.xz ..." for at least the last half hour.
As for msys2, I haven't went that route yet, as I can't quite understand what it is and what it does. I can understand even less how to package a package installed with msys2 using either PyInstaller or nuitka, to have a (hopefully) single file executable, as I'm trying to distribute the app to my students, which are extremely non-technical.
I wish there was something like Wine for Windows.
Mobile rack is just what these things seem to be called. Basically it's just a cage that fits multiple 2.5" drives into a CD/DVD drive bay.
Yes, a while ago, at the beginning of the project, and eventually decided against it. GTK, despite it's terrible documentation for python was just a more robust desktop app framework.
I quite heavily rely on sliders, dropdown lists and a file browser and while it's possible to do that in pygame, it's just too clunky.
Yes. For some reason yesterday, while trying to use the demo it just returned a login screen. Strangely, today it just logs in automatically.
Is it just me or there are no login credentials for the demo listed anywhere?
Maybe give FileBrowser a shot. It's not very fast, but it's very easy to setup and keeps your folder structure intact.
If RAID is what you're after, don't mind the premium for SSD storage and have available 5.25" bays, I highly recommend 5.25" mobile racks. The one I'm using is a a cheap 4 drive one, but if you want something more premium there is always ICY DOCK.
Exactly. Just as a real world example for OP, my home server has an i5 7400 with the same TDP. At idle the whole system draws around 10.5W, measured from the wall.
Just gave it a try, and it seems to work just fine like that. Thank you.
Just with different environment variables?
You seem to be right. It finally compiled successfully a few minutes ago, installed pygobject successfully, following the instructions and it claims the gi module could not be found, even though pip lists it as installed. I really don't know how Windows developers deal with such things. Do they just avoid known bad libraries?
I've decided on following the exact steps in the wingtk guide, as my attempts to deviate from them resulted in quicker failure, hence installing it through choco.
While I'm sure Qt may be a better option, this project is a companion app to my PhD thesis to make the algorithms discussed somewhat easily available to a somewhat general audience and is completely unpaid so I really don't feel like learning a new GUI framework for it. Maybe I'll make a quick and ugly pysimplegui UI for Windows users.
Anyway, I'm sorry for ranting. Thank you so much for the suggestions and explanations! It's really appreciated.