Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README.md #11

Closed
ghost opened this issue Nov 17, 2015 · 2 comments
Closed

Add README.md #11

ghost opened this issue Nov 17, 2015 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Nov 17, 2015

Can you please add a simple README.md file preferably with installation/dependency instructions?

I'm getting a error when try to run arch-wiki-docs.py

I already ran these commands before (found on arch package page):
sudo pip install cssselect
sudo pip install lxml
sudo pip install simplemediawiki

I'm on Ubuntu 14.04.

Error python3 arch-wiki-docs.py:

Traceback (most recent call last):
  File "arch-wiki-docs.py", line 6, in <module>
    from simplemediawiki import build_user_agent
ImportError: No module named 'simplemediawiki'

sudo pip install simplemediawiki

Requirement already satisfied (use --upgrade to upgrade): simplemediawiki in /usr/local/lib/python2.7/dist-packages
Cleaning up...
@lahwaacz
Copy link
Owner

The code is written for and tested on Python 3, you may get random bugs on Python 2. The first error indicates that you may have the dependencies installed only for Python 2, while the second error is most likely simplemediawiki's problem. I'll see what I can do about the README...

@lahwaacz lahwaacz self-assigned this Nov 17, 2015
@ghost
Copy link
Author

ghost commented Nov 18, 2015

Thanks.This problem could be Ubuntu related so I'm not going to bother you with that. Will probably switch to Arch in a few days anyway.

No pressure on README, but it's usually quite helpful to have one.

@ghost ghost closed this as completed Nov 18, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant