Re: [pylons-devel] pserve.exe syntax error on windows with --reload

2016-09-24 Thread Bert JW Regeer
What is Does it have a non-ascii character in the folder path? Try moving your project to C:\Projects\myproject or something similar, and that should hopefully avoid the error. Bert > On Sep 24, 2016, at 05:49 , only...@gmail.com wrote: > > > I have created a pyramid application using

[pylons-devel] pserve.exe syntax error on windows with --reload

2016-09-24 Thread onlyakm
I have created a pyramid application using pcreate, now when I try to run it using pserve with --reload, I get following error * SyntaxError: Non-ASCII character '\x90' in file \pserve.exe on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details*