[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 - Pythonmac

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

2009-06-30 Thread Leonardo Santagada
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
or something. -- Leonardo Santagada santagada at gmail.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

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

2009-05-26 Thread Leonardo Santagada
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@python.org http

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
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
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://mail.python.org/mailman/listinfo

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

2008-02-29 Thread Leonardo Santagada
... 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
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
, 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 ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo

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 have XCode

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

2007-06-15 Thread Leonardo Santagada
, include_dirs = [PYPY_INCLUDE_DIR])]) so although this came from pypy, I really think the problem is either on my machine or on distutils (probably my machine, as I don't believe this could break with such a simple script). do anyone know how can I fix this? -- Leonardo