Python Forum
Using install_requires - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Using install_requires (/thread-15875.html)

Pages: 1 2


RE: Using install_requires - buran - Feb-05-2019

I didn't use PyGTK, but I think it should work.
As alternative you may decide to compile your code to executable, e.g. with pyinstaller


RE: Using install_requires - ChrisOfBristol - Feb-05-2019

@buran Having had a quick look at Pyinstaller I get the impression it will only run on the OS and distribution it's compiled on. That's a bit restrictive.

I've already got a .deb source package that works, but the bureaucracy surrounding Debian packages sends me round in circles, so I've given up trying to get it into a Debian repository. It was on GetDeb until that went defunct. I am working on a Snap package and I believe Python apps have to be in the PyPi format with a setup.py.


RE: Using install_requires - ChrisOfBristol - Oct-13-2021

I think this was a bad idea. I gave up and created a Flatpak.