Andrea Maccis ha scritto: > Giovanni Bajo ha scritto: >> On 2/29/2008 1:57 PM, Andrea Maccis wrote: >> >> >>> File "/home/andrea/devel/pyinstaller-branches/python2.5/iu.py", line >>> 83, in >>> getmod >>> mod = imp.load_module(nm, fp, attempt, (ext, mode, typ)) >>> ImportError: can't import mx.DateTime module >>> >> >> This is a different problem, yes. You will probably need an import >> hook for mx.DateTime, or analyze why it does not work. >> > Ok, it seems I solved the problem about mx.DateTime: it was not a real > problem... probably something in my python environment at work is > broken, so when I went back at home, I builded another executable and > it worked :-)
Hi. I solved the import problem of mx.DateTime, in kubuntu (that I had not with slackware). I only removed psycopg2 (deb) and I reinstalled it from source, probably the problem was pycentral, I don't know... Anyway, I hope these few lines can help someone :) Regards, Andrea Maccis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
