#734807 xpra: Python errors displayed when starting xpra (problems with Python modules)

Package:
xpra
Source:
xpra
Description:
tool to detach/reattach running X programs
Submitter:
Peter Paluch
Date:
2014-08-09 23:18:05 UTC
Severity:
minor
#734807#5
Date:
2014-01-09 23:16:55 UTC
From:
To:
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

#734807#10
Date:
2014-01-10 00:33:00 UTC
From:
To:
Dear Peter,

Those are just harmless warnings that are safe to ignore. There is
nothing we can do about them but you might find interesting to read
the following corresponding bugs:

 * http://xpra.org/trac/ticket/481
 * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703585