|
From: Luke A. K. <lu...@ma...> - 2002-09-26 00:54:24
|
On Wed, 25 Sep 2002, Jonathan Hogg wrote:
> On 25/9/2002 6:14, Luke A. Kanies wrote:
>
> > parsing: /home/luke/ark/madstop/team.xml (minidom)
>
> Aha. This isn't using PyXML. If it had been it would say "(new PyXML)".
> Either PyXML isn't where it should be, or our logic to find it is failing.
>
> Try running the following at a Python prompt:
>
> >>> import xml.dom.ext.reader.Sax
That did it. For some retarded reason, my PyXML compiled with ssl
support, but can't find it during loading. Uh, huh?
I set the LD_LIBRARY_PATH and it all worked, but that's obviously not the
long term solution.
Definitely being hampered by the total lack of knowledge of how python
does stuff, but I guess I'll get it figured out.
I'm still having some issues, but at least it compiles now.
Interestingly, python didn't puke on not being able to load the ssl lib
unless I did the import directly; I would have thought I'd be given the
library error when running try-ark.
I'll keep you posted. If I can figure this out, I hope to spend some time
figuring out how it all actually works.
Luke
--
SELF-EVIDENT, adj. Evident to one's self and to nobody else.
-- Ambrose Bierce
|