Hi,
i get the following error message when i use py2exe on my application:
The following modules appear to be missing
['_ssl', 'ext.IsDOMString', 'ext.SplitQName']
I've installed PyXML-0.8.4.win32-py2.4.exe. My version of python is 2.4
I've checked in the pyxml directories and these modules are
Hi,
unfortunately the result from py2exe won't run eventhough the original
script runs without problems. The trouble is I'm at a loss as to where
to start looking!
Martin.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
yes of course the traceback could be helpfull so here it is...
Traceback (most recent call last):
File "App1.py", line 6, in ?
File "Frame1.pyc", line 16, in ?
File "brain.pyc", line 4, in ?
File "xml\dom\ext\reader\__init__.pyc", line 20, in ?
LookupError: unknown encoding: utf-8
-
Hi,
which file names do you mean?
-Martin.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,,thanks for the tip. I'*m still stuck, but that link got me past the
problem with the unknow encoding.
I now get this traceback:
Traceback (most recent call last):
File "App1.py", line 23, in ?
File "App1.py", line 19, in main
File "wx\_core.pyc", line 5691, in __init__
File "wx\_core.
Hi,
thanks for the tip. That did it! Though I have one funny:
i've got Active State Python 2.4 installed and so the line has to
read
--packages _xmlplus.sax.drivers,_xmlplus.sax.drivers2
Thanks again,
Martin.
--
http://mail.python.org/mailman/listinfo/python-list