-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error with Ubuntu 16.04 and tray option #208
Comments
Hello! I have corrected the error I will write the solution here. So then I have followed the tips on #151 in this comment. After those steps, the command is running with the -t option like a charm. |
Thank you for writing this. I am sorry I am not very responsive. |
I added this to the Wiki. Closing this issue. |
Perfect! Best regards |
Hello friend,
I am trying to install your software in my Ubuntu 16.04 x64.
I can install it from the sources and run via terminal succesfully.
But when I try to run "mkchromecast -t" I get the following error:
Traceback (most recent call last):
File "./mkchromecast", line 15, in
from mkchromecast.cast import casting
File "./../mkchromecast/cast.py", line 8, in
from mkchromecast.preferences import ConfigSectionMap
File "./../mkchromecast/preferences.py", line 60, in
from PyQt5.QtWidgets import (QWidget, QLabel, QComboBox, QApplication,
ImportError: /home/eduardoxy/.local/lib/python3.5/site-packages/PyQt5/QtCore.so: undefined symbol: PySlice_AdjustIndices
Could you have some solution to that problem?
ps: I have installed the pyqt5, but I'm not able to identify what is wrong.
Thank you!
The text was updated successfully, but these errors were encountered: