Hi all,
Today's embarassingly simple question goes like this.
I have a file, testdoc.xml, to parse.
Inside the file is an element
Yo, Ho, Ho
So, starting with
[code]
from xml.dom import minidom
xmldoc = minidom.parse('home\me\testdoc.xml')
[/code]
therefrain = getTagsByName('refra
"Fuzzyman" <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> So you've built PIL for windows, Python 2.4 ?
>
> Any chance of sharing it ? What compiler have you configured
> distutils to use ?
I'm very sorry I spoke too soon. After making the initial change, the
setup.py took off on a r
Peter Hansen <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Actually, you're just seeing the repr() of the filename.
> You really are missing that file in the place where it's
> looking.
>
> -Peter
>
Give the man a beer! Thanks. I had ImConfig.h.win so I changed
setup.py to t
As there is no build for Python 2.4, I attempted to put it together
from source. Running
setup.py build
gives this error:
Traceback (most recent call last):
File "C:\tmp\PIL\Imaging-1.1.4\setup.py", line 60, in ?
for line in open(os.path.join("libImaging",
"ImConfig.h")).readlin