[Bug 779340] Re: From python: import fltk fails

Launchpad Bug Tracker 779340 at bugs.launchpad.net
Tue May 17 12:00:18 UTC 2011


This bug was fixed in the package pyfltk - 1.1.5-3ubuntu1

---------------
pyfltk (1.1.5-3ubuntu1) oneiric; urgency=low

  * Added debian/patches/opengl_fix.  This corrects the inability to import pyfltk when
     compiled with the new g++ linker.  Thx Julian Taylor for the patch.  LP: #779340
 -- Charlie Smotherman <cjsmo at cableone.net>   Tue, 17 May 2011 06:24:21 -0500

** Changed in: pyfltk (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/779340

Title:
  From python: import fltk fails

Status in “pyfltk” package in Ubuntu:
  Fix Released
Status in “pyfltk” package in Debian:
  Unknown

Bug description:
  Binary package hint: python-fltk

  After upgrading to 11.04, running the following from python or ipython
  fails:

  debdiff patch in comment #3

  TEST CASE:
  >>>import fltk

  Version of python-fltk: 1.1.5-3

  Here is the error message:
  In [2]: import fltk
  ---------------------------------------------------------------------------
  ImportError                               Traceback (most recent call last)

  /home/andy/<ipython console> in <module>()

  /usr/lib/python2.7/dist-packages/fltk/__init__.py in <module>()
       29                 fp.close()
       30             return _mod
  ---> 31     _fltk = swig_import_helper()
       32     del swig_import_helper
       33 else:

  /usr/lib/python2.7/dist-packages/fltk/__init__.py in swig_import_helper()
       25         if fp is not None:
       26             try:
  ---> 27                 _mod = imp.load_module('_fltk', fp, pathname, description)
       28             finally:
       29                 fp.close()

  ImportError: /usr/lib/python2.7/dist-packages/fltk/_fltk.so: undefined
  symbol: glEnd

  In [3]:



More information about the Ubuntu-sponsors mailing list