We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
現状の問題点の整理。waf 自体は python3 で動くことを確認済み。
maf を動かした場合、wscript の import maf でエラーが発生する。これは、 maf.py 内のバイトコードに null byte が存在することが原因らしい。他のモジュールを読み込む際に、 python3.2 までは動いたが 3.3 から動かなくなったという報告がある。
import maf
http://stackoverflow.com/questions/12988619/python-cturtle-module-not-loading
waf 本体にも null byte が含まれてることは確認済み。問題にならないのは、実行ファイルであって import の対象ではないから?
python3 の import が null byte を許さないのだとすると、現状のようにバイトコードを埋め込む方式を変えるしかないかも。
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: