Hi,

Being an happy user of Sphinx, I am trying out the recent
inheritance-diagram extension... but I am facing an annoying issue.
There is a PicklingError raised for a C-level defined type that can
otherwise normally be pickled/unpickled.

Would anyone have a hint of what could be happening ?

Thanks,

L.



The traceback is:

Traceback (most recent call last):
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/cmdline.py",
 line 172, in main
    app.build(all_files, filenames)
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/application.py",
 line 129, in build
    self.builder.build_update()
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/builders/__init__.py",
 line 255, in build_update
    'out of date' % len(to_build))
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/builders/__init__.py",
 line 275, in build
    purple, length):
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/builders/__init__.py",
 line 131, in status_iterator
    for item in iterable:
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/environment.py",
 line 513, in update_generator
    self.read_doc(docname, app=app)
  File
"/usr/local/packages/python-libs/lib/python2.5/site-packages/Sphinx-0.6.1-py2.5.egg/sphinx/environment.py",
 line 651, in read_doc
    pickle.dump(doctree, f, pickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'rinterface.SexpVector'>: import of
module rinterface failed





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
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/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to