ajslater / picopt

A multi format lossless image optimizer that uses external tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing imports

joshblum opened this issue · comments

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!!

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

obsolete issue.