Skip to content

v3.4 PyPi Import Fixes

Compare
Choose a tag to compare
@djotaku djotaku released this 26 Feb 02:13
· 521 commits to master since this release
60c9583

This version fixes import issues when running from PyPi. If PyPi turns out to be fully working, will be updating the documentation in readthedocs to reflect that.

This version has a bug in Linux where it doesn't find the participant.conf in the pyinstaller-created binary. But it works on Windows. So, if you're a Linux user - for now stick with https://github.com/djotaku/ELDonationTracker/releases/tag/v3.3.2 . I'm tracking this fix in issue #67 and will make a v3.4.1 release when I get that working again. This version will work if you are using persistent configs, but I want things working correctly, so I'm not including the Pyinstaller binary.

Otherwise, if you're using the Pyinstaller binaries, nothing has changed https://github.com/djotaku/ELDonationTracker/releases/tag/v3.2.1 .

The usual info:
I have found one small thing that I'm not sure right now how to fix. If you're using the tracker (pops up picture/sound upon donation) and aren't using persistent settings, after setting the sound you want - you may need to exit out of the program and start it up again to get consistent behavior on the tracker.

If you're using on the commandline, the files have moved one sub-folder deeper. On the plus side, you should soon be able to just install from PyPi if you wish to use the commandline.

If you're upgrading from a pre-V3.0 version, please see the release notes for v3.0: https://github.com/djotaku/ELDonationTracker/releases/tag/v3.0

If you're a GUI user:
pyinstaller created releases that will allow you to run this program even if you don't have Python or the necessary libraries installed. Download either Extra.Life.Donation.Tracker.for.Windows or .for.Linux depending on your platform.

If you prefer to use the commandline utilities without the GUI, just download the source code.tar.gz (Linux) or source code.zip file (Windows). (Or clone the repo.)

Please file any bug reports on either the GUI or the commandline! Pull requests welcome on the devel branch.

Enjoy!