2015-04-22 12:19:27
来 源
中存储网
Ubuntu
系统版本: Distributor ID:Ubuntu Description:Ubuntu 12.04.1 LTS Release:12.04 Codename:precise 官网下载WingIDE4.1.7: http://wingware.com/downloads/wingide/4.1 步骤: 1、将系统时间调整到一个月之前,然后执行安装。 可以使用date命令调整系统时

系统版本:

Distributor ID:Ubuntu

Description:Ubuntu 12.04.1 LTS
Release:12.04

Codename:precise

官网下载WingIDE4.1.7:http://wingware.com/downloads/wingide/4.1

步骤:

1、将系统时间调整到一个月之前,然后执行安装。

可以使用date命令调整系统时间,如:date -s '2012-08-14 10:00:00'

2、安装成功后,打开程序,按照提示信息,申请一个10天的试用版License,然后退出。

3、下载附件中的文件abstract.pyo,将其放到安装目录下的/bin/2.5/src/process接下来。

我这里路径是/usr/local/lib/wingide4.1/bin/2.5/src/process,可以通过whereis wingide来查看安装目录。

4、将时间调整到当前正确时间,可以从终端下启动程序了。

我这里执行脚本的路径是/usr/local/bin/wing4.1

5、有人觉得从终端中启动太麻烦,那么将其加入到系统菜单,如Applications>Development下。

1)在/usr/share/applications下创建文件wingide.desktop,内容如下:

[Desktop Entry]
Name=WingWare python IDE
Comment=Wingware's Python IDE is an Integrated Development Environment
Exec=/usr/local/bin/wing4.1
Terminal=false
Type=Application
Icon=/usr/local/lib/wingide4.1/resources/linux/wing32.xpm
Categories=Development;IDE;
StartupNotify=true

对于Exec和Icon两项,请根据实际路径更改。

2)更新desktop数据库

update-desktop-database

6、去系统菜单下找一下WingWare python IDE,启动,大功告成。

desktop文件的手册:http://wiki.maemo.org/Desktop_file_format

abstract.pyo下载文件,解压这个文件包之后,将abstract.pyo放到安装目录下的/bin/2.5/src/process接下来。

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。