Also make sure you don't have a markdown.py file on the path (cwd?) On Jun 8, 2013 7:31 AM, "Dmitry Shachnev" <[email protected]> wrote:
> 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 > > _______________________________________________ > Python-modules-team mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team >
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

