can't find standard libraries after RedHat 7.0 install. Help?

Albert Hopkins ahopkins at dynacare.com
Fri Nov 3 22:59:59 EST 2000


>Ari Davidow wrote:
>> 
>> Well, this is pretty silly. I've got the RedHat CDs. In this case, 7.0.
>> It has the version of python (1.5.2) that I want. There were four RPMs.
>> I tried to install each, and got an "already installed" message for
>> each. But I'll be damned if I can find anything on this box other than
>> the single python binary--no docs, no modules, nothing. I've done
>> 
>>  find / -file "py.*" -print

Also your find syntax is wrong.  It should probably be more something
like

find / -name '*.py*' -print



More information about the Python-list mailing list