Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[7221] Python 3.6で変更点? / たけし
[Bug report] Response
Python3.4では正常にモジュールが読み込めていたのに、同じpyファイルがPython3.6.1では以下のようなエラーが出ます。

Failed to execute a script in line 82, _path_stat, '<frozen importlib._bootstrap_external>'.
Attribute not found.
module 'version' has no attribute 'check'

サンプルのモジュールファイルversion.pyはこちらです。

def check():
    print(sys.version)

サンプルのファイルtest.pyはこちらです。

import version

version.check()

おそらくPython自体のバージョンアップで変更があったのではないでしょうか?
2017-09-06 15:31

Show the middle 5 messages.

[7228] Re: Python 3.6で変更点? / たけし
>パス自体を変更する方法は用意していませんが、

では、Python3.4からパスはノータッチなんですか?
じゃあいずれ最新版のPythonで改善されたら、対応お願いいたします。
2017-09-07 19:10
Title
Name
Mail address for renponse notification A mail will be sent when the response is written. This address will be not shown after you post.
Tag Please select from a preset or input arbitrary comma-delimited tags.
Message

Now file attachment is not available temporarily.