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

发布于 2024-10-26 00:37:41 字数 220 浏览 6 评论 0原文

好吧,所以我花了大约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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欲拥i 2024-11-02 00:37:41

首先安装 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文