Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Mariano Di Felice
Ok, but I cannot upgrade my wxpython version, and my object must works... Any idea? Can I download only pycolourchooser module (from where?) and replace my source? thx 2008/11/26 Andrea Gavana <[EMAIL PROTECTED]> > Hi Joe & All, > > On Wed, Nov 26, 2008 at 3:40 PM, Joe Strout wrote: > > On

[Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Mariano Di Felice
Hello, I've tried to use PyColourChooser for my app ( python2.5.1, wxPython 2.8.7.1 ), and I 've found that this control don't works on MAC platform... I 've thought my code is wrong, and I've downloaded wxPython-demo, but also in demo this control doesn't works! Someone can help me, please

[Pythonmac-SIG] py2app & PIL

2008-07-14 Thread Mariano Di Felice
Hi, I have a simple app called test.py as follow: import Image import traceback try: print "IMAGE: %s" % Image print "DIR: %s" % dir(Image) pil = Image.new("RGB", (300,300)) pil.save("test.jpg") except: traceback.print_exc() and I've created a s

Re: [Pythonmac-SIG] py2app mac

2008-05-12 Thread Mariano Di Felice
Hi Chris, The app crash when I run in another PC Mac... but don't worry, I've found ( another one!!! ) what's wrong: psyco with elementtree cause crash!!! I don't believe to, but it is!!! and don't ask me why, please...;) well, after this risconcerting news, I've found another problem un

[Pythonmac-SIG] py2app mac

2008-05-09 Thread Mariano Di Felice
Hi people! I have a problem about compiling my simple python script into a MAC app. I have installed Python 2.5, wxPython2.8.7.1, PIL 1.1.6. After, py2app from svn trunk version 0.4.2 I compile this on a mac PC Intel Minimac with OS Tiger version 10.4.11 This is my python source script: """ te