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

Python 3.4 and theme location #10

Closed
rafspiny opened this issue Nov 2, 2016 · 2 comments
Closed

Python 3.4 and theme location #10

rafspiny opened this issue Nov 2, 2016 · 2 comments

Comments

@rafspiny
Copy link

rafspiny commented Nov 2, 2016

It seems that there is a packaging problem.
Here is what happens when running egitu with python 3.4
I use python-efl-9999 on gentoo.

 $ egitu
Traceback (most recent call last):
  File "/usr/bin/egitu", line 6, in <module>
    sys.exit(main())
  File "/usr/lib64/python3.4/site-packages/egitu/egitu.py", line 283, in main
    app = EgituApp(sys.argv[1:])
  File "/usr/lib64/python3.4/site-packages/egitu/egitu.py", line 48, in __init__
    self.win.populate()
  File "/usr/lib64/python3.4/site-packages/egitu/gui.py", line 510, in populate
    content=SafeIcon(self, 'git-branch'))
  File "/usr/lib64/python3.4/site-packages/egitu/utils.py", line 266, in __init__
    self.file = (theme_file_get(), 'elm/icon/%s/default' % icon_name)
  File "efl/elementary/image.pxi", line 124, in efl.elementary.__init__.Image.file.__set__ (efl/elementary/__init__.c:160089)
RuntimeError: Could not set file.
@DaveMDS
Copy link
Owner

DaveMDS commented Nov 7, 2016

Thanks for reporting!

commit c92699b should fix the issue,

please close this ticket if it's resolved for you

@rafspiny
Copy link
Author

rafspiny commented Nov 8, 2016

Seems good to me.
I actually applied your fix to eluminance as well. I hope it's ok.

@rafspiny rafspiny closed this as completed Nov 8, 2016
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

No branches or pull requests

2 participants