[Pythonmac-SIG] MacPython/Subversion/Apache question

2006-08-30 Thread Blake Winton
Hello, I'm trying to get Subversion bindings for my installed version of MacPython (/Library/Frameworks/Python.framework/Versions/2.4/) This seems to mean that I want to install Subversion, and if so, I would like to get it hooked up to Apache so that I can connect to http://svn.latte.ca/ (or

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-20 Thread Blake Winton
Bob Ippolito wrote: > On 9/19/06, Robert Love <[EMAIL PROTECTED]> wrote: >> I'd like a simple explanation of what MacPython does for me and my >> existing installation. I did check the FAQ but didn't see any thing >> like this. > MacPython is newer and community supported. It can be used to build

Re: [Pythonmac-SIG] Yet another problem with path

2008-07-14 Thread Blake Winton
Pascal Bompard wrote: The fix I have working for this now is to use a symbolic link to the directory where I keep my scripts. If you make the first line of /Users/pascal/Documents/Python/Dev/myapps/test.py read like so: #!/usr/bin/env python and if your path contains /Users/pascal/Documents/

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-08 Thread Blake Winton
Nehemiah Dacres wrote: Daniel Ashbrook wrote: Anybody know how to make #pragma mark work with python in xcode? python has pragmas? I dont thinks so No, but XCode has pragmas. Well, #pragma mark at least. Sadly, Dan, I don't know the answer to your question, but I am interested in any (inte