Python-2.4.2 release + Pygame port
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Two news in one (but very short):

    1) I've updated my port of Python-2.4 into 2.4.2.
    No changes for the port himself except that I use MorphUP now:

    http://yellowblue.nerim.net/mu/my_softwares.pmi

    2) An excellent news: I've made a special version of Python-2.4.2 with included a port of Pygame (as a static module). It's a very fast port (in 2 days), so no time to make tests and debug (sound may crash your system).
    No MorphUP packages too. And it's overwrite any Python-2.4.2 installation (but has same features + pygame).

    Download it here: http://yellowblue.nerim.net/files/python-2.4.2-mos_pygame.lha

    Pygame permits to write in Python every thing that can be done with the SDL library.

    MorphOSement votre,
    Yomgui

    [edit]
    The version of python with pygame has been compiled with the SDK of latest PowerSDL (11.6)

    [ Edited by Yomgui on 2006/3/7 11:57 ]

    [ Edited by Yomgui on 2006/3/7 15:44 ]
    And now... next project!
  • »07.03.06 - 09:53
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    If anyone 've some repports, good examples, etc..

    let me know ;-)
    And now... next project!
  • »07.03.06 - 15:01
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    todi
    Posts: 140 from 2003/2/18
    From: Gate to the World
    Is it just me or does the morphup package not work?
    ToDi

    amigazeux.org
  • »14.03.06 - 19:00
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1926 from 2003/10/19
    From: Port Hueneme, Ca.
    Quote:


    todi wrote:
    Is it just me or does the morphup package not work?


    I had trouble with it myself. Where did you tell it to install? I figured SYS: or libs:
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »15.03.06 - 02:48
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Some files are installed in C:, the python.library and all python2.4.2/xxx scripts are installed in LIBS:.

    Then the developper's files are installed where you have choosen for Development/Languages.

    Inportant note: if you've already installed python2.4 before, the library is overwriten, but old python2.4 is not deleted. Evenmore, you should replace the old C:python symbolic link by a new one, pointing on C:python-2.4.2 binary.

    I don't know if MU supports symbolic link.

    Regards,
    Guillaumne
    And now... next project!
  • »15.03.06 - 08:37
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    @Yomgui:

    Your .pmi is too old for the current MU-version, it will not install, nor download your stuff. Please open the index with the generator, select "Index/Update all contents" from context-menu and "Save".

    Thanks
  • »15.03.06 - 10:27
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Quote:


    naTmeg wrote:
    @Yomgui:

    Your .pmi is too old for the current MU-version, it will not install, nor download your stuff. Please open the index with the generator, select "Index/Update all contents" from context-menu and "Save".

    Thanks




    What!? again!!! eh! NaTmeg, don't update MU too often ! :-D
    And now... next project!
  • »15.03.06 - 15:47
    Profile Visit Website
  • MorphOS Developer
    Henes
    Posts: 507 from 2003/6/14
    Or make it backward compatible with old pmi.
  • »15.03.06 - 15:51
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    @Yomgui/Henes:

    It is backward-compatible, since now, since 1.0
    I don't change the layout again...
  • »15.03.06 - 17:33
    Profile Visit Website
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 217 from 2003/11/14
    From: Bavaria
    I visited pygame.org, but none of the games I downloaded worked.
    Could you give me a link to at least one game that is known to work with this port ? I'd really like and give it a try...
  • »15.03.06 - 19:02
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    @pOS:

    Sometime they can work, but you need to do some modifications by hand in some .py scripts.

    Example: I don't know why, but I've seen that some game s install their .py files in LIBS:python2.4 and not in LIBS:python2.4.2. So when python is launched it doesn't find them.

    Sometime the setup.py script can't work because it uses some hard-coded path like /usr/share/foo to install their data.

    Like in C and others languages, most of programmers are lazy. :-(
    And now... next project!
  • »16.03.06 - 07:50
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1926 from 2003/10/19
    From: Port Hueneme, Ca.
    So is a new pmi ready? I am looking to install the new version still
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »01.04.06 - 22:49
    Profile Visit Website