librelist archives

« back to archive

Import problem workaround does not work

Import problem workaround does not work

From:
Philip Johnson
Date:
2012-03-08 @ 21:56
Greetings, all,

Readthedocs is a great service, and I am a happy user.

I noticed recently that some parts of my documentation that display fine
locally were not being displayed at readthedocs, and traced it down to
import errors for the 'staticfiles' and 'markdown' modules.  Here's the
build report illustrating the problem:

http://readthedocs.org/builds/makahiki/86653/

So, I googled around and quickly found the FAQ for this situation:


http://read-the-docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules

I then applied the patch to my conf.py to create mock classes for
staticfiles and markdown, but it doesn't work, as shown here:

http://readthedocs.org/builds/makahiki/86950/

Does anyone have any advice for how I can resolve this issue?

Thanks!
Philip Johnson