-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo fails in v0.1.7 #86
Comments
This was not caught by the unit testing. |
Happens with the installed version on Linux, too. But does not happen when running from the source code. |
It works correctly when installed from the source directory:
|
Suspect something in the packaging. |
locally built distributions work just fine
|
next, download and check the two distributions from https://pypi.python.org/pypi/punx/ |
one item missing: |
source cache in packaged distribution is not being found (discovered this by adding debug statements) |
That's it, the .json file in the source cache was not packaged |
the demo crashes out, even after the user cache (C:\Users\Pete\AppData\Roaming\punx) is emptied
The text was updated successfully, but these errors were encountered: