I am trying to make a project in dynamic django scraper. I have tested it on linux and it runs properly. When I try to run the command: syndb i get this error
/*****************************************************************************************************************************/
python : WindowsError: [Error 3] The system cannot find the path specified: 'C:\Python27\l
ib\site-packages\django_dynamic_scraper-0.3.0-py2.7.egg\dynamic_scraper\migrations/.'
At line:1 char:1
+ python manage.py syncdb
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (WindowsError: [...migrations/.':String) [],
RemoteException
+ FullyQualifiedErrorId : NativeCommandError
/*****************************************************************************************************************************/ The admin server runs properly with the command python manage.py runserver
Kindly guide me how i can remove this error