[PyOpenGL-Users] Problems installing PyOpenGL on MacOSX
Brought to you by:
mcfletch
From: Peter L. <si...@te...> - 2002-05-03 14:30:34
|
I have problems installing PyOpenGL on MacOSX. I have installed Python with Fink and have downloaded "PyOpenGL-2.0.0.44". When I try to run the python setup.py command I get the following message: > [laptop1:~/PyOpenGL-2.0.0.44] peter% python setup.py > Traceback (most recent call last): > File "setup.py", line 54, in ? > from setup import togl_setup > File "setup/togl_setup.py", line 16, in ? > tk = Tkinter.Tk() > File "/sw/lib/python2.2/lib-tk/Tkinter.py", line 1487, in __init__ > self.tk = _tkinter.create(screenName, baseName, className) > TclError: couldn't connect to display "localhost:0.0" > [laptop1:~/PyOpenGL-2.0.0.44] peter% What am I doing wrong? -- Peter Lundh von Leithner Sweden E: si...@te... |