I didn't test with version 2.2, I assumed it would work.
What version do you have with pip?

The version I used (I have Arch, not Ubuntu) is 2.3.

This is the base usage of progressbar (from their documentation)
progress = ProgressBar()
for i in progress(range(80)):
  time.sleep(0.01)

The problematic call would be progress(...)

Maybe this is a functionality introduced by 2.3
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/lp-community-utils/progressbar/+merge/205252
Your team Savoir-faire Linux' OpenERP is subscribed to branch 
lp:~savoirfairelinux-openerp/lp-community-utils/progressbar.

-- 
Mailing list: https://launchpad.net/~savoirfairelinux-openerp
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~savoirfairelinux-openerp
More help   : https://help.launchpad.net/ListHelp

Reply via email to