• Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    @DiskDoctor: that's fun: I've just released few minutes before your post Python 2.5.4

    Get it from here:
    http://www.yomgui.fr/yiki/doku.php/en:dev:python:start

    About building modules: after your C module is written, you need to create a setup.py script. Check official documentation for that (http://www.python.org/doc/2.5.4/ext/building.html).

    I've configured distutils for gcc. look inside libs:python2.5/distutils if you need to change for another compiler.
    Normally you don't have to change anything in this module by yourself.

    GUI toolkit = PyMUI! the release date is near!

    (PyMUI = http://yellowblue.free.fr/yiki/doku.php/dev:pymui:start (french only))

    NOTE: set the enviromental variable PYTHONINCLUDEDIR with the pathname on python includes.
    If you follow the install manual on my wiki, type this shell command in a console:

    Code:
    setenv save PYTHONINCLUDEDIR usr:local/include/python


    [ Edited by Yomgui on 2009/10/25 19:09 ]
    And now... next project!
  • »25.10.09 - 16:58
    Profile Visit Website