vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

Runserver Not working with path contain space #27

Closed wgf4242 closed 7 years ago

wgf4242 commented 7 years ago
D:\Python\Python35-32\python.EXE: can't open file 'D:\wgf\My': [Errno 2] No such
 file or directory

D:\wgf\My Documents\GitHub\testform>

Path in "something\My Documents\something" not working.

mxdevmanuel commented 7 years ago

It must work with the latest release, thanks for your time reporting this issue

wgf4242 commented 7 years ago

version 1.6.2 same problem.

png

mxdevmanuel commented 7 years ago

It will be solved right away, the problem is that I fixed a related issue and thought of it as solved but I forgot about the fact that run server implements its own formatting function instead of the default one so I'm gonna change that and ill push some changes within the day, do you have troubles with another command?

El feb. 28, 2017 6:08, "wgf4242" notifications@github.com escribió:

version 1.6.2 same problem.

[image: png] https://camo.githubusercontent.com/a4742dc43cbbe800623a7c52d6f1bbf6d81bbb54/687474703a2f2f693238332e70686f746f6275636b65742e636f6d2f616c62756d732f6b6b3332302f776766343234322f323031372d30322d32385f3230303032382e706e67

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/vladimirnani/DjangoCommands/issues/27#issuecomment-283022757, or mute the thread https://github.com/notifications/unsubscribe-auth/ADxhZJeAnjNxdYQT0-e_yYMnoRMWC3HKks5rhA5QgaJpZM4L7iWf .

mxdevmanuel commented 7 years ago

After some tweaking and extensive testing I am certain that this problem has being solved