Quote:
Originally Posted by varlog
Also check if your python installation have necessary modules: smartypants, uuid, htmlentitydefs etc.
|
Actually, I've included the SmartyPants script with the zipfile. So there's no real need to have it "installed" in Python. As long as it's in the same directory as the script that imports it, all should be well. I try to keep everything as "stock" as possible (meaning not a lot of requirements for special modules needing to be installed).