Paver 1.0 released

2009-03-23 Thread Kevin Dangoor
/;, author=Kevin Dangoor, author_email=dang...@gmail.com ) @task @needs(['html', distutils.command.sdist]) def sdist(): Generate docs and source distribution. pass With that pavement file, you can just run ``paver sdist``, and your docs will be rebuilt

Re: Is there something easier than ORM?

2009-02-26 Thread Kevin Dangoor (Mozilla)
On Feb 17, 10:28 pm, alex23 wuwe...@gmail.com wrote: On Feb 18, 3:10 am, Robert Kern robert.k...@gmail.com wrote: Its public image definitely suffers from the impression that it's an ORM that can be compared on equal terms with packages that actually are just ORMs. I describe it as a

MichiPUG October meeting: Python 2.6

2008-10-01 Thread Kevin Dangoor
]: http://groups.google.com/group/michipug/web/SRT%20Solutions [2]: http://www.python.org/dev/peps/pep-0361/ [3]: http://docs.python.org/dev/whatsnew/2.6.html -- Kevin Dangoor Product Manager SitePen, Inc. Web development experts: development, support, training [EMAIL PROTECTED] http

MichiPUG meeting March 6th, 7PM

2008-03-04 Thread Kevin Dangoor
Jason Pellerin is going to be giving a talk about his Nose (http://somethingaboutorange.com/mrl/projects/nose/ ) testing tool at the Michigan Python Users Group (MichiPUG). I’ve been a Nose users since the very beginning, so I’m happy that Jason himself is giving a talk on it. As usual, the

Michigan Python Users Group Meeting 11/2 @ 7PM

2006-11-02 Thread Kevin Dangoor
http://www.michipug.org/ The November meeting of MichiPUG will be tomorrow, Thursday, November 2nd at 7PM at the Arbor Networks office. Last month's meeting had a filled schedule with talks on wxPython and Twill. This month, we've got our most open schedule that we've had for a few months. The

Reminder: Michigan Python Users Group meeting on Thursday

2006-09-05 Thread Kevin Dangoor
-flowing discussion following the main topics, so feel free to come with other topics you wish to discuss. See you there! Kevin -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com -- http://mail.python.org

ANN: TurboGears 0.8a1 front-to-back web development

2005-10-16 Thread Kevin Dangoor
contributors who have provided all of these great tools. Thanks also to the TurboGears contributors! -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com -- http://mail.python.org/mailman

XML with Unicode: what am I doing wrong?

2005-02-02 Thread Kevin Dangoor
This is a followup to a blog post I wrote the other day http://www.blueskyonmars.com/archives/2005/01/31/using_unicode_with_elementtidy.html I started out working in the context of elementtidy, but now I am running into trouble in general Python-XML areas, so I thought I'd toss the question out

Re: XML with Unicode: what am I doing wrong?

2005-02-02 Thread Kevin Dangoor
In article ctr7ae$ioj$03$1 at news.t-online.com, Diez B. Roggisch deetsNOSPAM at web.de wrote: you confuse unicode with utf8. Expat can parse the latter - the former is internal to python. And passing it to something that needs a string will result in a conversion - which fails because of the