Control: tags -1 +moreinfo Thanks for the bug report. Unfortunately, I can't reproduce it here with the same package version:
>>> import markdown >>> dir(markdown) ['Extension', 'Markdown', '__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', 'blockparser', 'blockprocessors', 'build_block_parser', 'build_inlinepatterns', 'build_postprocessors', 'build_preprocessors', 'build_treeprocessors', 'codecs', 'etree_loader', 'extensions', 'inlinepatterns', 'logger', 'logging', 'markdown', 'markdownFromFile', 'odict', 'postprocessors', 'preprocessors', 're', 'serializers', 'sys', 'to_html_string', 'to_xhtml_string', 'treeprocessors', 'util', 'version', 'version_info'] >>> markdown.version '2.1.1' According to <http://packages.debian.org/wheezy/all/python-markdown/filelist>, all the required files are also present. It seems you are using a non-standard Python shell (IPython?). Can you please check if the problem persists with the stock CPython? Also, reinstalling the package can help. -- Dmitry Shachnev
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team