Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYTHONIOENCODING="ascii" 였던 이슈가 있었어요... 왜지?! #35

Open
minhoryang opened this issue Mar 23, 2016 · 1 comment
Open

Comments

@minhoryang
Copy link
Member

안그랬었는데... OSX업뎃이후로...뭔가 이상해진건가.
픽스는 했습니다만.
이유를 모르겠네요....

조금 더 알아보도록 하죠

Expected: utf-8을 포함한 파이선3코드를 celery가 실행하는데 문제가 없음.
Observed: utf-8을 포함한 파이선3코드를 celery가 실행하는데 문제가 생김.

  • input("안녕하세요")
    • UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128)
@minhoryang
Copy link
Member Author

PYTHONIOENCODING가

  1. ubuntu에서는 문제가 안되고, osx에서는 문제가 되는지
  2. 사실 과거에 osx에서도 잘 됬는데 왜 갑자기 이런지
  3. pexpect에서도 비슷한 문제를 발견

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant