Need help with python and pyxml on AIX
I have been asked to install a python application on AIX 5.3 that runs
OK on Windows
I have installed Python 4.2.2 from python.org and pyXML form
sourceforge.
However when I run the application I get the following error :
class xml.sax._exceptions.SAXReaderNotAvailable
Do I need to set some Python environment variables?
Can I test the availibility of this from the python command line. e.g
import something?
I am new to Python
.
Relevant Pages
- having issues Installing Python 2.5b3 on Windows XP
... I installed python 2.5b3 on my windows XP sp2 box without any issues. ... I can double click the python program, and idle comes up in the command ... (comp.lang.python) - python interpreter on solaris 10
... having spent the last couple of weeks getting to grips with python on ... windows, i am in the position of trying to make the transition to my ... surely sun have not installed python ... (comp.lang.python) - Re: Python too complex ?!?!?!
... I have, in fact, sent this thread to my friend. ... crashed approx 10% of lab cptrs, ... (side note - I have installed Python and all the ... I told my friend, the wannabe Python instructor, to ... (comp.lang.python) - OpenGLContext problems
... New to graphics programming, and new to Python, but PyOpenGL looked like a ... Installed Python 2.2.3 on my XP machine, ... class FrameCounter(node.Node): ... (comp.lang.python) - Re: install python2.4 on FreeBSD and keep using python2.3
... Is there maybe a way to somehow link installed python to ... without upgrading? ... /usr/local/bin/python will be linked to the most recently installed python port. ... (comp.lang.python) |
|