← Back to team overview

savoirfairelinux-openerp team mailing list archive

Re: [Merge] lp:~savoirfairelinux-openerp/lp-community-utils/progressbar into lp:lp-community-utils

 

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.


References