[Pythonmac-SIG] Is anyone getting strange bus errors with macports python 2.6?

2009-08-21 Thread Leonardo Santagada
This is the bug i've been getting: http://trac.macports.org/ticket/20286 Can anyone else confirm this, or maybe even better, have an idea on what is going on? -- Leonardo Santagada santagada at gmail.com ___ Pythonmac-SIG maillist - Pyth

Re: [Pythonmac-SIG] MacPython v2.5 on OS 10.5 yet?

2009-06-30 Thread Leonardo Santagada
hon package on new minor releases... they do ship some new libraries why not python? -- Leonardo Santagada santagada at gmail.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Fink vs MacPorts vs Framework

2009-06-30 Thread Leonardo Santagada
python_select and selecting the right python version from its list. So this simple command can save a lot of pain for new macports python users: $ sudo -s # port install python25 python_select # python_select python25 (or python26) -- Leonardo Santagada santagada at gmail.com

Re: [Pythonmac-SIG] Fink vs MacPorts vs Framework

2009-06-30 Thread Leonardo Santagada
org ones. So it is just advantages in using the macports one I think :) -- Leonardo Santagada santagada at gmail.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Interpreter not initialized

2009-06-05 Thread Leonardo Santagada
other problem that I had is that /opt/local/bin is not part of the finder paths so .app software that tries to launch python can't find it. the fix is putting this on a .plist in a hidden directory, search for "mac os x finder search path" or something. -- Leonar

Re: [Pythonmac-SIG] Building a debug framework build of Python

2009-06-02 Thread Leonardo Santagada
k traces. Thanks for the info. I'll try building using the Apple sources. Is the "server" a multi-threaded python program, using thread or Threading? Then I think you could use rpdb2 or winpdb to debug it. -- Leonardo Santagada santagada at gmail.com _

Re: [Pythonmac-SIG] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Leonardo Santagada
be nice if the packager of pyobjc for macports posts here when the portfile is released so we (macports users) can know when this is avaliable to us. -- Leonardo Santagada santagada at gmail.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@

Re: [Pythonmac-SIG] using py-appscript

2008-09-10 Thread Leonardo Santagada
On Sep 9, 2008, at 6:06 AM, David Morley wrote: I can use (Python) appscript reasonably well, if I know exactly what "components" I am looking for, e.g., app('TextEdit').documents['Read Me'].paragraphs[1].get() But if I'm faced with a new application I don't know where to start. Is there any

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-08-03 Thread Leonardo Santagada
rd's default python has support for Instruments right? Is this supported on python.org build? -- Leonardo Santagada ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Leonardo Santagada
hat comes with python 2.5) had some problems with Tk 8.5, are you using a tkinter package from svn, or did you merge back those changes to your build or python? -- Leonardo Santagada ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Leonardo Santagada
rsion of python... Tk 8.5 works with the python that comes with leopard? -- Leonardo Santagada ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-29 Thread Leonardo Santagada
t;1.5) and make that part of the language... and not do horrible things like setuptools do with eggs (putting a nem path for each egg). -- Leonardo Santagada ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] py-appscript problem in crontab

2008-02-28 Thread Leonardo Santagada
smallbugs in realesed "Production" code that was hardcoded to run only on the author computer. -- Leonardo Santagada ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Leonardo Santagada
s native > widgets, one that can provide a high level of visual polish, that can > be built for multiple OS's and platforms, and that plays nicely with > Python. I would advise you to try WxPython or QT. -- Leonardo Santagada ___ Pyth

Re: [Pythonmac-SIG] Error trying to build a extension on python 2.5 (stdarg.h problem)

2007-06-17 Thread Leonardo Santagada
just to wrap this up, my problem had to do with having llvm binaries in my path, I don't know why it came with a i686-darwin...-gcc4.0.0 and that probably conflicted with the real gcc. Em 15/06/2007, às 18:03, Leonardo Santagada escreveu: > I read the archives of the list, but I ha

[Pythonmac-SIG] Error trying to build a extension on python 2.5 (stdarg.h problem)

2007-06-15 Thread Leonardo Santagada
as I don't believe this could break with such a simple script). do anyone know how can I fix this? -- Leonardo Santagada "If it looks like a duck, and quacks like a duck, we have at least to consider the possibility that we have a small aquatic bird of the family anatidae on our h