NiltonVolpato / python-progressbar

Text progress bar library for Python
Other
412 stars 105 forks source link

Does not work with py2exe #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Tried to build windows executable with py2exe

What is the expected output? What do you see instead?
Py2exe generates the following warning:
The following modules appear to be missing
['_scproxy', 'chardet', 'cjkcodecs.aliases', 'iconv_codec', 'progressbar']

Generated program stops with:

Traceback (most recent call last):
  File "autoparser.py", line 1, in <module>
ImportError: No module named progressbar

What version of the product are you using? On what operating system?
progressbar 2.3, Python 2.7

Original issue reported on code.google.com by p.strado...@gmail.com on 15 Oct 2011 at 10:45

GoogleCodeExporter commented 8 years ago
This does not seem to be a problem with the progressbar module. You're probably 
using py2exe in a non supported way. If you used easy_install, then try 
installing the unzipped version as stated here: 
http://www.py2exe.org/index.cgi/ExeWithEggs

Original comment by nilton.v...@gmail.com on 17 Oct 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Feel free to reopen if this is indeed a problem with progressbar.

Original comment by nilton.v...@gmail.com on 17 Oct 2011 at 7:31