crossdistro / gentoo-rpm

1 stars 3 forks source link

fedora-packager-setup (and possibly others) fail due to python 2.x/3.x discrepency #1

Closed pavlix closed 8 years ago

pavlix commented 8 years ago

Some of the scripts are probably not tied to Python 2.x even though the library is only built for 2.x.

$ fedora-packager-setup 
Traceback (most recent call last):
  File "/usr/bin/fedora-packager-setup", line 21, in <module>
    import fedora_cert
ImportError: No module named 'fedora_cert'
pavlix commented 8 years ago

See also: https://pagure.io/fedora-packager/issue/6

pavlix commented 8 years ago

Worked around for now.