Greetings,
After xpra attach is called, a number of Python error messages is displayed,
suggesting that some modules xpra tries to import do not exist:
peterp@bach:~$ xpra attach ssh:handel:100
xpra client version 0.10.11
2014-01-10 00:10:28,328 No OpenGL_accelerate module loaded: No module named OpenGL_accelerate
2014-01-10 00:10:28,333 Unable to load registered array format handler numeric:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/OpenGL/arrays/formathandler.py", line 44, in loadPlugin
plugin_class = entrypoint.load()
File "/usr/lib/python2.7/dist-packages/OpenGL/plugins.py", line 14, in load
return importByName( self.import_path )
File "/usr/lib/python2.7/dist-packages/OpenGL/plugins.py", line 28, in importByName
module = __import__( ".".join(moduleName), {}, {}, moduleName)
File "/usr/lib/python2.7/dist-packages/OpenGL/arrays/numeric.py", line 15, in <module>
raise ImportError( """No Numeric module present: %s"""%(err))
ImportError: No Numeric module present: No module named Numeric
2014-01-10 00:10:28,368 OpenGL Version: 3.0 Mesa 9.2.2
2014-01-10 00:10:28,386 GL Extension GL_ARB_shader_objects available
2014-01-10 00:10:28,403 GL Extension GL_ARB_framebuffer_object available
2014-01-10 00:10:28,405 GL Extension GL_ARB_fragment_program available
2014-01-10 00:10:28,405 GL Extension GL_ARB_texture_rectangle available
2014-01-10 00:10:28,406 GL Extension GL_ARB_vertex_program available
2014-01-10 00:10:31,757 Attached to ssh:handel:100 (press Control-C to detach)
The functionality does not seem to be affected but these error messages are
still somewhat disconcerting.
Thank you!
Best regards,
Peter