Debain 包不会构建,因为它声称找不到任何模块
我正在使用 Ubuntu 提供的“快速”工具构建一个应用程序,但是生成的应用程序无法构建。我在运行“quickly package --verbose”时得到此输出:
ERROR: Python module one_click_installer_lib not found
ERROR: Python module PleasewaitdialogDialog not found
ERROR: Python module one_click_installerconfig not found
ERROR: Python module Builder not found
ERROR: Python module one_click_installer_lib.helpers not found
ERROR: Python module one_click_installer not found
ERROR: Python module one_click_installer_lib not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module one_click_installer not found
ERROR: Python module one_click_installer not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module Window not found
ERROR: Python module one_click_installerconfig not found
我不确定我做了什么导致了错误。这是我使用的 setup.py: http://tinypaste.com/c4bae9
提前致谢,
乔
I'm building an application with "Quickly" a tool provided by Ubuntu, however the generated app won't build. I get this output while running "quickly package --verbose":
ERROR: Python module one_click_installer_lib not found
ERROR: Python module PleasewaitdialogDialog not found
ERROR: Python module one_click_installerconfig not found
ERROR: Python module Builder not found
ERROR: Python module one_click_installer_lib.helpers not found
ERROR: Python module one_click_installer not found
ERROR: Python module one_click_installer_lib not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module one_click_installer not found
ERROR: Python module one_click_installer not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module Window not found
ERROR: Python module one_click_installerconfig not found
I'm not sure what i've done to cause the error. Here is the setup.py i have used: http://tinypaste.com/c4bae9
Thanks in advance,
Joe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我忽略了它并检查了来源,似乎有效......奇怪:G
I ignored it and checking the source, seems to have worked.... strange :G