Hi,
I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it the one?
Thx, JD
On 11/13/2009 04:51 PM, John Doe wrote:
Hi,
I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it the one?
verify - and please file at bugs.centos.org
On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-lists@karan.org wrote:
On 11/13/2009 04:51 PM, John Doe wrote:
Hi,
I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it the one?
verify - and please file at bugs.centos.org
Seams to work for me. Sorry
Loaded plugins: changelog, fastestmirror
What happens when you start python manually and try to "import time" for example. Maybe have a look at the file
/usr/lib/yum-plugins/changelog.pyc
if you know programing this should make sense.
Hope this helped.
Cheers Didi
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Fri, Nov 13, 2009 at 10:48 PM, Geerd-Dietger Hoffmann ribalba@gmail.com wrote:
On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-lists@karan.org wrote:
On 11/13/2009 04:51 PM, John Doe wrote:
Hi,
I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it the one?
verify - and please file at bugs.centos.org
Seams to work for me. Sorry
Loaded plugins: changelog, fastestmirror
What happens when you start python manually and try to "import time" for example. Maybe have a look at the file
/usr/lib/yum-plugins/changelog.pyc
Sorry look at /usr/lib/yum-plugins/changelog.py
pyc is the compiled version.
if you know programing this should make sense.
Hope this helped.
Cheers Didi
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
My www page: www.ribalba.de Email / Jabber: ribalba@gmail.com Skype : ribalba
On Fri, 2009-11-13 at 22:49 +0000, Geerd-Dietger Hoffmann wrote:
On Fri, Nov 13, 2009 at 10:48 PM, Geerd-Dietger Hoffmann ribalba@gmail.com wrote:
On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh mail-lists@karan.org wrote:
On 11/13/2009 04:51 PM, John Doe wrote:
Hi,
I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it the one?
verify - and please file at bugs.centos.org
Seams to work for me. Sorry
Loaded plugins: changelog, fastestmirror
What happens when you start python manually and try to "import time" for example. Maybe have a look at the file
/usr/lib/yum-plugins/changelog.pyc
Sorry look at /usr/lib/yum-plugins/changelog.py
pyc is the compiled version.
if you know programing this should make sense.
Hope this helped.
Cheers Didi
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
My www page: www.ribalba.de Email / Jabber: ribalba@gmail.com Skype : ribalba
Actually you have to have python-dateutil installed (probably a missing dependency) and the command should be ran as:
yum changelog <date>|<number>|all [PACKAGE|all|installed|updates|extras| obsoletes|recent]
Calin
Key fingerprint = 37B8 0DA5 9B2A 8554 FB2B 4145 5DC1 15DD A3EF E857
================================================= The Unixverse ends on Tue, 19 Jan 2038 03:14:07 +0000
From: kalinix calin.kalinix.cosma@gmail.com
Actually you have to have python-dateutil installed (probably a missing dependency) and the command should be ran as: yum changelog <date>|<number>|all [PACKAGE|all|installed|updates|extras|obsoletes|recent]
I saw this redhat bugfix: "If "yum changelog" or "yum update <package> --changelog" was run without the Python dateutils module available, yum-changelog would exit with a Python traceback. This package includes a patch which causes yum-changelog to fail gracefully." So I guess it is not mandatory... But, while the yum-changelog is from centos, the python-dateutil is from rpmforge...
Thx, JD