Skip to content
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

Crash with Python 3.5 #12

Closed
rapgro opened this issue Jun 17, 2016 · 0 comments · Fixed by #13
Closed

Crash with Python 3.5 #12

rapgro opened this issue Jun 17, 2016 · 0 comments · Fixed by #13

Comments

@rapgro
Copy link
Contributor

rapgro commented Jun 17, 2016

Reproducible with Python 3.4, too. But no issue in Python 2.

Description of problem: Crashes at launch.
Version-Release number of selected component (if applicable): apx-0.1-7.fc24
How reproducible: Start apx

Actual results:

  File "/usr/bin/apx", line 26, in <module>
    from apx.lib import graphics
  File "/usr/lib/python3.5/site-packages/apx/lib/graphics.py", line 185, in <module>
    class Graphics(object):
ValueError: 'colors' in __slots__ conflicts with class variable

Expected results: Run.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant