0

我是在 Eclipse 中使用 pydev 的新手。我如何开始在编辑器中工作。我已经完成了所有的配置。和项目设置,但不能使用编辑器。涉及哪些步骤?你能帮我吗?

4

1 回答 1

0

If everything is set up you should be able to follow these steps:

  • Right click on your project and select New -> PyDev Module
  • Enter a name for your module and click Finish
  • The editor will open and you can start coding
于 2012-11-08T11:56:13.443 回答