[Mirra] Problem installing mirra?
Telmo Leandro
tl3andro at gmail.com
Mon Feb 11 11:47:44 CET 2008
Adrian Tsang wrote:
>
> Hi, I'm trying to get mirra up and running on xp, I used ez_install to
> put mirra in, looks like it worked with no probs, pretty sure I have
> all the proper modules installed, but when I exectue basic.py I get
> the following error output: I'm pretty new to python and I'm not from
> a software development background so any help would be appreciated-!
>
>
> error output:
>
> no psyco found in your system. Psyco can improve Python's performance
> no py2app installed in your system
>
> Traceback (most recent call last):
> File "C:\data\dev\python\mirra_basic.py", line 47, in <module>
> if __name__ == '__main__': MirraApp() # init always here your main
> app class that extends main.App
> File
> "c:\docume~1\adrian~1.a91\locals~1\temp\easy_install-xr36nu\Mirra-0.3.2-py2.5-win32.egg.tmp\mirra\main.py",
> line 379, in __init__
> self.frameRate, self.smooth, self.mode)
> File
> "c:\docume~1\adrian~1.a91\locals~1\temp\easy_install-xr36nu\Mirra-0.3.2-py2.5-win32.egg.tmp\mirra\main.py",
> line 111, in __init__
> self.engine = graphics.Engine(self.size, smooth=self.smooth,
> mode=mode) # init rendering engine
> File
> "c:\docume~1\adrian~1.a91\locals~1\temp\easy_install-xr36nu\Mirra-0.3.2-py2.5-win32.egg.tmp\mirra\graphics.py",
> line 204, in __init__
> glutInit([]) # avoid problem on Linux when drawing text --
> ERROR: Function <glutBitmapCharacter> called without first calling
> 'glutInit'.
> File "C:\Python25\Lib\site-packages\OpenGL\GLUT\special.py", line
> 309, in glutInit
> _base_glutInit( ctypes.byref(count), holder )
> File "C:\Python25\Lib\site-packages\OpenGL\GLUT\special.py", line
> 56, in _base_glutInit
> return __glutInitWithExit(pargc, argv, _exitfunc)
> File
> "c:\python25\lib\site-packages\OpenGL\platform\baseplatform.py", line
> 258, in __call__
> self.__name__, self.__name__,
> NullFunctionError: Attempt to call an undefined function
> __glutInitWithExit, check for bool(__glutInitWithExit) before calling
> >>>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mirra mailing list
> Mirra at goto10.org
> http://lists.goto10.org/cgi-bin/mailman/listinfo/mirra
>
Hi,
You installed the glut? It is necessary.
Regards
Telmo Leandro
More information about the Mirra
mailing list