https://bugzilla.redhat.com/show_bug.cgi?id=1034492



--- Comment #26 from Marcin Kulik <[email protected]> ---
Hi,

I just installed the package on F19 and it crashed with this error:

    [vagrant@vagrant-fedora-19 ~]$ asciinema -h
    Traceback (most recent call last):
      File "/usr/bin/asciinema", line 5, in <module>
        from pkg_resources import load_entry_point
    ImportError: No module named pkg_resources

python-setuptools package was missing on this system. After installing
python-setuptools it works fine. asciinema itself doesn't use pkg_resources so
the generated binary is the one that assumes setuptools available.

I have used Fedora 19 Vagrant box for this which is a pretty slim VirtualBox
image so it's possible that python installation on this image is not correct.

Is this something we should worry about?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to