I don't understand why I'm getting this Attribute Error:

dlopen("./Ft.Xml.Xslt.XPatternParserc.so", 2);
Traceback (most recent call last):
 File "<string>", line 2, in ?
 File "/home/lm/tmp/verano/pyinstaller_1.2/iu.py", line 312, in importHook
   mod = _self_doimport(nm, ctx, fqname)
 File "/home/lm/tmp/verano/pyinstaller_1.2/iu.py", line 398, in doimport
   exec co in mod.__dict__
 File "/home/lm/tmp/verano/congelados/4Suites/buildexeAmara/out1.pyz/amara",
line 7, in ?
 File "/home/lm/tmp/verano/pyinstaller_1.2/iu.py", line 312, in importHook
   mod = _self_doimport(nm, ctx, fqname)
 File "/home/lm/tmp/verano/pyinstaller_1.2/iu.py", line 398, in doimport
   exec co in mod.__dict__
 File 
"/home/lm/tmp/verano/congelados/4Suites/buildexeAmara/out1.pyz/amara.binderytools",
line 383, in ?
AttributeError: 'module' object has no attribute 'default_element_rule'
RC: -1 from exeAmara
OK.

I wrote the trace here
http://livingpyxml.python-hosting.com/wiki/ExeAmaraPyInstaller

I think there is no C extension here and I've wrote a hook with attrs
list for it with no results. How can I debug it?


TIA,


--

Luis Miguel
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to