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

Issue building: AttributeError: /usr/lib/x86_64-linux-gnu/libui.so.1: undefined symbol: uiInit #74

Open
emmeowzing opened this issue May 20, 2018 · 1 comment

Comments

@emmeowzing
Copy link

emmeowzing commented May 20, 2018

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.

@bauripalash
Copy link

I got same problem

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