简体   繁体   English

如何将python项目从Windows中的Netbeans移至Ubuntu

[英]How to move python project from Netbeans in windows to Ubuntu

Ok, so I spent about 20 hours trying to install pypoker and wxPython in windows and finally gave up. 好的,所以我花了大约20个小时尝试在Windows中安装pypoker和wxPython,最后放弃了。 So I installed Ubuntu and got that working. 因此,我安装了Ubuntu,并使其正常运行。 Now, how do i get my Netbeans project to Ubuntu? 现在,如何将我的Netbeans项目安装到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. 我直接将我的src文件夹复制到netbeans中,然后将其放在ubuntu中,但是当我键入python“ name”时,我得到的只是输出错误。 Is there a simple way to do this, or will i have to go line by line and put it into ubuntu? 有没有简单的方法可以做到这一点,还是我必须逐行将其放入ubuntu中?

Start by installing netbeans Install netbeans http://bit.ly/software-large and go from there. 首先安装netbeans。 安装netbeans http://bit.ly/software-large并从那里开始。

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. 不确定确切的依赖关系,但是如果没有,请尝试安装python-wxgtk2.8(或2.6)和wx-common(可能还有python-wxtools)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM