On Apr 15, 9:43 am, Scott David Daniels wrote:
> ookrin wrote:
> > I am still learning. And it's not that I won't take the advice
> > for using ElementTree, I just currently don't know anything about it.
> > I just didn't want to say, "I have no idea what you're talking about!"
> > to Scott c
ookrin wrote:
I am still learning. And it's not that I won't take the advice
for using ElementTree, I just currently don't know anything about it.
I just didn't want to say, "I have no idea what you're talking about!"
to Scott cause I figured that would be rude, but I guess so is not
saying
On Apr 15, 2:25 pm, ookrin wrote:
>
>
> Seeing the errors - I changed the two classes to this:
>
> class offlineLoad():
> def loadXmlFile(self):
> print "Loading from File"
> xf = open('CharacterID.xml','r')
> xml = xmlHandler()
> saxparser = make_parser()
>
On Apr 14, 8:15 pm, John Machin wrote:
> On Apr 15, 12:29 pm, ookrin wrote:
>
>
>
> > On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
>
> > > ookrin schrieb:
>
> > > > I'm in the process of learning python and PyQt4. I had decided to make
> > > > myself a simple app and soon discovered that I nee
On Apr 15, 12:29 pm, ookrin wrote:
> On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
>
>
>
> > ookrin schrieb:
>
> > > I'm in the process of learning python and PyQt4. I had decided to make
> > > myself a simple app and soon discovered that I needed to crash into
> > > xml to use some of the data
On Apr 12, 12:51 am, "Diez B. Roggisch" wrote:
> ookrin schrieb:
>
>
>
> > I'm in the process of learning python and PyQt4. I had decided to make
> > myself a simple app and soon discovered that I needed to crash into
> > xml to use some of the data I was going to be getting off of the
> > server.
ookrin wrote:
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
th
ookrin schrieb:
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
I'm in the process of learning python and PyQt4. I had decided to make
myself a simple app and soon discovered that I needed to crash into
xml to use some of the data I was going to be getting off of the
server.
I picked up enough xml to use the sax parser to get the data out of
the xml. I can get