Re: Introducing Python to others

2009-03-26 Thread *nixtechno
On Mar 26, 2:35 am, "Paddy O'Loughlin" wrote: > Hi, > As our resident python advocate, I've been asked by my team leader to > give a bit of a presentation as an introduction to python to the rest > of our department. > It'll be less than an hour, with time for taking questions at the end. > > Ther

Re: Is there a simple soap library for python?

2009-03-26 Thread *nixtechno
On Mar 26, 12:30 am, 李田 wrote: > To emluate a soap service or client. > Thanks. Perhaps this may help you out: http://pypi.python.org/pypi?%3Aaction=search&term=soap&submit=search I'm sorta new to it all, but I know this place has a LOAD of goodies! -- http://mail.python.org/mailman/listinfo/py

Re: Fedora: Dual Python Versions Installed System Not Picking Up Newer Version

2009-03-25 Thread *nixtechno
On Mar 25, 9:22 pm, Doug Morse wrote: > On Wed, 25 Mar 2009 19:56:13 -0700 (PDT), *nixtechno > wrote: > > > > >  I have a fedora box and just installed python 2.6.1 along with 2.5.2, > >  so here's my issue, if I removed the "systems" garbage RPM it wou

Fedora: Dual Python Versions Installed System Not Picking Up Newer Version

2009-03-25 Thread *nixtechno
I have a fedora box and just installed python 2.6.1 along with 2.5.2, so here's my issue, if I removed the "systems" garbage RPM it would uninstall all the other crap along with it, so I went ahead and trunked in and ./configure, build && build install and built python 2.6.1 along with this. Howeve

Re: Debugging in Py

2009-03-25 Thread *nixtechno
Big thanks tkc, and I was wondering what your thoughts are on logging module: http://docs.python.org/library/logging.html "Instead of using many print statements for debugging, use logger.debug: Unlike the print statements, which you will have to delete or comment out later, the logger.debug state

Debugging in Py

2009-03-25 Thread *nixtechno
I'm just wondering if you all have any resources on Debugging that you all would "recommend." Due to the fact I'm doing some debugging as a beginner and this has the best of me, and I'm looking at trying to learn more about what and how to debug within Py using print, and etc... There is so much o