Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 344)

Ticket Resolution Summary Owner Reporter
#171 invalid python/yum doesn't find module site josch
Description

I started the Arca Noae Package Manager. The package list was empty. I tried yum list on console. It comes up with: "ImportError?: No module named site"

I tried starting Python without parameters. The same message appears. The files site.py(c/o) are in /usr/lib/python2.7.

What's the problem?

#291 no change needed python-debug was at 2.7.6-12 robert.kuropkat
Description

rpm-debug/devel/python were all at version 4.8.1-25 while all the other rpm packages were at 4.13.0-17 so would not install

Repository: netlabs-rel

#342 fixed python-dateutil requires python2-six, but this dependency is not listed in spec file Lewis Rosenthal
Description

python-dateutil-2.6.0-1.oc00.noarch python-2.7.6-24.oc00.i686

paython-dateutil makes use of six, as per parser.py:

from six import text_type, binary_type, integer_types

Unfortunately, as this cannot be automatically detected during RPM build, this dependency must be listed explicitly, or we end up with a non-working dateutil, and thus, anything which depends upon dateutil (yum-plugin-changelog, for example) fails.

Note: See TracQuery for help on using queries.