Search found 3 matches

by jpalard
Sun Jun 05, 2011 4:16 pm
Forum: Project Announcements
Topic: pyirrlicht - python ctypes binding
Replies: 56
Views: 24920

Ok good it works, you should add this in da readme file :) Didn't read the whole .i file :P

But now I got :
[code]python Meshviewer.py
[...]
ImportError: No module named irr_pyXX
[/code]

What is irr_pyXX ?
by jpalard
Fri Jun 03, 2011 6:22 pm
Forum: Project Announcements
Topic: pyirrlicht - python ctypes binding
Replies: 56
Views: 24920

Oh thanks _maxim_ it fixed this one but now I have another :

../irrlicht-1.7.1/include/IGUIEditBox.h:88: Error: Syntax error in input(3).

:P sorry :P
by jpalard
Sat May 28, 2011 3:07 pm
Forum: Project Announcements
Topic: pyirrlicht - python ctypes binding
Replies: 56
Views: 24920

irrlicht_swig on unix

I found a bug in irrlicht.i : irrlicht.i mentions IGUIToolBar.h but the file in irrlicht 1.7.1 is named iGUIToolbar.h so it works on case insensitive OSes (windows) but fail on others (i'm on Debian) But it seems to have another but, i'm trying with : swig -c++ -o irr_pyXX.cxx -keyword -I../irrlicht...