-
Notifications
You must be signed in to change notification settings - Fork 24
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
how to run a test? #5
Comments
PYTHONPATH=. r3-app --redis-port 6379 -c app_config.py |
also delete the "test" prefix in app_config.py |
oh, Unfortunately,another error happend when i visited http://localhost:9999. so i don't think this project is ready to work. but its idea is cool. |
I also think so. |
it works for me, we need to run the mapper in advance.
env: Ubuntu 12.04/Python 2.7 |
Works: Not Working: |
It tried to import a module count_words_stream and it was not found. Can you import that module? |
Hello I'm so interedted in this solution.
After installing r3 via easy install I tried to run the test code.
git clone https://github.com/heynemann/r3.git cd r3/test r3-app --redis-port 6379 -c app_config.py
but there's importError
Is there something I've missed?
ps. python version is 2.6.6 on centos 6.2
thanks
The text was updated successfully, but these errors were encountered: