如何将 python 项目从 Windows 中的 Netbeans 移动到 Ubuntu
好吧,所以我花了大约20个小时尝试在windows中安装pypoker和wxPython,最后放弃了。所以我安装了 Ubuntu 并开始工作。现在,如何将我的 Netbeans 项目转移到 Ubuntu?我直接在netbeans中复制了我的src文件夹并将其放入ubuntu中,但是当我输入python“name”时,我得到的只是输出中的分段错误。有没有一种简单的方法可以做到这一点,或者我必须逐行将其放入 ubuntu 中?
Ok, so I spent about 20 hours trying to install pypoker and wxPython in windows and finally gave up. So I installed Ubuntu and got that working. Now, how do i get my Netbeans project to Ubuntu? i straight up copied my src folder in netbeans and put it in ubuntu, but when i typed python "name", all i get is segmentation fault as the output. Is there a simple way to do this, or will i have to go line by line and put it into ubuntu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先安装 netbeans 安装 netbeans http://bit.ly/software-large 并从那里开始。
不确定确切的依赖项,但如果还没有安装,请尝试安装 python-wxgtk2.8 (或 2.6)和 wx-common (可能还有 python-wxtools)。
Start by installing netbeans Install netbeans http://bit.ly/software-large and go from there.
Not sure of the exact dependencies, but try installing python-wxgtk2.8 (or 2.6) and wx-common (and possibly python-wxtools) if you haven't.