Re: small dependency question

2011-03-15 Thread Ron Varburg
From: Hetz Ben Hamo To: linux-il Sent: Tue, March 15, 2011 2:08:05 PM Subject: small dependency question Hi, I'm trying to install a small python program, but it refuses to run due to missing dependency (email.util) Traceback (most recent call last):

small dependency question

2011-03-15 Thread Hetz Ben Hamo
Hi, I'm trying to install a small python program, but it refuses to run due to missing dependency (email.util) Traceback (most recent call last): File "./youtube-dl", line 14, in ? import email.utils ImportError: No module named utils I'm using CentOS 5.5 - which RPM has this module? I did