defunkt / pystache

Mustache in Python
http://mustache.github.com/
MIT License
1.31k stars 308 forks source link

ImportError: No module named pystache #200

Closed HoseynHeydari closed 5 years ago

HoseynHeydari commented 5 years ago

I can't import pystache on my mac. I run pystache-test and the result was Ran 253 tests in 0.147s OK. But when I try >>> import pystache result is

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pystache

What can I do or check?

HoseynHeydari commented 5 years ago

Here was my problem solution. I should "Find where pip installs your package and add the path" as user2589273 said.