Created
July 30, 2012 20:37
-
-
Save graylikeme/3209977 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-07-30T20:31:50+00:00 heroku[web.1]: Starting process with command `python dashword/dashword.py` | |
2012-07-30T20:31:51+00:00 app[web.1]: File "/app/dashword/handlers/UserHandler.py", line 1, in <module> | |
2012-07-30T20:31:51+00:00 app[web.1]: from models.Passwords import Password | |
2012-07-30T20:31:51+00:00 app[web.1]: File "dashword/dashword.py", line 5, in <module> | |
2012-07-30T20:31:51+00:00 app[web.1]: Traceback (most recent call last): | |
2012-07-30T20:31:51+00:00 app[web.1]: from handlers.UserHandler import LoginHandler, LogoutHandler, RegisterHandler, ProfileHandler, PasswordHandler, TeamHandler | |
2012-07-30T20:31:51+00:00 app[web.1]: ImportError: No module named Passwords | |
2012-07-30T20:31:52+00:00 heroku[web.1]: Process exited with status 1 | |
2012-07-30T20:31:53+00:00 heroku[web.1]: State changed from starting to crashed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment