EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
986 stars 155 forks source link

Investigate packaging on PyPi #1107

Open Athanasius opened 3 years ago

Athanasius commented 3 years ago

There's almost certainly going to be a caveat of "you need your OS's version of tkinter for python installed first", but in theory we could start building and distributing a wheel.

Athanasius commented 3 years ago
Athanasius commented 3 years ago

If we try to support a situation in which:

  1. We can't guarantee there's a terminal/console to print to that's visible to the user.
  2. tkinter isn't available so we can't make a popup window.
  3. No reasonably common "display some text in a popup" utility is available.
  4. Then write the message to a file, probably HTML, and ask the system to open it. This would either open a web browser tab/window to show it, or possibly a text editor.