Re: [Pythonmac-SIG] MacPython/Subversion/Apache question

2006-08-30 Thread Nicholas Riley
On Wed, Aug 30, 2006 at 12:48:14PM -0400, Blake Winton wrote: > Now, I can install the subversion python bindings using DarwinPorts, but > that won't hook into the Framework version of Python, so I've downloaded > the Subversion 1.3.2 sources, and I can build them, but they complain > about my v

Re: [Pythonmac-SIG] MacPython/Subversion/Apache question

2006-08-30 Thread Marc Hedlund
Try pysvn. I think it installed without any dependencies for me. http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=2860 Works great. -M On Wed, 30 Aug 2006, Blake Winton wrote: > Hello, > > I'm trying to get Subversion bindings for my installed version of > MacPython (/Library

[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] Please critique my first appscript - a fix for Palm sync of iCal Tasks (for kGTD)

2006-08-30 Thread has
Marcin Komorowski wrote: > Please kindly critique my code - what could I have done better? > What would have made this code more Pythonic? Not familiar with Palm syncing or related iCal issues, but a few minor pointers on the appscript side, FWIW: (Note: these comments apply to the latest a