Open GoogleCodeExporter opened 9 years ago
pip installs version 2.2, which does not support that syntax. The syntax is
only supported with 2.3-dev, which you can install using "pip install -Iv
https://python-progressbar.googlecode.com/files/progressbar-2.3-dev.tar.gz".
However, even using that, the examples.py errors out on me with a "ImportError:
cannot import name AdaptiveETA". The basic example you wrote down above works
with it, though.
Original comment by maxjma...@gmail.com
on 24 Nov 2014 at 9:58
Sorry , still your own example is not working
GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from progressbar import AnimatedMarker, Bar, BouncingBar, Counter, ETA,
FileTransferSpeed, FormatLabel, Percentage, ProgressBar, ReverseBar,
RotatingMarker, SimpleProgress, Timer, AdaptiveETA, AdaptiveTransferSpeed
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name AnimatedMarker
You must have a local dependency, try to run your example outside the install
directory where you have egg files
Original comment by arad...@gmail.com
on 28 Jan 2015 at 10:33
Original issue reported on code.google.com by
ma...@gapps.semantico.com
on 25 Feb 2014 at 10:48