Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4224375
  • 博文数量: 176
  • 博客积分: 10059
  • 博客等级: 上将
  • 技术积分: 4681
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-24 12:27
文章分类

全部博文(176)

文章存档

2012年(1)

2011年(4)

2010年(14)

2009年(71)

2008年(103)

分类: Python/Ruby

2008-03-21 15:12:02

在Eclipse中配置python开发环境


1.下载python 安装包.python-2.4.2.msi.并安装。这个过程很简单,不多说。

在安装完成之后, 关闭安装程序, 打开 开始->程序->Python 2.4->IDLE (Python GUI)。 您将看到类似如下的信息:

Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
   
IDLE 1.1.3     
>>>


2.安装pydev插件.

下载插件pydev:http://sourceforge.net/projects/pydev/ (http://www.fabioz.com/pydev/zips/)
同时下载Pydev Extention插件
安装的插件的过程也不再多说,很简单。

3.配置插件

windows->perferences->pydev->interpreter-python
  在最上面的 Python interpreters (e.g.:python.exe) 的右边,
  点击 New... 按钮,选择python.exe所在地方(安装路径下找),确定,这样我们的eclipse下的python开发环境就配置好了。

4.测试
 
阅读(10693) | 评论(0) | 转发(0) |
0

上一篇:Python的特色

下一篇:数据结构——树

给主人留下些什么吧!~~