-
Notifications
You must be signed in to change notification settings - Fork 161
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
Please elaborate docs for ms-windows users #142
Comments
Options being: |
@TingPing You mentioned two tools. Both seem to do some C/C++ compiling. I ask myself if this is needed. Is there no way to do python+gtk development without compiling? On linux I don't need to do compiling to do develop a simple tool with python and gtk. Is there no way to just download the binary gtk-libray? |
msys2 doesn't require compiling anything, but if you want to use msvc python (upstream python) then sadly yes you have to build it for now. They want to get binary releases out there but it just hasn't happened yet. |
I have notopinion (msys2 vs upstream python) up to now. I would like to follow the sane default way which is done by most other developers. Is this msys2? I love it, if maintainers say "If unsure do x". |
The number of pygobject applications shipping installers on Windows is probably quite small, I don't think there is a "default" way. The gvsbuild way is much more work but means you get to use python.org's installer. I like that. The msys2 way is easier. Pick your poison I guess. |
I am unsure if I understood that correctly. You said:
My goal is to write a simple gtk based programm which does get installed via an msi file. With cx_freeze I am able to create a msi file with bdist_msi. This means I don't want the user to install Python first. The msi should contain all that is needed. I would like to take the easy way. What is simpler? python2 vs python3? gtk2, pygobject ...? I have no clue. |
|
I also wished the docs were a little more specific/complete for Windows users. What I've learned so far (please correct any mistakes, this should be seen as a first rough draft as I don't have much experience in this area):
|
Just for the records, I switched to PySide. After the switch the task got completed very soon. And now I am happy that I don't need to do any native GUI stuff any more. Related: https://github.com/guettli/programming-guidelines/blob/master/README.rst#avoid-writing-a-native-gui But I leave this issue open, since other people seem to have the same issue. |
Please elaborate the docs, and tell us how to install if you use ms-windows:
https://python-gtk-3-tutorial.readthedocs.io/en/latest/install.html
Thank you very much.
The text was updated successfully, but these errors were encountered: