sudo wxPython 2.8 has major new features such as AUI (Advanced User Interface), anti-alias graphics (Graphicscontext) and a lot of new widgets (RichTextCtrl, CustomTreeCtrl, SearchCtrl a la Firefox, ...). This might be useful for SPE in the future, but at the moment SPE stays backwards compatible with wxPython 2.6.
On Feisty wxPython is already included in repositories, just type:
On Edgy you need to use the wxPython coummunity repositories. Open /etc/apt/sources.list:sudo apt-get install python-wxgtk2.8
Add the following lines:sudo gedit /etc/apt/sources.list
Then copy and paste these lines in a terminal:# wxPython APT repository at wxcommunity.com
deb http://wxpython.wxcommunity.com/apt/ubuntu/dapper /
deb-src http://wxpython.wxcommunity.com/apt/ubuntu/dapper /
If you want to use XRC gui designer, you need python-xml:sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
sudo apt-get install python-xml
How difficult would it be to integrate ipython for the shell as opposed to the current shell.
ReplyDeleteThanks,
paul
mountainpaul at gmail dot com
@paul
ReplyDeleteThis is more a question for the ipython developpers. As soon as they support wxPython, I can integrate it.
The link to subversion instructions does not work. Please provide.
ReplyDelete@Bruce
ReplyDeleteThanks for pointing out. I fixed the link.
apt-get is dead, long live aptitude
ReplyDeleteOk apt-get is not really dead, but aptitude has all the same functionality, plus the functionality of apt-cache, plus is does better tracking of dependecies.
I use svnX as a Subversion client on Mac, I'm pretty happy with it though there are some features missing (propedit is the main one).
ReplyDeleteI second Chris, aptitude is much better than just apt-get. It's major advantage is, that it will uninstall packages which have only been installed to satisfy dependencies as soon as they are no longer needed. This makes keeping the system slim much much easier and you don't have to fiddle around with deborphan.
ReplyDeleteAs for a good svn client on OS X, I either use the command line, or if I want to get a better overview, I use SmartSVN.
Regarding your reply regarding IPython inclusion: I just learned that, reputedly, IPython now does support wx...
ReplyDelete