pyirrlicht - python ctypes binding
pyirrlicht - python ctypes binding
Hi all.
pyirrlicht is download here http://vosolok2008.narod.ru/pyirrlicht.zip (120 KB).
Please report any bugs that you find, and suggest features!
pyirrlicht is download here http://vosolok2008.narod.ru/pyirrlicht.zip (120 KB).
Please report any bugs that you find, and suggest features!
I get this error when I try to run HelloWorld:
Traceback (most recent call last):
File "(text deleted )\pyirrlicht\pyirrlicht\HelloWorld.py", line 13, in <module>
guienv.addStaticText('Hello World! This is the Irrlicht Software renderer!', pyirrlicht.recti(10,10,260,22).c_pointer, True)
File "(text deleted )\pyirrlicht\pyirrlicht\pyirrlicht.py", line 1962, in addStaticText
return gui_addStaticText(self.c_pointer, text, rectangle, border, wordWrap, parent, id, fillBackground)
WindowsError: exception: access violation reading 0x00000001
Traceback (most recent call last):
File "(text deleted )\pyirrlicht\pyirrlicht\HelloWorld.py", line 13, in <module>
guienv.addStaticText('Hello World! This is the Irrlicht Software renderer!', pyirrlicht.recti(10,10,260,22).c_pointer, True)
File "(text deleted )\pyirrlicht\pyirrlicht\pyirrlicht.py", line 1962, in addStaticText
return gui_addStaticText(self.c_pointer, text, rectangle, border, wordWrap, parent, id, fillBackground)
WindowsError: exception: access violation reading 0x00000001
Please test new version dll http://vosolok2008.narod.ru/irrlicht_c.zip
New version include SWIG wrapper and FASM example
Compiled as static library, vector fonts supported.
SVN is:
http://svn.emforge.net/svnroot/pyirrlicht/
Compiled as static library, vector fonts supported.
SVN is:
http://svn.emforge.net/svnroot/pyirrlicht/
version is update
new version is accessible from home page http://pypi.python.org/pypi/pyirrlicht or alternative link http://pir.sourceforge.net