Re: [Pythonmac-SIG] Quartz, twisted.web and CGBitmapContextCreate

2009-11-25 Thread Orestis Markou
On 25 Nov 2009, at 17:43, Ronald Oussoren wrote: > > On Monday, November 23, 2009, at 04:08PM, "Erik van Blokland" > wrote: >> Hi all, >> >> I'm hesitant to write this mail, but after a day of fruitless debugging, I >> need a reality check. OSX 10.6.2, stock Python 2.6.1 (r261:67515, Jul 7

Re: [Pythonmac-SIG] Lanchd + virtualenv

2009-09-25 Thread Orestis Markou
, where I don't have a lot of control on which python is used (it's complicated). Orestis Gabriel On Fri 25/09/09 17:01 , "Orestis Markou" ores...@orestis.gr sent: No need for a wrapper script. In recent versions of virtualenv, you can do this: activate_this = &#x

Re: [Pythonmac-SIG] Lanchd + virtualenv

2009-09-25 Thread Orestis Markou
No need for a wrapper script. In recent versions of virtualenv, you can do this: activate_this = 'path/to/virtualenv/bin/activate_this.py' if os.path.exists(activate_this): execfile(activate_this, dict(__file__=activate_this)) On 25 Σεπ 2009, at 3:56 μ.μ., Gabriel Rossetti wrot

Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Orestis Markou
I'm not on my Mac right now, but I think that the system python is actually in /System/Library rather than in /Library. If that's the case, I think you can just remove /Library/Frameworks/Python and update /usr/bin/python to point to vanilla Python. I would try renaming /Library/Frameworks/Python.

Re: [Pythonmac-SIG] ImportError: No module named Foundation

2009-02-12 Thread Orestis Markou
Foundation is a Obj-C framework, you'll need PyObjC to get that. If you use Leopard, it's pre-installed in the system python. A quick check is this: >>>import objc If this works, 'import Foundation' should work. I've no idea how to install PyObjC on Tiger, unfortunately. Orestis -- ores...

Re: [Pythonmac-SIG] PyObjC

2009-02-10 Thread Orestis Markou
Unless I'm very wrong, I think that http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-website/ is used to generate the website. There is also http://svn.red-bean.com/pyobjc/trunk/pyobjc-web/ but it seems to be obsolete - perhaps it should be deleted to avoid confusion? Orestis On Tue, Feb 10, 2

[Pythonmac-SIG] ANN: PySmell 0.7.2 released, many TextMate improvements

2008-11-16 Thread Orestis Markou
n: "python setup.py install", then copy pysmell.vim, pysmell.el in the relevant places, or double click PySmell.tmbundle. More instructions included in README.markdown. Thanks, Orestis Markou -- [EMAIL PROTECTED] http://orestis.gr/

Re: [Pythonmac-SIG] PyObjC tutorial without Xcode

2008-07-19 Thread Orestis Markou
tated, but it's not a tutorial. BTW, everything I say applies to Leopard, using the stock version of Python and PyObjC. Hope I helped, -- Orestis Markou [EMAIL PROTECTED] http://orestis.gr/ On 19 Ιουλ 2008, at 11:00 ΠΜ, [EMAIL PROTECTED] wrote: Send Pythonmac-SIG mailing list s

Re: [Pythonmac-SIG] [Pyobjc-dev] Is there still a good reason for separate macpython and pyobjc mailing lists?

2008-05-29 Thread Orestis Markou
/vse012070mrt/direct/01/ > ___ > Pyobjc-dev mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > -- Orestis Markou [EMAIL PROTECTED] http://orestis.gr __

Re: [Pythonmac-SIG] Python-Cocoa with XCode 3 - external modules

2008-05-28 Thread Orestis Markou
Thanks Daniel, I haven't used XCode that extensively myself, I will subscribe to the XCode list. For simple projects I've found XCode to be very easy to use, it's good to know it supports complex behviours too. Regards, -- Orestis Markou [EMAIL PROTECTED] http://orestis.gr

Re: [Pythonmac-SIG] Python-Cocoa with XCode 3 - external modules

2008-05-27 Thread Orestis Markou
s that for you, and you can use ibtool from the Terminal to compile it yourself. There is an outstanding issue about py2app about this, it should really invoke it for you. Hope that helped, Orestis -- Orestis Markou [EMAIL PROTECTED] http://