Hello all, I am facing an interesting problem with py2exe conversion. I've a python script which uses the shutil libarary. When I convert that python script into exe, it creates a dist folder and then in that it places the exe. Along with the exe it also places a zip folder containing pre compiled python scripts( library.zip).I have two Win2003 machines.On one machine when I genreate the exe that zip file also contains this shutil.pyc, but when I build the same python script on the second machine, that shutli.pyc is missing in that zip file as a result fo which I am unable to use that library on the second machine. When I use it, it throws an error:
ImportError: No module named shutil Can some one please suggest me a solution for this. Thanks in advance, Venu -- http://mail.python.org/mailman/listinfo/python-list