Django Application deployment fails because of space char
2 posts
• Page 1 of 1
Django Application deployment fails because of space char
Django CMS seems to install correctly until it is opened in the browser. I get this :
------------------------
Application deployment in progress
Please wait. This may take a while.
Deploy log:
The DEPLOY_LOG environment variable is not set, logging to the screen is enabled.
Running command: C:\python27\scripts\virtualenv.exe venv
New python executable in venv\Scripts\python.exe
Installing setuptools, pip...done.
Running command: D:\Users\guglie0p\Documents\My Web Sites\Django CMS\venv\Scripts\easy_install.exe PIL
'D:\Users\guglie0p\Documents\My' is not recognized as an internal or external command,
operable program or batch file.
Command "D:\Users\guglie0p\Documents\My Web Sites\Django CMS\venv\Scripts\easy_install.exe PIL" returns exit code 1
Deploy script returned error code 1. Reload page
--------------------
looks like the spaces in the path cause some trouble...
Where can I change the install path or how to make the install space-proof ?
------------------------
Application deployment in progress
Please wait. This may take a while.
Deploy log:
The DEPLOY_LOG environment variable is not set, logging to the screen is enabled.
Running command: C:\python27\scripts\virtualenv.exe venv
New python executable in venv\Scripts\python.exe
Installing setuptools, pip...done.
Running command: D:\Users\guglie0p\Documents\My Web Sites\Django CMS\venv\Scripts\easy_install.exe PIL
'D:\Users\guglie0p\Documents\My' is not recognized as an internal or external command,
operable program or batch file.
Command "D:\Users\guglie0p\Documents\My Web Sites\Django CMS\venv\Scripts\easy_install.exe PIL" returns exit code 1
Deploy script returned error code 1. Reload page
--------------------
looks like the spaces in the path cause some trouble...
Where can I change the install path or how to make the install space-proof ?
Re: Django Application deployment fails because of space cha
Hello,
Please try to put the quotation marks around the path: "path".
Please try to put the quotation marks around the path: "path".
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests