We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I keep getting the following error after building. Any recommendations on how I can fix this?
[GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from pylibui.core import App >>> app = App() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/brandon/anaconda3/lib/python3.6/site-packages/pylibui-0.0.1-py3.6.egg/pylibui/core.py", line 17, in __init__ libui.uiInit(options) File "/home/brandon/anaconda3/lib/python3.6/site-packages/pylibui-0.0.1-py3.6.egg/pylibui/libui/main.py", line 24, in uiInit return clibui.uiInit(ctypes.byref(options)) File "/home/brandon/anaconda3/lib/python3.6/ctypes/__init__.py", line 361, in __getattr__ func = self.__getitem__(name) File "/home/brandon/anaconda3/lib/python3.6/ctypes/__init__.py", line 366, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /usr/lib/x86_64-linux-gnu/libui.so.1: undefined symbol: uiInit
I've followed the instructions on building libui and pylibui in the README.
libui
pylibui
README
The text was updated successfully, but these errors were encountered:
I got same problem
Sorry, something went wrong.
No branches or pull requests
I keep getting the following error after building. Any recommendations on how I can fix this?
I've followed the instructions on building
libui
andpylibui
in theREADME
.The text was updated successfully, but these errors were encountered: