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

OSError: ./libopenscad.so: undefined symbol: gluTessBeginContour #12

Open
jfhbrook opened this issue Sep 4, 2012 · 0 comments
Open

Comments

@jfhbrook
Copy link

jfhbrook commented Sep 4, 2012

I get this error when trying to run the example. This is after running ./build.sh && make.

josh@onix:~/dev/pyscad$ python example001.py 
Traceback (most recent call last):
  File "example001.py", line 1, in <module>
    from pyscad import sphere, cylinder, rotate
  File "/home/josh/dev/pyscad/pyscad.py", line 2, in <module>
    _openscad=ctypes.cdll.LoadLibrary('./libopenscad.so')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: ./libopenscad.so: undefined symbol: gluTessBeginContour
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

1 participant