[issue24023] Django tutorial 2 not able to create a superuser on Windows 7

2015-04-22 Thread R. David Murray

R. David Murray added the comment:

This is a duplicate of issue 23995.

--
nosy: +r.david.murray
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> msvcrt could not be imported

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24023] Django tutorial 2 not able to create a superuser on Windows 7

2015-04-22 Thread Johan Pretorius

New submission from Johan Pretorius:

When running the $python manage.py createsuperuser command the following is 
returned:
C:\Users\johanP\mysite>python manage.py cre
Username (leave blank to use 'johanp'):
Email address: jar...@gmail.com
Traceback (most recent call last):
  File "manage.py", line 10, in 
execute_from_command_line(sys.argv)
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
nit__.py", line 338, in execute_from_command_line
utility.execute()
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
nit__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
e.py", line 390, in run_from_argv
self.execute(*args, **cmd_options)
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
ment\commands\createsuperuser.py", line 50, in execute
return super(Command, self).execute(*args, **options)
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
e.py", line 441, in execute
output = self.handle(*args, **options)
  File "C:\Program Files\Python 3.5\lib\site-packages\djan
ment\commands\createsuperuser.py", line 124, in handle
password = getpass.getpass()
  File "C:\Program Files\Python 3.5\lib\getpass.py", line
msvcrt.putwch(c)
AttributeError: module 'msvcrt' has no attribute 'putwch'

The command picks up my AD credentials and doesn't request a password. I can 
create a super user in python using the following 
link:https://docs.djangoproject.com/en/1.8/topics/auth/default/
But the admin site won't start using this method.
I'm running Python 3.5, Django 1.8 on Windows 7 Professional.

--
components: Demos and Tools
messages: 241787
nosy: JohanPretorius
priority: normal
severity: normal
status: open
title: Django tutorial 2 not able to create a superuser on Windows 7
type: compile error
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com