Using py2exe to bundel a script containing the
import
from pywin.mfc import object
on the PC containing the Python installation the
exe in the dist folder
works properly. However, when the dist folder is
coppied to another PC
an error message is generated:
... win32ui.pyc ?
file could not be found.
Oddly win32ui.pyc is byte compiled by py2exe and a
copy was installed in
the Library.zip and a win32ui.pyd was placed in the
dist folder.
|
-- http://mail.python.org/mailman/listinfo/python-list