some-programs / exitwp

Exitwp is tool primarily aimed for making migration from one or more wordpress blogs to the jekyll blog engine as easy as possible.
686 stars 145 forks source link

No module name yaml?? #57

Closed smittie closed 8 years ago

smittie commented 9 years ago

I get the following error:

Traceback (most recent call last): File "exitwp.py", line 10, in import yaml ImportError: No module named yaml

What am I missing?

-- Smittie

kkolstad commented 9 years ago

@smittie I'm on a mac and was able to fix this by installing python using homebrew and then installing the dependencies with pip:

brew install python
pip install pyyaml beautifulsoup4 html2text
python exitwp.py

Hope this helps.

maxdiazdev commented 8 years ago

@smittie This solution worked for me: http://stackoverflow.com/questions/20173535/exitwp-is-unable-to-import-pyyaml-module Make sure you're in the directory with the xml files and paste the command.

smittie commented 8 years ago

Thanks everyone. Found another solution.

...Smittie

interglobalmedia commented 7 years ago

Hi,

I have the same issue and am on El Capitan. However, the stackoverflow solution does NOT work for me. Anyone else encounter that problem on El Capitan?