I get

./sage -patchbot
Traceback (most recent call last):
File "/local/dakrenn/sage/patchbot/local/bin/patchbot/patchbot.py", line 45, in <module>
    from trac import scrape, pull_from_trac
File "/local/dakrenn/sage/patchbot/local/bin/patchbot/trac.py", line 15, in <module>
    from util import (do_or_die, now_str, describe_branch,
File "/local/dakrenn/sage/patchbot/local/bin/patchbot/util.py", line 5, in <module>
    from dateutil import parser
ImportError: No module named dateutil

As mentioned on
  http://wiki.sagemath.org/buildbot/details
I've installed python-dateutil and pytz, both via
  ./sage -pip install --upgrade packagename
and if running sage, then "from dateutil import parser" works.

What is wrong?

Best

Daniel

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to