ajslater / picopt

A multi format lossless image optimizer that uses external tools
GNU General Public License v3.0
108 stars 11 forks source link

Missing imports #17

Closed joshblum closed 6 years ago

joshblum commented 8 years ago

I just ran:

apt-get install optipng gifsicle python-imaging
pip install picopt

and got this as output. Are there any extra installation steps necessary?

$ picopt -r *                                                           
Traceback (most recent call last):
  File "/root/Envs/bin/picopt", line 7, in <module>
    from picopt.cli import main
  File "/root/Envs/lib/python3.4/site-packages/picopt/cli.py", line 13, in <module>
    import comic
ImportError: No module named 'comic'

Thanks!!

jacebrowning commented 8 years ago

I think this package might just need a new release. cli.py looks different than the above stack trace.

ajslater commented 6 years ago

obsolete issue.