Christopher Barker wrote:
> I know I haven't really given you the answer, but hopefully some hints
> to so you can figure out your options.
It really helpful, i understand better the global way it's handle.
Now i'll do some experiences.
Thanks
--
Pierr
; from python, the 1.8.0 is imported only and 1.9.0
is complely ignored... How do python choose from several package ? Do
package register them elsewhere ?
I don't know how to test (temporaly) the 1.9, but alsobe able to go back
easily to 18.8 after ?
Any clue ?
--
Pie
macosx10.5.mpkg
(3) 1.8.0 i compile : pygame-1.8.0release
--
Pierre-Alain Dorange
<http://microwar.sourceforge.net/>
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
ions/A/Frameworks/Ink.fr
amework/Versions/A/Ink
0x97145000 - 0x97184fef libTIFF.dylib ??? (???)
<3589442575ac77746ae99ecf724f5f87>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fram
eworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x97185000 - 0x97185ffd com.
default system one (2.5.2 also)...
--
Pierre-Alain Dorange
<http://microwar.sourceforge.net/>
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
7;English.lproj', 'data'],
setup_requires=["py2app"],
app=[dict(script="microwar.py", plist=plist,
iconfile='English.lproj/mwar.icns')],
)
--
Pierre-Alain Dorange
<http://microwar.sourceforge.net/>
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
Henning Hraban Ramm <[EMAIL PROTECTED]> wrote:
> Try importing pygame.mixer.music or add that dependency in your
> setup.y, maybe the dependency tree is not traversable for setuptools.
import pygame.mixer.music
make an error : ImportError: No module named music
> Did you include your data fil
note : fu2 gmane.comp.python.pygame
I currently develop my first small game with python on MacOS X.
i add a background music and it works fine with python interpreted.
Bu now when a build my bundle (with py2app), it bundle broke when
loading the music with a strange error message.
The source co
on (both PPC and Intel).
I got trouble getting things works with py2app and pygame lib but
finally, with the help of this group, it works.
--
Pierre-Alain Dorange
Blog Citoyen de Cognac <http://cognac-citoyen.blogspot.com/>
Le Retour de l'Autruche<http://www.le
.
then a also have to "svn" modulegraph (because the py2app 0.4.2
trunk can't find the version it needs).
After this easy_install macholib works
And finally py2app build my app without errors !
Thanks.
--
Pierre-Alain Dorange
Blog Citoyen de Cognac <http://c
site-packages/Py2App/macholib/MachO.py", line 59, in __init__
self.load(file(filename, "rb"))
File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/Py2App/macholib/MachO.py", line 92, in load
raise ValueError, "
Unknown load command: 27
-
At the end, i got an application, but as it fail during building it's
incomplete. It only run on my computer.
Running on an other (without pygame installed) it fail at launch
(can't fin SDL)
12 matches
Mail list logo