0

我正在尝试在动态 django scraper 中创建一个项目。我已经在 linux 上对其进行了测试,并且运行正常。当我尝试运行命令时: syndb 我收到此错误

/ * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * *** ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * * / python : WindowsError: [Error 3] 系统无法找到指定的路径:'C:\Python27\l ib\site-packages\django_dynamic_scraper-0.3.0-py2.7.egg\dynamic_scraper\migrations/' 在 line:1 char:1 + python manage.py syncdb + ~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (WindowsError: [... migrations/ . ':String) [],
RemoteException + FullyQualifiedErrorId : NativeCommandError

/ * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * *** ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * ** * * / 使用命令 python manage 管理服务器正常运行。 py 运行服务器

请指导我如何消除此错误

4

1 回答 1

0

步骤#1下载django-dynamic-scraper-0.3.0-py2.7.ta​​r.gz文件步骤#2解压缩并将文件夹名称更改为:django-dynamic-scraper-0.3.0-py2.7。 egg 步骤 # 3 将文件夹粘贴到 C:\Python27\Lib\site-packages

于 2013-06-28T21:57:11.027 回答