为什么我会收到此回溯错误? [英] Why do i get this traceback error?

查看:60
本文介绍了为什么我会收到此回溯错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我得到的错误:

Traceback (most recent call last):
  File "dwload.py", line 9, in <module>
  File "Pmw\__init__.pyc", line 28, in <module>
WindowsError: [Error 3] The system cannot find the path specified: "C:\\Users\\P
'sao\\Desktop\\dist\\library.zip\\Pmw/*.*"

使用py2exe将python文件编译为可执行文件后出现错误.

I get the error after compiling the python file into the executable with py2exe.

有人知道我为什么会收到这个错误吗?

Does anybody know why i get this error?

找到解决方案:http://billyjin.kodingen.com/punbb-1.3.4/viewtopic.php?id=310

推荐答案

好吧,错误信息说找不到路径,如果你看路径,你似乎混淆了反斜杠和斜杠作为路径分隔符.您如何构建您正在使用的路径?

Well, the error message says that the path was not found, and if you look at the path, you appear to have mixed up backslashes and slashes as path separators. How are you constructing the path you're using?

这篇关于为什么我会收到此回溯错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆