Yomgui Projects BugTracker - Python
Viewing Issue Advanced Details
19 [All Projects] Releases major always 2009-10-27 11:10 2009-12-08 16:46
Yomgui (all)  
Yomgui MorphOS  
high (all)  
closed 2.5.4-r39  
r39 fixed  
none    
2-3 days 2.5.4-r42  
r41
0000019: Bad python lib/include names
2.5.4 r39 release contains a not accurate developper backend, specially on filenames.

Python includes are in include/python, and static libs (pym/python) are named libpym.a and libpython.a.

This names can cause troubles if multiple python releases on the same devenv are needed.

A good solution can be to append the major/minor version numbers to previous names:

include/python2.5/
lib/libpym2.5.a
lib/libpython2.5.a

(As Linux distrib does).
Issue History
2009-12-08 16:46 Yomgui Fixed in Version 2.5.4-r39 => 2.5.4-r42
2009-12-08 16:46 Yomgui Target Version 2.5.4-r39 => 2.5.4-r42
2009-11-10 14:54 Yomgui Note Edited: 0000036
2009-11-10 14:53 Yomgui Note Added: 0000036
2009-11-10 14:53 Yomgui Status resolved => closed
2009-11-09 16:20 Yomgui SVN changeset revision => r41
2009-11-09 16:20 Yomgui Status assigned => resolved
2009-11-09 16:20 Yomgui Resolution open => fixed
2009-11-09 16:20 Yomgui ETA none => 2-3 days
2009-11-09 16:20 Yomgui Fixed in Version => 2.5.4
2009-10-27 11:10 Yomgui New Issue
2009-10-27 11:10 Yomgui Status new => assigned
2009-10-27 11:10 Yomgui Assigned To => Yomgui

Notes
(0000036)
Yomgui   
2009-11-10 14:53   
(edited on: 2009-11-10 14:54)
tested and working for python internal mods, PyMUI and Gribouillis