|
ticket id 000028 |
status closed |
priority ??? |
assigned to waylan |
Reported by: waylan Component: |
So, apparently when using easy_install, the command line script is left as part of the egg, and a script is generated in the scripts dir which calls the script from the egg. This causes the script to try importing itself instead of the markdown lib.
Sigh!
And I thought this was only a Windows problem. It appears to be a problem on all platforms when eggs are involved. Guess we will have to name the script something else. Perhaps just "markdown" (no ".py") or maybe "pymarkdown" to set it apart as a python implementation.
Resolution
fixed