Posted on January 12, 2010 - by jono
Acire 0.2 Released

I am pleased to announce the second release of my little project to browse, read, run and learn from a library of Python examples. This release brings us:
- Examples now have syntax highlighting and use a better font for reading code.
- An awesome new icon designed by the ever-affable Martin Owens.
- Various bug fixes.
You can grab it from the Acire PPA by running these simple commands:
sudo add-apt-repository ppa:acire-team/acire-releases
sudo apt-get update
sudo apt-get install acire
For Acire to be in any way useful you will need to grab the Python Snippets library. Subscribe to the PPA and get a fresh batch of Python Snippets daily! Subscribe by just running these commands:
sudo add-apt-repository ppa:python-snippets-drivers/python-snippets-daily
sudo apt-get update
sudo apt-get install python-snippets
Rock and roll!
UPDATE: It turns out we had a few dependencies missing. You can fix this with:
sudo apt-get install python-gtksourceview python-gnomeprint
We will get the packaged fixed soon, but this will get you up and running. Thanks for the feedback, folks!
This entry was posted on Tuesday, January 12th, 2010 at 7:33 am and is filed under Acire. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
26 Comments
We'd love to hear yours!
Leave a Reply
Here's your chance to speak.








Visit My Website
January 12, 2010
Permalink
This looks really cool and I’d like to give it a go but I’m getting a
ImportError: No module named gtksourceview
from line 24 in /usr/bin/acire
Visit My Website
January 12, 2010
Permalink
Nice, but something wrong with dependencies. At least python-gtksourceview and python-gnomeprint needed in deps
Visit My Website
January 12, 2010
Permalink
Hello .. (and sorry for my poor english)
I think you miss some dependencies for “acire” ..
“” david@david-desktop:~$ acire Traceback (most recent call last): File “/usr/bin/acire”, line 24, in import gtksourceview ImportError: No module named gtksourceview “” -> sudo apt-get install python-gtksourceview
“” david@david-desktop:~$ acire Traceback (most recent call last): File “/usr/bin/acire”, line 24, in import gtksourceview ImportError: could not import gnomeprint
“” -> sudo apt-get install python-gnomeprint
ok , now it works fine
Thanks.
Visit My Website
January 13, 2010
Permalink
I think you’re missing some more dependencies.
Gtk-Message: Failed to load module “canberra-gtk-module”
Visit My Website
January 13, 2010
Permalink
Also: ImportError: No module named vte
Let me know if you ever switch to qt or create a package that knows its dependencies – I’d really like to use it, but don’t want to have a bunch of orphaned packages in the even I want to uninstall.
Visit My Website
January 13, 2010
Permalink
Just installed it, nice app! Thanks!
Visit My Website
January 13, 2010
Permalink
hi! im still learning python and i have to say this is an amazing application! very usefull! for those who know and for those who are still learning! I have a small library of small and simple python snippets that is growing during my studies (like some math functions and data structures), maybe i submit them! I saw in your about page that you came to FISL, im from porto alegre / brasil, cool!
Visit My Website
January 13, 2010
Permalink
It would be awesome if you could submit your snippets!
Visit My Website
January 13, 2010
Permalink
I main use vim and geany but this is something I must try in near future.
Regards, { (Not Only Ubuntu Blog) http://techspalace.blogspot.com }
Visit My Website
January 13, 2010
Permalink
I know it’s a noob question, but it searched and found nothing on solving my problem:
How do I add the repositories on 9.04 (add-apt-repository is only on Karmic)
I’d love to try it out.
Visit My Website
January 14, 2010
Permalink
Sorry, we only support Karmic right now.
Visit My Website
January 14, 2010
Permalink
Any chances to have it working on ubuntu hardy )8.04)
Visit My Website
January 14, 2010
Permalink
Thanx anyway jono. BTW isn’t there any other way (install from source) I can get this running on Jaunty? (I only have Karmic on the EEEPC and it’s a pain to code (play) there…. it’s a good divx player nonetheless)
Visit My Website
January 14, 2010
Permalink
Jono,
This is a great tool and help for me.
Thank You
Visit My Website
January 16, 2010
Permalink
Seems to be a nice tool, I’d like to give it a shot, but I can’t find any source download. Are there only deb packages or is it possible to get the source somewhere for those of us who don’t use Ubuntu? Thanks
Visit My Website
February 15, 2010
Permalink
Surely there was a more multi-distro-friendly way to implement this? I’m thinking of perhaps taking advantage of the Class Browser plugin for gedit? I admit it might be a “hack”, formatting the snippets in a pseudo-sourcecode file so that they’re recognised by gedit as such. In this way you could easily cut-and-paste code from one tab into another, also make use of the Python console plugin for gedit. Of course all this would be gedit-specific, but at least it wouldn’t be Ubuntu specific. Note that I don’t have anything against Ubuntu, and this is a great idea, but to get the best result I think requires encouraging input from those outside the Ubuntu community.
Visit My Website
May 8, 2010
Permalink
Thanks! I installed on Lucid Lynx, it worked right out of the box. Excellent idea, I’m going to give Acire a shout-out on my blog (www.rickwagner.blogspot.com).
Great idea, thanks for providing Acire!
Rick
Visit My Website
May 21, 2010
Permalink
Replace ‘python-gtksourceview’ with ‘python-gtksourceview2′ which is the newest package. Next time just use tab completion. so the full command is:
sudo apt-get install python-gtksourceview2 python-gnomeprint
Visit My Website
August 22, 2010
Permalink
Hi,
Is it possible to have tarballs on your launchpad project manager in order to package your software in some other distributions?
Many thanks.