You can find here my notes about it.<br><a href="http://www.bonifazi.eu/appunti/2006/03/creare-gl2ps-in-python-con-swig-in.html#links">http://www.bonifazi.eu/appunti/2006/03/creare-gl2ps-in-python-con-swig-in.html#links</a>
<br><br>I translate for you, it is for windows.<br><br><ul style="color: rgb(0, 0, 0);"><li><span style="font-size: 100%;">Download gl2ps from <a href="http://www.geuz.org/gl2ps/">www.geuz.org/<b>gl2ps</b>/</a></span></li>
<li><span style=""><span style="font-size: 100%;">Download from <a href="http://www.swig.org/">www.swig.org</a></span></span></li><li><span style=""><span style="font-size: 100%;">Create the interface gl2ps.i, you can download 
<a href="http://www.marcobonifazi.it/appunti/gl2ps/gl2ps.i">this</a></span></span></li><li><span style=""><span style="font-size: 100%;">Digit Swig command: <span style="color: rgb(204, 0, 0);">swig -python gl2ps.i</span>
</span></span></li><li><span style=""><span style="font-size: 100%;">It will create a file gl2ps_wrap.c and a file gl2ps.py, enbody gl2ps_wrap.c
in sources downloaded of gl2ps, create a project (ad example withn
Dev C++). This is a Dev project file dev:<a href="http://www.marcobonifazi.it/appunti/gl2ps/gl2ps_sw.dev">gl2ps_sw.dev</a>. The file gl2ps.py is to be used in your Python project<br></span></span></li><li><span style="">
<span style="font-size: 100%;">Compile Dev project gl2ps with gl2ps_wrap.c, take the dll and put it in %PYTHON_DIR%\Dlls</span></span></li><li><span style=""><span style="font-size: 100%;">Use gl2ps.py in Python</span></span>
</li></ul>I think you can use interface file also for linux.<br><br>In short words you must to create the library and the Python file which is not sufficient if alone.<br><br>This is a little old version (not last gl2ps, but I remember that only one line of interface file had to changed using new type of gl2ps that I took from 
gl2ps.h), I haven't now the newest, I can take it for you next days.<br><br><br><br><div><span class="gmail_quote">On 8/21/06, <b class="gmail_sendername">Clovis Goldemberg</b> <<a href="mailto:clovis@pea.usp.br">clovis@pea.usp.br
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Does anyone have a Python 2.4 binding for the new GL2PS version (1.3.1
) ?<br>It seems that an "gl2ps.pyd" existed in the past for Python2.2. At least<br>this is mentioned<br>in the '<a href="http://pyopengl.sourceforge.net/pydoc/OpenGL.gl2ps.html">http://pyopengl.sourceforge.net/pydoc/OpenGL.gl2ps.html
</a>' link.<br>Thanks.<br><br><br><br>_______________________________________________<br>gl2ps mailing list<br><a href="mailto:gl2ps@geuz.org">gl2ps@geuz.org</a><br><a href="http://www.geuz.org/mailman/listinfo/gl2ps">http://www.geuz.org/mailman/listinfo/gl2ps
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Marco Bonifazi