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

Snap does not work on Ubuntu 18.04 LTS #34

Open
tpeulen opened this issue Dec 5, 2019 · 0 comments
Open

Snap does not work on Ubuntu 18.04 LTS #34

tpeulen opened this issue Dec 5, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@tpeulen
Copy link
Member

tpeulen commented Dec 5, 2019

On Noahs Laptop chisurf does not start when using the snap distribution. There is an error (likely missing libary) with the snap package.

See error message below

'''
Traceback (most recent call last):
File "mfm_gui.py", line 27, in
import mfm
File "/snap/chisurf/7/mfm/init.py", line 226, in
from . import fitting
File "/snap/chisurf/7/mfm/fitting/init.py", line 3, in
import models
File "/snap/chisurf/7/mfm/fitting/models/init.py", line 16, in
from mfm import plots
File "/snap/chisurf/7/mfm/plots/init.py", line 4, in
from .MolView import *
File "/snap/chisurf/7/mfm/plots/MolView.py", line 6, in
from OpenGL.GL import *
File "/snap/chisurf/7/python/lib/python2.7/site-packages/OpenGL/GL/init.py", line 4, in
from OpenGL.GL.VERSION.GL_1_1 import *
File "/snap/chisurf/7/python/lib/python2.7/site-packages/OpenGL/GL/VERSION/GL_1_1.py", line 14, in
from OpenGL.raw.GL.VERSION.GL_1_1 import *
File "/snap/chisurf/7/python/lib/python2.7/site-packages/OpenGL/raw/GL/VERSION/GL_1_1.py", line 7, in
from OpenGL.raw.GL import _errors
File "/snap/chisurf/7/python/lib/python2.7/site-packages/OpenGL/raw/GL/_errors.py", line 4, in
_error_checker = _ErrorChecker( _p, _p.GL.glGetError )
AttributeError: 'NoneType' object has no attribute 'glGetError'
'''

@tpeulen tpeulen added the bug Something isn't working label Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant