﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-eXile 的专栏-随笔分类-Python</title><link>http://www.cppblog.com/eXile/category/7097.html</link><description /><language>zh-cn</language><lastBuildDate>Mon, 19 May 2008 19:24:28 GMT</lastBuildDate><pubDate>Mon, 19 May 2008 19:24:28 GMT</pubDate><ttl>60</ttl><item><title>PyQt 与 Eric 的安装</title><link>http://www.cppblog.com/eXile/archive/2008/05/19/50414.html</link><dc:creator>eXile</dc:creator><author>eXile</author><pubDate>Mon, 19 May 2008 09:57:00 GMT</pubDate><guid>http://www.cppblog.com/eXile/archive/2008/05/19/50414.html</guid><wfw:comment>http://www.cppblog.com/eXile/comments/50414.html</wfw:comment><comments>http://www.cppblog.com/eXile/archive/2008/05/19/50414.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/eXile/comments/commentRss/50414.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/eXile/services/trackbacks/50414.html</trackback:ping><description><![CDATA[<p>PyQt 与 Eric 在WINDOWS平台上的安装<br>By eXile<br><br>1.前提: 已安装 make工具(如Mingw), Qt, Python.<br>pexports C:\WINDOWS\system32\python25.dll &gt; python25.def<br>dlltool --dllname python25.dll --def python25.def --output-lib libpython25.a<br></p>
<p>2.安裝 PyQt<br><br>1)&nbsp;安裝 SIP<br>python configure.py -p win32-g++<br>make<br>make install<br>2)&nbsp;安裝 PyQt<br>python configure.py<br>make <br>make install<br><br><br>3.安装 Eric</p>
<p>1)安裝 QScintilla<br>qmake qscintilla.pro<br>make<br>make install<br>copy %QTDIR%\lib\qscintilla2.dll %QTDIR%\bin</p>
<p>2).安裝 eric<br>python install.py<br><br><a href="http://www.riverbankcomputing.co.uk/news"><u><font color=#810081>http://www.riverbankcomputing.co.uk/news<br></font></u></a><br>原文地址: <a href="http://www.cppblog.com/exile/">http://www.cppblog.com/exile/</a></p>
<img src ="http://www.cppblog.com/eXile/aggbug/50414.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/eXile/" target="_blank">eXile</a> 2008-05-19 17:57 <a href="http://www.cppblog.com/eXile/archive/2008/05/19/50414.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>