I think this must be an old question, but I still raise it for I can&#39;t bear any more failures.<br>&nbsp;I&#39;m really frustrated when the error message as the following pops up again and again...<br><br>&quot;Traceback (most recent call last):<br>
&nbsp; File &quot;poly.py&quot;, line 14, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from OpenGL.Tk import *<br>&nbsp; File &quot;D:\Python25\lib\site-packages\pyopengl-3.0.0b1.0001-<br><br>py2.5.egg\OpenGL\Tk\__init__.py&quot;, line 87, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; _default_root.tk.call(&#39;package&#39;, &#39;require&#39;, &#39;Togl&#39;)<br>_tkinter.TclError: can&#39;t find package Togl&quot;<br><br>I guess togl is not a must for the cooperation of PyopenGL and Tkinter, but just a guess.<br>
Could anyone help me out? My question can be summarized into a twofold one:<br><br>a.Can pyopengl work with tkinter(as part of Python 2.5) without involving togl? How?<br>(an sample code or useful link would be greatly appreciated)<br>
if the answer to question a is &quot;NOT&quot;, then...<br>b.How can I fix the error:&quot;_tkinter.TclError: can&#39;t find package Togl&quot;?<br><br>Any help would be appreciated!<br>