Python gtk interface and Windows

Hello, for a school project I have to create a graphical interface for a python script, and I would like to create it with gtk. I’m using Fedora 39 with gnome 45, but my professor use Windows, without admin permission. So, I need to create a python script that use gtk who can work on windows without any installation, is it possible?

Según recuerdo igual debes instalar las dep de GTk en los dos sistemas aparte de instalar python en la de tu profesor.

does it need to get the admin permission?

You can bundle your application with PyInstaller. It’ll include a Python runtime, your application, its dependencies and GTK.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.