IRC log for #ubuntu-us-ut on 20080222

00:03.36atoponceVersion: 0.13+cvs20080121-1
00:03.41*** join/#ubuntu-us-ut tonedev1 (n=dave@75-165-225-71.slkc.qwest.net)
00:03.52atoponcebah. wrong windew
00:03.56atoponces/ew/ow/
00:12.01*** join/#ubuntu-us-ut tonedev2 (n=dave@75-165-225-71.slkc.qwest.net)
00:14.01*** join/#ubuntu-us-ut tonedev3 (n=dave@75-165-225-71.slkc.qwest.net)
00:20.06*** join/#ubuntu-us-ut tonedev4 (n=dave@75-165-225-71.slkc.qwest.net)
00:23.05*** join/#ubuntu-us-ut tonedevf (n=dave@75-165-225-71.slkc.qwest.net)
00:24.43*** join/#ubuntu-us-ut tonedev5 (n=dave@75-165-225-71.slkc.qwest.net)
00:26.37*** join/#ubuntu-us-ut tonedev6 (n=dave@75-165-225-71.slkc.qwest.net)
00:41.35*** join/#ubuntu-us-ut Brizz_ (n=Brizz@c-71-199-40-140.hsd1.co.comcast.net)
01:07.17*** join/#ubuntu-us-ut linuxalien (n=zordos@oalug/member/linuxalien)
01:15.41*** join/#ubuntu-us-ut undertak1ngyou (n=will@undertakingyou.dsl.xmission.com)
02:53.28*** part/#ubuntu-us-ut AlmostTher1 (n=Woody@209-33-199-198-dsl.infowest.net)
04:35.55*** join/#ubuntu-us-ut AlmostThere (n=Woody@209-33-199-198-dsl.infowest.net)
04:36.11*** part/#ubuntu-us-ut AlmostThere (n=Woody@209-33-199-198-dsl.infowest.net)
04:41.17*** join/#ubuntu-us-ut Gate (n=gate@unaffiliated/gate)
04:52.04*** join/#ubuntu-us-ut tonedevf (n=dave@75-165-225-71.slkc.qwest.net)
04:54.59*** join/#ubuntu-us-ut findlay (n=justin@72.8.99.158)
04:59.09*** join/#ubuntu-us-ut kkubasik (n=kkubasik@c-24-10-234-134.hsd1.ut.comcast.net)
05:34.42Zelutany python users around?
06:44.47sonteksure
06:44.53sontekbetter to just ask ;)
07:03.31*** join/#ubuntu-us-ut tonedevf (n=dave@75-165-225-71.slkc.qwest.net)
07:09.43*** join/#ubuntu-us-ut tonedevf (n=dave@75-165-225-71.slkc.qwest.net)
07:31.01*** join/#ubuntu-us-ut tonedevf (n=dave@75-165-243-214.slkc.qwest.net)
14:46.50*** join/#ubuntu-us-ut kkubasik (n=kkubasik@69.27.21.250)
15:22.47*** join/#ubuntu-us-ut redbeard2 (n=redbeard@hq-nat2.gurulabs.com)
15:57.27*** join/#ubuntu-us-ut kkubasi1 (n=kkubasik@69.27.21.250)
16:21.45*** join/#ubuntu-us-ut thaddeusq (n=thaddeus@216.49.181.128)
16:37.18*** join/#ubuntu-us-ut tapH20guru (n=tapH20gu@208.51.73.198)
16:47.17*** join/#ubuntu-us-ut Hunding (n=denns@VDSL-151-118-128-221.DNVR.QWEST.NET)
17:31.59Zelutkkubasi1: ping
17:39.59atoponcesontek: he did ask. :)
17:40.35*** join/#ubuntu-us-ut bigfox (n=bigfox@ecelab24.ece.utah.edu)
17:41.22Zelutsontek: I figured it out since
17:58.03*** join/#ubuntu-us-ut kkubasik (n=kkubasik@69.27.21.250)
18:09.02*** join/#ubuntu-us-ut tonedev1 (n=dave@75-165-243-214.slkc.qwest.net)
18:12.48*** join/#ubuntu-us-ut tonedev2 (n=dave@75-165-243-214.slkc.qwest.net)
18:21.49kkubasikZelut: pong
18:28.33synicpython++
18:28.40synicor... I guess I should say python+=1
18:28.47kkubasikpython+=1
18:28.49kkubasik;)
18:29.01kkubasikcept python-- for not having ++
18:29.09synichah
18:34.43Zelutkkubasik: uhh
18:42.46*** join/#ubuntu-us-ut tgelter (n=tgelter@adsl-75-52-183-205.dsl.ksc2mo.sbcglobal.net)
18:55.07*** part/#ubuntu-us-ut Gate (n=gate@unaffiliated/gate)
18:55.45herlokkubasik: you could write python++ probably
18:56.18Zelutkkubasik: I need to generate some xml with python. any tips?
19:06.15Yorokobiuse perl;
19:09.39herloZelut: there are good xml libs in python
19:10.20Zelutherlo: I've been reading some docs but most of them are parsing, not creating.
19:10.43herloZelut: ahh, indeed.  That's pretty normal.  What kind of xml are you creating?
19:11.28Zelutherlo: I want to generate an RSS feed for http://ddate.us
19:12.01herloZelut: they have an rss creator for python, letme find it
19:12.35sontekZelut: there are a bunch of xml libs for python
19:13.16sontekpyxml, sax, and and elementtree are the most popular
19:13.52sontekfor simple xml i'd just use xml.dom
19:14.49sontekfrom xml.dom.minidom import parse, parseString   is about all you'll need if its a quick/simple thing
19:15.10Zelutsontek: do I need parse if I'm just generating?
19:16.01herlosontek: he wants to create, not read
19:17.16sontekthen import Document from minidom
19:17.39sontekfrom xml.dom.minidom import Document
19:17.47sontekxml_doc = Document()
19:18.02sontekxml_doc.createElement("FirstNode")
19:18.46sontekand then when you are done adding all your nodes/attributes just doc.toprettyxml(indent="    ")
19:19.48Zelutits just one line of output so it shouldn't need much.
19:33.21*** join/#ubuntu-us-ut Gate (n=gate@unaffiliated/gate)
21:34.17*** join/#ubuntu-us-ut kkubasik (n=kkubasik@69.27.21.250)
23:05.55*** join/#ubuntu-us-ut kkubasi1 (n=kkubasik@c-71-195-253-78.hsd1.ut.comcast.net)
23:18.29*** join/#ubuntu-us-ut kkubasik (n=kkubasik@c-71-195-253-78.hsd1.ut.comcast.net)
23:22.17*** join/#ubuntu-us-ut synic (n=squish@pdpc/supporter/student/synic)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.