如何在 Aptana 中运行 .py 模块?
每次我尝试运行 .py 模块时,它都会在 Firefox 中打开。
我在 OS X 10.6 中运行 Aptana
Every time I try to run a .py module it just opens in Firefox.
I'm running Aptana in OS X 10.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您安装并配置了 PyDev,它应该可以工作。
确保使用正确的“运行”命令。优先选择“作为 Python 模块运行”,避免“在服务器上运行”。
如果这没有帮助,请编辑您的问题并给出您所做的确切示例(您单击的菜单/按钮等)。
If you installed and configured PyDev, it should work.
Make sure you use the correct "Run" command. Prefer "Run as Python module", avoid "Run on Server".
If that doesn't help, edit your question and give an exact example what you do (which menus/buttons you click, etc).
有关运行 Python 模块的详细信息,请参阅:http://pydev.org/manual_101_run.html(确保您阅读了整个入门指南:http://pydev.org/manual_101_root.html 应该可以帮助您设置环境并提供一些正确使用 PyDev 的提示)。
See: http://pydev.org/manual_101_run.html for details on running a Python module (make sure you read the whole getting started: http://pydev.org/manual_101_root.html which should help you in getting your environment setup and gives some tips to properly use PyDev).
我对 python 和 java 使用相同的工作空间,并遇到了同样的问题。
如果我更改新的工作区,运行方式将起作用。所以我认为工作区设置有问题。
I used a same workspace for both python and java , and met the same problem.
If I change a new workspace, the Run As works. So i think there is something wrong with workspace settings.