Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-27 Thread uid09012_ti
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

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-27 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > xml.sax._exceptions.SAXReaderNotAvailable: No parsers found http://starship.python.net/crew/theller/moin.cgi/Py2exeAndPyXML > I checked out what Ron suggested, but I've no files where the names > could clash with python modules. next time you get stuck, make sure to c

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-27 Thread uid09012_ti
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.

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-26 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > 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

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-26 Thread Ron Adam
ame in the file path with the same name as a file I was trying to import. In this case the file would import in place of the library file, but then issue errors for objects or sub modules not being found. So if the modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-26 Thread uid09012_ti
Hi, which file names do you mean? -Martin. -- http://mail.python.org/mailman/listinfo/python-list

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-26 Thread uid09012_ti
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 -

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-25 Thread Ron Adam
[EMAIL PROTECTED] wrote: > 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. Just a guess, Make sure any your file names aren't the same as any of the module na

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-25 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > 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! Is there no exception traceback printed? Or some other error when you run the .exe? It would be very unu

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-25 Thread uid09012_ti
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

Re: Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-23 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > 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

Missing modules '_ssl', 'ext.IsDOMString', 'ext.SplitQName'

2005-10-22 Thread uid09012_ti
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

['ext.IsDOMString', 'ext.SplitQName']

2005-06-27 Thread Farkov, Serge
I am using python 2.4, py2exe 0.5.3, PyXML 0.8.4., and have the same warning.     My research shows that this is due to wrong references in PyXML code.   For example, I found such definition (and couple more similar):   c:\python24\lib\site-packages\_xmlplus\dom\Element.py(27) from ext

['ext.IsDOMString', 'ext.SplitQName']

2004-12-22 Thread Jindal, Pankaj
Hi, I am new to Python-XML programming. I am using python 2.3.4, py2exe 0.5.3, pyXML 0.8.4. While making executable by py2exe I am getting folowing warning:- The following modules appear to be missing ['ext.IsDOMString', 'ext.SplitQName'] Even after trying the option:- setup.