Issue1715

classification
Title: Problems with character encodings with Django on Jython
Type: behaviour Severity: major
Components: Library Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: juneau001 Nosy List: davidescobar, fwierzbicki, juneau001
Priority: normal Keywords:

Created on 2011-03-10.01:48:18 by davidescobar, last changed 2013-02-26.17:49:55 by fwierzbicki.

Messages
msg6429 (view) Author: (davidescobar) Date: 2011-03-10.01:48:18
I'm running Django 1.2.5 on Jython 2.5.2 on Windows 7 (also tried it on XP with the same results). I'm running into several problems with the Django development server:

1. The output shows formatting codes incorrectly at the beginning of each line in the server output. I was able to work around this by setting the DJANGO_COLORS environment variable to "nocolor", but I don't have to do this when running on CPython.

2. The server can't be stopped with Ctrl-C (or even Ctrl-Z, Ctrl-D), etc. Pressing Ctrl-Break prints out a very long stack trace, but still doesn't stop the server. The only way to stop it is to close the terminal window itself.

3. When entering the admin super user, I'm able to enter the user name and email address, but the prompt just hangs on the password (pressing <ENTER> does not work. So the super user cannot be set.
msg6447 (view) Author: Juneau001 (juneau001) Date: 2011-03-21.19:08:18
Note:  This issue has also been logged with Django-Jython - Issue #58.

I will investigate the history of this issue and try to work through it to find the underlying cause.
msg7793 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-26.17:49:55
Follow #1313 for this one, closing as dup.
History
Date User Action Args
2013-02-26 17:49:55fwierzbickisetstatus: open -> closed
resolution: duplicate
messages: + msg7793
nosy: + fwierzbicki
2011-03-21 19:08:19juneau001setpriority: normal
assignee: juneau001
messages: + msg6447
nosy: + juneau001
2011-03-10 01:48:18davidescobarcreate