So I was reading over on OMG! Ubuntu! about this new Ubuntu twitter client called "Polly", and I was wondering how to install it.

link|improve this question

2  
You have to use bzr to download it from there and build it. – Uri Herrera Jul 25 '11 at 15:01
@Uri Add that as an answer and I'll accept it. – jrg Jul 25 '11 at 15:01
1  
You don't have to build anything. It's a Python script. – Oli Jul 25 '11 at 15:04
when I try to start Schizobird I got: Schizobird 0.1.0 (pre-alpha 1) Copyright (C) 2011 Marcelo Hashimoto cache path: /home/boris/schizobird/cache/schizobird config path: /home/boris/schizobird/config/schizobird data home: /home/boris/schizobird/share/schizobird initializing... Traceback (most recent call last): File "/home/boris/schizobird/bin/schizobird", line 268, in <module> main_panel = gui.header.main.Panel(setting_factory, proxy_controller, shortener_controller, color_scheme, font_scheme, button_factory, status_bar, account_manager, media_runner) File "/home/boris/schizobird/src/schizob – user22482 Jul 30 '11 at 5:59
show 1 more comment
feedback

1 Answer

up vote 11 down vote accepted

Polly recently added a PPA - to add it, run the following:

sudo add-apt-repository ppa:conscioususer/polly-daily && sudo apt-get update && sudo apt-get install polly

Then, just select "Polly" to run from the Unity Dash, or run polly from a terminal if you want to catch the messages/output/etc.

Outdated instructions that are being kept for future reference:

Fairly simple to run it. This won't install it properly, it'll just download the python files to your home directory and run them. But it works.

cd ~
sudo apt-get install python-socksipy python-oauth2 python-numpy bzr
bzr branch lp:polly

~/polly/polly

If you want to make a launcher, just have it run ~/polly/polly or /home/username/polly/polly.

You'll want to keep it updated on a regular basis. To do that, run:

cd ~/polly && bzr update
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.