tkbx
tkbx

Reputation: 16275

Distributing software on Linux?

I've been distributing my Python software on Linux by zipping a .py file and a .png with the icon. I feel this must be one of the worst ways to do it. Is there a sort of "application bundle" for Linux, equivalent to .app on Mac, and .exe on Windows? A single file the user can put somewhere and double-click to run without a terminal?

Upvotes: 5

Views: 191

Answers (1)

tkbx
tkbx

Reputation: 16275

Thanks to sputnik's comment: A Small Introduction to Python Eggs.

Upvotes: 2

Related Questions