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

Python3で動かない #47

Open
beam2d opened this issue Jan 31, 2014 · 1 comment
Open

Python3で動かない #47

beam2d opened this issue Jan 31, 2014 · 1 comment

Comments

@beam2d
Copy link
Member

beam2d commented Jan 31, 2014

No description provided.

@hiroshinoji
Copy link
Contributor

現状の問題点の整理。waf 自体は python3 で動くことを確認済み。

maf を動かした場合、wscript の import maf でエラーが発生する。これは、 maf.py 内のバイトコードに null byte が存在することが原因らしい。他のモジュールを読み込む際に、 python3.2 までは動いたが 3.3 から動かなくなったという報告がある。

http://stackoverflow.com/questions/12988619/python-cturtle-module-not-loading

waf 本体にも null byte が含まれてることは確認済み。問題にならないのは、実行ファイルであって import の対象ではないから?

python3 の import が null byte を許さないのだとすると、現状のようにバイトコードを埋め込む方式を変えるしかないかも。

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

No branches or pull requests

2 participants