Re: [Pythonmac-SIG] Macports and Django install problems

2007-09-30 Thread Brian Ray
. Any volunteers to help? I may also ping the Django list. Brian Ray [EMAIL PROTECTED] http://kazavoo.com/blog ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Macports and Django install problems

2007-09-18 Thread Brian Ray
ng) we need an installer/ monitor for Django on OSX. Documentation is great. I also encourage/applaud this, regardless. However we need a installer/montitor app for Django development on on OSX. Does anyone know if one already exists or has been started? I would consider helping. Brian Ray

Re: [Pythonmac-SIG] How to generate C files in Mac/Modules?

2007-08-23 Thread Brian Ray
OS9 SDK. I do not have any answers but I too am trying to get up to speed how all this works. Brian Ray [EMAIL PROTECTED] http://kazavoo.com/blog ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Does urllib.getproxies() work in 2.4/2.5 on Mac?

2007-08-18 Thread Brian Ray
getproxies() _ {} Does this answer your quesiton? Brian Ray [EMAIL PROTECTED] http://kazavoo.com/blog ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] ANN: ChiPy August Meeting Topic "Snakes On Apples"

2007-08-06 Thread Brian Ray
es to automate your coding needs - Address Book Plugin for syncing with gmail contacts utilizing libgmail -- Brian Ray - Python Sprint at Google and PyCon '08 updates / discussion - After: If you wish, follow Chipy the Chipmunk to Greektown or Taylor Street Venue - :: The Un

Re: [Pythonmac-SIG] Can someone help me reverse engineer this installer?

2007-07-10 Thread Brian Ray
mBayesPackage.pkg.tgz > > won't untar for me. It complains about a "lone zero block at 678". I get the same error. Must be corrupt. Brian Ray [EMAIL PROTECTED] http://kazavoo.com/blog ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] ChiPy Presenters Wanted

2007-07-10 Thread Brian Ray
ng dedicated to Python on the Macintosh is a ChiPy first. Please ping this list, the ChiPy list <http://mail.python.org/mailman/ listinfo/chicago> , update the wiki page, or contact me off the list if your even slightly interested in presenting. Kind Regards, Brian Ray [EMAIL PROTECTED]

[Pythonmac-SIG] Garbage Collection with Carbon

2006-04-18 Thread Brian Ray
this makes Automator think the script failed? tia, Brian Ray with running python -v I get more info: snip... # /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac/Carbon/CF.pyc has bad mtime import Carbon.CF # from /System/Library/Frameworks/Python.framework/Versio

Re: [Pythonmac-SIG] SQLobject example

2006-01-31 Thread Brian Ray
Did you see SQLObject has it's own mailing lists? http://sqlobject.org/community.html ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 11:01 AM, Joancarles Casasin wrote: > > Could you point to some of these imaging libraries alternative to PIL? Well this is kind of a broad topic. And it depends on what your trying to do. But a short list: -- a Python Binding for Quartz . -- anti-

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 8:01 AM, Schollnick, Benjamin wrote: > > I am under the impression that PIL was bundled automatically with > MacPython? > Am I wrong? > I think MacPython came with Package Manager. From Package Manager you obtain PIL. At least, that is what I read from the MacPython homepag

Re: [Pythonmac-SIG] PIL for Python 2.4x? (Mac OS 2.4.x)

2006-01-05 Thread Brian Ray
On Jan 5, 2006, at 8:01 AM, Schollnick, Benjamin wrote: > > I am under the impression that PIL was bundled automatically with > MacPython? > Am I wrong? I think MacPython came with Package Manager. From Package Manager you obtain PIL. At least, that is what I read from the MacPython homepage.

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-05 Thread Brian Ray
g option on pythonmac.org wiki? I tried to add some Carbon documentation a while back in ReST, but it gave me an error. Docutils? See the problem is I already have some of it in ReStructedText. Regards, Brian Ray http://brianray.chipy.org aim

Re: [Pythonmac-SIG] MacPython documentation and webpages

2006-01-05 Thread Brian Ray
g option on pythonmac.org wiki? I tried to add some Carbon documentation a while back in ReST, but it gave me an error. Docutils? See the problem is I already have some of it in ReStructedText. Regards, Brian Ray http://brianray.chipy.org aim

Re: [Pythonmac-SIG] Converting to AppleEvents

2005-12-07 Thread Brian Ray
Thanks for your guidance. I will play with all three and see where it gets me.Also, with:On Dec 7, 2005, at 5:57 AM, has wrote:1. Execute AppleScript code via os.system() and osascript: os.system(''' osascript -e 'with timeout of 3600 seconds tell application "TextEdit" get name end tell

[Pythonmac-SIG] Converting to AppleEvents

2005-12-06 Thread Brian Ray
on2.3 with AppleEvents, although I do not know where to get started. Are there any tutorials on this topic? I do not want to use any helper modules because I also must stick with just Python2.3. Thanks in Advance. Brian Ray http://brianray

Re: [Pythonmac-SIG] Speed up Python on the Mac?

2005-12-06 Thread Brian Ray
On Dec 6, 2005, at 11:39 AM, Louis Pecora wrote: Thanks for the tips, Brian.  Wish I had that Intel Chip Mac Powerbook  now.  :-) BTW, I think you get a loner from Apple if your a transition developer. I have seen one although, I do not know the details.http://brianray.chipy.org

Re: [Pythonmac-SIG] Speed up Python on the Mac?

2005-12-06 Thread Brian Ray
On Dec 6, 2005, at 11:07 AM, Louis Pecora wrote:I see there are many other approaches (SWIG, Pyrex, Psyco -- some may  not be available on the Mac), so I thought I would start here to ask  what people in this email list use and recommend.  Rewriting as "C" extensions is a good approach. But as you