python - deploying sample django app on dotcloud using dcapp on windows 8.1 gave file not found error -


i tried deploying dotcloud sample diango app windows 8.1 pc, following instructions on dotcloud web site letter.

all went point of running:

dcapp myapp run "python manage.py syncdb" 

which gave me:

a file not found error [windows error 2 system cannot find file specified]. no name given missing file (maybe file name blank?)

the final message before error was:

file "subprocess.pyo" line 957 in _execute_child.

i can access app browser, although fails table not found error because syncdb failed run. had deployed sample flask app earlier form same pc using same command line tools , went ok, although it's simple app no database accesses.

i assume others trying same thing have had identical problem, although can't find references it. there work-around problem, such logging in directly dotcloud instance , running syncdb there? far can see, webapp console doesn't allow sort of thing. ssh session maybe?


Comments