2015-08-30 66 views
0

我想问你是否知道我在我的heroku本地命令期间发生了这个错误,谢谢你的帮助。我的目标是创建我的第一个在线部署的django项目。的xD运行heroku本地错误

CMD:Heroku的地方

(venv_heroku) C:\Python27\venv_heroku\heroku-django\test_app>heroku local 
    forego | starting web.1 on port 5000 
    web.1 | '"C:\Users\Raguine\AppData\Roaming\Microsoft\Windows\IEUpdate\logagent.exe"' is not recognized as an internal or external command, 
    web.1 | Traceback (most recent call last): 

我已经安装了一切和要求,我希望:d。 这里是我安装的依赖关系。我希望没有遗漏。

dj-database-url==0.3.0 
dj-static==0.0.6 
Django==1.7.10 
django-toolbelt==0.0.1 
gunicorn==19.3.0 
psycopg2==2.5.2 
static3==0.6.1 

这是我的.gitignore文件

venv 
*.pyc 
staticfiles 

这是我Procfile看起来像

web: gunicorn test_app.wsgi --log-file - 

虽然我settings.pywsgi.py是复制粘贴f rom我遵循的指南。从Heroku的网站:

https://devcenter.heroku.com/articles/getting-started-with-django

(对不起这个“怎么我在这里只是一个新手:d)

请帮助我。

PS:我使用Python的(2.7.9)的virtualenv安装(13.1.2)的Heroku(我的CMD Heroku的SI运行),并宣布它的环境变量。

C:\Program Files (x86)\Heroku\bin 
+0

有什么毛病我logagent.exe?它是感染病毒还是木马病毒? T.T – Ric17101

+0

你一定要运行反病毒程序,并搜索谷歌如何删除这个特殊的蠕虫。 – Avalanche

+0

我的反病毒是Microsoft Security Essentials并且是最新的。我已经扫描logagent.exe文件夹(它所在的文件夹),但它没有文件或任何病毒。 – Ric17101

回答

相关问题