Hi guys, i have recently managed to crash my computer *cheers*
so...
i have encountered a little problem while trying to run py2exe, every time i run it it gives the following error:(notice the last line)
I've heard it may be related to my OS
I'm running windows XP Pro SP2(i don't think it's the problem nor related to it though)
and Python 2.6
What can i do?
-however i did find the actual file(py2exe_uti l) as a text file in the folder i extracted py2exe to-
how can i put it manually and where?
P.S.
The new code widget thingy looks awesome
so...
i have encountered a little problem while trying to run py2exe, every time i run it it gives the following error:(notice the last line)
Code:
*** finding dlls needed ***
Traceback (most recent call last):
File "C:\Documents and Settings\Administrator\Desktop\Project Folder\GUI var 1
\setup.py", line 3, in <module>
setup(console=['MPG.py'])
File "C:\Python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Documents and Settings\Administrator\Desktop\New Folder\py2exe\build_
exe.py", line 228, in run
File "C:\Documents and Settings\Administrator\Desktop\New Folder\py2exe\build_
exe.py", line 290, in _run
File "C:\Documents and Settings\Administrator\Desktop\New Folder\py2exe\build_
exe.py", line 374, in find_dlls
File "C:\Documents and Settings\Administrator\Desktop\New Folder\py2exe\build_
exe.py", line 930, in find_dependend_dlls
[B]ImportError: No module named py2exe_util[/B]
I'm running windows XP Pro SP2(i don't think it's the problem nor related to it though)
and Python 2.6
What can i do?
-however i did find the actual file(py2exe_uti l) as a text file in the folder i extracted py2exe to-
how can i put it manually and where?
P.S.
The new code widget thingy looks awesome
Comment