From: Derek L. <dl...@ma...> - 2009-07-24 08:21:05
|
I get the following error when I try to run a visual program compiled with py2exe Traceback (most recent call last): File "controls2.py", line 7, in <module> File "zipextimporter.pyo", line 82, in load_module File "visual\__init__.pyo", line 66, in <module> File "zipextimporter.pyo", line 82, in load_module File "visual\ui.pyo", line 3, in <module> File "zipextimporter.pyo", line 82, in load_module File "visual\materials.pyo", line 151, in <module> File "visual\materials.pyo", line 129, in loadTGA IOError: [Errno 2] No such file or directory: "C:\\Documents and Settings\\D-man\\Desktop\\Research\\'09\\Forign Study\\Python\\CopyforComp\\Done\\dist\\controls2.exe\\visual/turbulence3.tga" Has anyone encountered this before? Anyone have a possible solution? Thanks, - Derek |