<p dir="ltr">Also make sure you don't have a markdown.py file on the path (cwd?)</p>
<div class="gmail_quote">On Jun 8, 2013 7:31 AM, "Dmitry Shachnev" <<a href="mailto:mitya57@gmail.com">mitya57@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Control: tags -1 +moreinfo<br>
<br>
Thanks for the bug report. Unfortunately, I can't reproduce it here with the<br>
same package version:<br>
<br>
>>> import markdown<br>
>>> dir(markdown)<br>
['Extension', 'Markdown', '__all__', '__builtins__', '__doc__',<br>
'__file__', '__name__', '__package__', '__path__', 'blockparser',<br>
'blockprocessors', 'build_block_parser', 'build_inlinepatterns',<br>
'build_postprocessors', 'build_preprocessors', 'build_treeprocessors',<br>
'codecs', 'etree_loader', 'extensions', 'inlinepatterns', 'logger',<br>
'logging', 'markdown', 'markdownFromFile', 'odict', 'postprocessors',<br>
'preprocessors', 're', 'serializers', 'sys', 'to_html_string',<br>
'to_xhtml_string', 'treeprocessors', 'util', 'version', 'version_info']<br>
>>> markdown.version<br>
'2.1.1'<br>
<br>
According to <<a href="http://packages.debian.org/wheezy/all/python-markdown/filelist" target="_blank">http://packages.debian.org/wheezy/all/python-markdown/filelist</a>>,<br>
all the required files are also present.<br>
<br>
It seems you are using a non-standard Python shell (IPython?). Can you please<br>
check if the problem persists with the stock CPython? Also, reinstalling the<br>
package can help.<br>
<br>
--<br>
Dmitry Shachnev<br>
<br>_______________________________________________<br>
Python-modules-team mailing list<br>
<a href="mailto:Python-modules-team@lists.alioth.debian.org">Python-modules-team@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team</a><br></blockquote></div>