-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error importing middleware django_ext.middleware.log #1
Comments
I have encountered the same issue; my solution is to use easy_install to install all dependencies, and then checkout the latest version to run: just git clone clutch to some directory, then cd that directory and run clutch-config and clutch-all |
Thanks, that worked. I already had the dependencies installed, so these are the steps I took:
Maybe it works this way because cd'ing into the clutch/ directory and running it from there makes django_ext/* findable by the rest of the clutch code? |
If the system displays Starting clutchrpc on 0.0.0.0:41674..... Does it mean it is started? It doesn't show up anything after that. Need some help what does it display after starting? |
I have been trying to get the clutch server up and running but am running into a problem. When I browse to http://127.0.0.1:8000/, I see an Internal Server Error in the browser. This is what I see in terminal:
I am running Mac OS X 10.7.5. A coworker tried this on debian wheezy and sees the same issue.
The text was updated successfully, but these errors were encountered: