【问题标题】:Django new syncdb superuser crash in pycharmpycharm中的Django新syncdb超级用户崩溃
【发布时间】:2012-08-04 17:59:11
【问题描述】:

我在 Django 中创建新数据库时遇到问题:

bash -cl "/Library/Frameworks/Python.framework/Versions/2.7/bin/python /Applications/PyCharm.app/helpers/pycharm/django_manage.py syncdb /Users/hollywoord/PycharmProjects/Gizeh"
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table Raketa_poll
Creating table Raketa_choice

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Traceback (most recent call last):
  File "/Applications/PyCharm.app/helpers/pycharm/django_manage.py", line 20, in <module>
    run_module(manage_file, None, '__main__', True)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 176, in run_module
    fname, loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 82, in _run_module_code
    mod_name, mod_fname, mod_loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/Users/hollywoord/PycharmProjects/Gizeh/manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
    utility.execute()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
    output = self.handle(*args, **options)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/base.py", line 371, in handle
    return self.handle_noargs(**options)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 110, in handle_noargs
    emit_post_sync_signal(created_models, verbosity, interactive, db)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/sql.py", line 189, in emit_post_sync_signal
    interactive=interactive, db=db)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 172, in send
    response = receiver(signal=self, sender=sender, **named)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py", line 73, in create_superuser
    call_command("createsuperuser", interactive=True, database=db)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/__init__.py", line 150, in call_command
    return klass.execute(*args, **defaults)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
    output = self.handle(*args, **options)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/contrib/auth/management/commands/createsuperuser.py", line 70, in handle
    default_username = get_default_username()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py", line 105, in get_default_username
    default_username = get_system_username()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py", line 85, in get_system_username
    return getpass.getuser().decode(locale.getdefaultlocale()[1])
TypeError: decode() argument 1 must be string, not None

Process finished with exit code 1

我在那里读了很多消息,人们说它与语言环境有问题,但我检查了我的语言环境并且没问题:en_US.UTF-8

还能是什么?

Mac OS 10.8、Python 2.7.3、Django 1.4.1

谢谢

【问题讨论】:

  • 如果您转到正确的文件夹并手动运行该命令而不是在 Pycharm 中运行该命令会发生什么?
  • 我很确定这是 jetbrains 尚未修复的已知问题。我只是在终端中同步db,而不是在pycharm中。此外,它适用于 python 2.6,它只有 2.7 崩溃。
  • 在控制台中搞定了,结果!但是管理界面没有在127.0.0.1:8000/admin 上运行,好像是在做别的事情?异常类型:DatabaseError 异常值:没有这样的表:django_session
  • 从终端 - 没有 pycharm - 我遇到了同样的问题。定义特征似乎是在询问用户名之前它失败了 - Burhan Khalid 的回答很准确:我设置了默认语言环境并且它消失了。

标签: python django pycharm django-syncdb syncdb


【解决方案1】:

这是 django 的已知错误 #16017,这是因为您的环境没有默认语言环境。

在您的环境中执行此操作:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

然后该命令将正常工作。

【讨论】:

  • 不,我认为不是。
     上次登录时间: 8 月 4 日星期六 23:22:42 on ttys000 r3y-air:~ hollywood$ locale LANG="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_CTYPE="en_US.UTF-8 " LC_MESSAGES="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_ALL= 
  • PyCharm执行的环境和你的shell不一样。检查 PyCharm shell 的默认参数。
  • 在从 PyCharm 或其他 GUI 应用程序运行时,Mountain Lion 终端变量不可用,因此可能仍然是这种情况:apple.stackexchange.com/q/57385/17551。不确定通过 bash 运行 Python 是否可以解决它,但您可以尝试从 PyCharm 中运行的脚本打印这些环境变量以进行验证。
  • 我将这两行添加到我的 .bashrc 文件中,重新启动 PyCharm,它工作正常(我是 OS X Mountain Lion 10.8.2)。
猜你喜欢
  • 1970-01-01
  • 2015-02-17
  • 2012-12-06
  • 2011-06-15
  • 2013-03-20
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-10-13
相关资源
最近更新 更多