Re: [XML-SIG] can' freeze _xmlplus's expat

2006-06-03 Thread Dieter Maurer
Boor Thomas wrote at 2006-6-1 17:46 +0200: >i'm using _xmlplus in a webservice application and it runs fine - unless >i try to freeze it (under M$-Windows-XP) "expat" is a "dll". As a "dll", it cannot be frozen but must be distributed separately. You might find the "Dllimporter" useful. You can g

[XML-SIG] can' freeze _xmlplus's expat

2006-06-01 Thread Boor Thomas
hi there, i'm using _xmlplus in a webservice application and it runs fine - unless i try to freeze it (under M$-Windows-XP)   if i freeze the application, i get the wellknown exception parser = xml.sax.make_parser()File "xml\sax\sax2exts.pyo", line 37, in make_parserFile "xml\sax\saxexts.p