Quoting Guillermo Fernandez Castellanos <[EMAIL PROTECTED]>: > but when I try to package it with py2exe, I obtain the following > result: The following modules appear to be missing > ['mx']
I've got a program that uses mx.texttools.. Whenever I freeze it (with py2exe), I get a list of about three modules that it can't find. Nevertheless, the frozen executable works fine :-) > And when i run it, it crashes with this error message: > Traceback (most recent call last): > File "openwar.py", line 41, in ? > File "Tix.pyc", line 210, in __init__ > _tkinter.TclError: can't find package Tix When I tried, I couldn't figure out how to freeze Tix. I ended up giving up and recoding all my Tix stuff to use Pmw instead... (although I was a lot more new to python in those days) (and the fact that Pmw has actual documentation is an added bonus over Tix :-) ) -- John. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
