Closed smittie closed 8 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.
@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.
Thanks everyone. Found another solution.
...Smittie
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?
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