Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-11 Thread hchaojie
> Please use 'generate.py -s -v' ('-v' > in place of '-w'). This will produce quite a bit of output, so redirect > stdout and stderr to a file I attached the output file: http://n2.nabble.com/file/n4716353/source.out source.out -- View this message in context: http://n2.nabble.com/Can-not-gene

Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-10 Thread hchaojie
Sorry Thomas I didn't describe my problem clearly. It's fairly easy to reproduce my issue, here are detailed steps (I will post output later): - log in my system with a non-English name. - E:\web\qooxdoo-1.0.1-sdk\tool\bin>create-application.py -n firstapp -o ..\..\application (OK) - cd ..\..\

Re: [qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-09 Thread hchaojie
substitute(mapstr) File "C:\Python26\lib\string.py", line 205, in safe_substitute return self.pattern.sub(convert, self.template) UnicodeDecodeError: 'utf8' codec can't decode byte 0xb1 in position 12: unexpected code byt Thanks, hchaojie -- View this

[qooxdoo-devel] Can not generate project on my machine with China Locale

2010-03-08 Thread hchaojie
See attached screenshot, when I generate a project which created using create-application.py, It failed and the message is: 'utf8' codec can't decode byte 0xb1 in position 12: unexpected code byte My system is windows xp, and Locale is zh_CN I think there must be some encoding problem with the b