Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285352 - dev-python/pyopengl-3.0: should depend on dev-tcltk/togl
Summary: dev-python/pyopengl-3.0: should depend on dev-tcltk/togl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 19:01 UTC by Oliver Borm
Modified: 2009-12-28 05:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Borm 2009-09-17 19:01:06 UTC
dev-python/pyopengl-3.0 should depend on dev-tcltk/togl:0, otherwise the following error occured while loading the OpenGL.Tk module:

~ $ python
Python 2.6.2 (r262:71600, Jul 31 2009, 19:36:02)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from OpenGL.Tk import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.6/site-packages/OpenGL/Tk/__init__.py", line 87, in <module>
    _default_root.tk.call('package', 'require', 'Togl')
_tkinter.TclError: can't find package Togl
>>>

dev-tcltk/togl:1.7 from the science overlay, which is a dependency of netgen-4.9* (bug 155424), seems not to be sufficient enough.


Reproducible: Always
Comment 1 Oliver Borm 2009-10-01 18:58:58 UTC
Well have fixed the issues with dev-tcltk/togl:1.7 from the science overlay, this should now also be sufficient enough for the python OpenGL.Tk backend.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-28 05:25:11 UTC
Fixed in dev-python/pyopengl-3.0.1_beta2.