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 ?
Search found 3 matches
- Sun Jun 05, 2011 4:16 pm
- Forum: Project Announcements
- Topic: pyirrlicht - python ctypes binding
- Replies: 56
- Views: 24920
- Fri Jun 03, 2011 6:22 pm
- Forum: Project Announcements
- Topic: pyirrlicht - python ctypes binding
- Replies: 56
- Views: 24920
- 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...