Sage 3.0.4 compiled successfully on a system with two 3 Gb Xeon
processors running the AMD64 flavor of ubuntu-8.04.  Invoking sage from
the command prompt gives the following:

> ----------------------------------------------------------------------
> | SAGE Version 3.0.4, Release Date: 2008-07-10                       |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
> 
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call last)
> 
> /opt/sage/local/bin/<ipython console> in <module>()
> 
> /opt/sage/local/lib/python2.5/site-packages/sage/all_cmdline.py in <module>()
>      12 try:
>      13 
> ---> 14     from sage.all import *
>      15     from sage.calculus.predefined import x
>      16     preparser(on=True)
> 
> /opt/sage/local/lib/python2.5/site-packages/sage/all.py in <module>()
>     117 import sage.finance.all  as finance
>     118 
> --> 119 from sage.parallel.all   import *
>     120 
>     121 from copy import copy, deepcopy
> 
> /opt/sage/local/lib/python2.5/site-packages/sage/parallel/all.py in <module>()
> ----> 1 from decorate import parallel
>       2 
> 
> /opt/sage/local/lib/python2.5/site-packages/sage/parallel/decorate.py in 
> <module>()
>      10 from reference import parallel_iter as p_iter_reference
>      11 from sage.dsage.interface import dsage_interface
> ---> 12 import multiprocessing
>      13 
>      14 def normalize_input(a):
> 
> /opt/sage/local/lib/python2.5/site-packages/sage/parallel/multiprocessing.py 
> in <module>()
>      12 
> ################################################################################
>      13 
> ---> 14 from processing import Pool
>      15 from functools import partial
>      16 from sage.misc.fpickle import pickle_function, call_pickled_function
> 
> ImportError: No module named processing

Any ideas on how I can go about fixing this?

Regards,

Roberto Dominijanni

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to