Re: Off-Topic Posts

2007-01-26 Thread Sean Schertell
Hey Genius -- I'm probably further to the left and even more vehemently opposed to the Bush/Cheney regime than you are. But could you *please* take your unwelcome ranting elsewhere? You're not winning any converts here. And you're alienating your ideological allies to boot. Give it a rest,

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-25 Thread Sean Schertell
That's really exciting! Thanks for the tip. Sean On Jan 25, 2007, at 9:42 AM, Robert Kern wrote: Sean Schertell wrote: Not to totally hijack the thread -- but since you're all talking about best GUI frameworks. Any thoughts on the best looking framework for OS X only? Is there any way

Re: How to use dynamic properties? -- Noob

2007-01-24 Thread Sean Schertell
Yep, that was it. Thanks Gary :-) Sean On Jan 23, 2007, at 5:05 PM, Gary Herron wrote: Sean Schertell wrote: person.name = 'Joe' person.age = 20 person.sex = 'm' info_I_need = name print person.info_I_need # How can I make it print 'Joe' ? Sean DataFly.Net

Re: My python programs need a GUI, wxPython or PyQt4?

2007-01-24 Thread Sean Schertell
Not to totally hijack the thread -- but since you're all talking about best GUI frameworks. Any thoughts on the best looking framework for OS X only? Is there any way to write little Python apps that will launch in OS X using OS X widgets? Thanks, Sean On Jan 25, 2007, at 8:33 AM,

How to use dynamic properties? -- Noob

2007-01-23 Thread Sean Schertell
person.name = 'Joe' person.age = 20 person.sex = 'm' info_I_need = name print person.info_I_need # How can I make it print 'Joe' ? Sean DataFly.Net Complete Web Services http://www.datafly.net -- http://mail.python.org/mailman/listinfo/python-list

Re: PyMeld for html templates?

2007-01-21 Thread Sean Schertell
Thanks Richie! That's exactly the reply I was hoping for. Hooray! Sean On Jan 20, 2007, at 9:50 PM, Richie Hindle wrote: Hi Sean, Thanks Richie -- but actually, what I had in mind was slightly different. I want for my CONTENT pages to only contain the content. So to modify your example:

Re: PyMeld for html templates?

2007-01-21 Thread Sean Schertell
I'm trying to get PyMeld happening but I'm a bit stumped as to how to make it work with mod_python. The pymeld docs show examples only for the Python command line interpreter and show using the print statement to output stuff. But using mod_python.apache, I think you need to use

PyMeld for html templates?

2007-01-17 Thread Sean Schertell
I'm trying to decide which template system to get married to. I think I've narrowed it down to PyMeld, Cheetah, or Jinja but leaning heavily toward PyMeld because I love the idea that your templates are *totally* clean and that get manipulated from behind the scenes. This seems to be

Newbie: Capture traceback message to string?

2007-01-16 Thread Sean Schertell
Hello! I'm new to Python and this is my first post to the list. I'm trying to simply capture exception text to a few strings which can be passed to a PSP page to display a pretty error message. The problem is that I just can't seem to figure out how to get the basic components of the