我想問你是否知道我在我的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.py和wsgi.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
有什麼毛病我logagent.exe?它是感染病毒還是木馬病毒? T.T – Ric17101
你一定要運行反病毒程序,並搜索谷歌如何刪除這個特殊的蠕蟲。 – Avalanche
我的反病毒是Microsoft Security Essentials並且是最新的。我已經掃描logagent.exe文件夾(它所在的文件夾),但它沒有文件或任何病毒。 – Ric17101