On Nov 10, 2013, at 2:37 AM, Guido Kollerie <[email protected]> wrote:

> Extension error:
> Could not import extension builder.changelog (exception: No module named 
> 'md5')
> make: *** [html] Error 1

this error is generated by an extension called “changelog”.   Today, I modified 
SQLAlchemy to use the pypi-released version of changelog at 
https://pypi.python.org/pypi/changelog instead of a changelog.py that was 
within doc/build/builders.  The “md5” you see in the dogpile example is not 
imported during documentation builds.

For the md5 issue, I just put out 0.3.2 of changelog (note that changelog is a 
package that nobody’s using except me, it’s on Pypi mostly so that readthedocs 
can install it) which does a compat switch between md5.md5 and hashlib.md5.

To build the docs in Python 3 you need the latest rev of SQLAlchemy git master 
or rel_0_9 as well as changelog 0.3.2.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to