惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal Security Blog

博客园 - 没肉包子

Vim as Python IDE on windows 一个新的轮回,一个新的开始 一名英格兰球迷眼里的本届英格兰队 用我的MyGeneration模板生成NHibernate映射文件和关系(one-to-one,one-to-many,many-to-many) 强大的代码生成工具MyGeneration 请帮'Atlas'起个名字 - 没肉包子 - 博客园 NHibernate的关联映射(one-to-one,one-to-many,many-to-many)以及cascade分析 特里当选英格兰队新任队长 发疯的live.com NHibernate的Q&A(持续更新) NHibernate的调试技巧和Log4Net配置 诚邀博客链接 推荐两款在线日程(任务)管理的站点 NHibernate的数据库连接机制分析和如何使用外部连接 NHibernate的Session管理 有关NHibernate的问题请在此提出 [调查]如果你是个讲求编码规范的程序员,而碰到给变量、方法随意命名,注释又混乱的同事时你会怎么处理??? NHibernate的灵活配置 [转载]HTTP MIME类型即HttpResponse.ContentType属性值列表
如何在windows下安装"The Eric Python IDE" - 没肉包子
没肉包子 · 2010-07-12 · via 博客园 - 没肉包子

在windows下安装"The Eric Python IDE"

1.下载并安装Python 2.5.0 or better,我下载的是2.6版本

2.下载eric,http://eric-ide.python-projects.org/eric-download.html。因为我使用的是python2的版本,所以下载Eric4。(python3的话需

要使用Eric5)

3.下载并安装Qt 4.4.0 or better (from Trolltech),http://qt.nokia.com/downloads/sdk-windows-cpp

4.下载并安装PyQt 4.4.0 or better (from Riverbank), http://www.riverbankcomputing.com/software/pyqt/download,注意下载下面的

Windows installer版本。

5.下载QScintilla 2.2.0 or better (from Riverbank) ,http://www.riverbankcomputing.com/software/qscintilla/download。

6.下载NMake,http://www.herongyang.com/Perl/RPC-XML-Install-NMake.html。http://support.microsoft.com/default.aspx?scid=kb;en-

us;Q132084。运行NMAKE,把运行后产生的3个文件拷贝到Python的安装目录或者windows的system32目录。

7.手动安装QScintilla,找到Qt安装后产生的菜单。

 打开Qt Command Prompt

 cd Qt4的解压目录

 分别执行 

 qmake qscintilla.pro

 nmake

 nmake install

8.手动eric

 打开window command prompt

 cd Eric4的目录

 install.py

 安装完成后运行新产生的eric4.bat文件

Enjoy it!!

1.下载并安装Python 2.5.0 or better,我下载的是2.6版本

2.下载eric,http://eric-ide.python-projects.org/eric-download.html。因为我使用的是python2的版本,所以下载Eric4。(python3的话需
要使用Eric5)


3.下载并安装Qt 4.4.0 or better (from Trolltech),http://qt.nokia.com/downloads/sdk-windows-cpp


4.下载并安装PyQt 4.4.0 or better (from Riverbank), http://www.riverbankcomputing.com/software/pyqt/download,注意下载下面的
Windows installer版本。


5.下载QScintilla 2.2.0 or better (from Riverbank) ,http://www.riverbankcomputing.com/software/qscintilla/download。


6.下载NMake,http://www.herongyang.com/Perl/RPC-XML-Install-NMake.html。http://support.microsoft.com/default.aspx?scid=kb;en-
us;Q132084。运行NMAKE,把运行后产生的3个文件拷贝到Python的安装目录或者windows的system32目录。


7.手动安装QScintilla,找到Qt安装后产生的菜单。  打开Qt Command Prompt
   cd Qt4的解压目录
   分别执行  qmake qscintilla.pro
   nmake
   nmake install


8.手动安装eric 

   打开window command prompt 

   cd Eric4的目录 

   install.py 

   安装完成后运行新产生的eric4.bat文件


Enjoy it!!