On Sun, Aug 16, 2009 at 9:37 AM, Minh Nguyen<nguyenmi...@gmail.com> wrote:
> Hi folks,
>
> When upgrading from Sage 4.0 to version 4.1.1, I got the following error:

<SNIP>

Here is the same error with upgrading from Sage 4.0.1:

Traceback (most recent call last):
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 667, in <module>
    getattr(get_builder(name), type)()
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 258, in _wrapper
    getattr(get_builder(document), name)(*args, **kwds)
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 348, in _wrapper
    for module_name in self.get_modified_modules():
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 412, in get_modified_modules
    env = self.get_sphinx_environment()
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 403, in get_sphinx_environment
    return BuildEnvironment.frompickle(config, env_pickle)
  File 
"/scratch/mvngu/sandbox/sage-4.0.2/local/lib/python2.6/site-packages/Sphinx-0.5.1-py2.6.egg/sphinx/environment.py",
line 192, in frompickle
    env = pickle.load(picklefile)
TypeError: ('__init__() takes at least 2 arguments (1 given)', <class
'docutils.nodes.Text'>, ())


And the same with upgrading from Sage 4.0.2:

Traceback (most recent call last):
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 667, in <module>
    getattr(get_builder(name), type)()
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 258, in _wrapper
    getattr(get_builder(document), name)(*args, **kwds)
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 348, in _wrapper
    for module_name in self.get_modified_modules():
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 412, in get_modified_modules
    env = self.get_sphinx_environment()
  File "/scratch/mvngu/sandbox/sage-4.0.2/devel/sage/doc/common/builder.py",
line 403, in get_sphinx_environment
    return BuildEnvironment.frompickle(config, env_pickle)
  File 
"/scratch/mvngu/sandbox/sage-4.0.2/local/lib/python2.6/site-packages/Sphinx-0.5.1-py2.6.egg/sphinx/environment.py",
line 192, in frompickle
    env = pickle.load(picklefile)
TypeError: ('__init__() takes at least 2 arguments (1 given)', <class
'docutils.nodes.Text'>, ())

-- 
Regards
Minh Van Nguyen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to