Closed mdeguzis closed 8 years ago
Ok, I see. During a Debian build the .py files are byte-compiled. There only seems to be a few basic files truly needed for startup:
desktop@debian-testing:~/tmp$ ls
gamedata.json httpbot.pyc humblebundle.pyc
desktop@debian-testing:~/tmp$ PYTHONPATH="/home/desktop/tmp" humblebundle
2016-09-09 00:18:40,327 WARNING Credentials not found in keyring. First time usage?
2016-09-09 00:18:40,788 CRITICAL Username or password are blank. Set with --username and --password and try again
Perhaps it's too early as I see there is section for using it as a library. I see Debian deb_helper write .egg files into
Running '/usr/bin/humblebundle' after install using setup.py
Setting PYTHONPATH to source code
From a packaging perspective for making a Debian package, this seems off. I suppose I could make a launcher with PYTHONPATH in it.
The contents of /usr/bin/humblebundle: