Metasequoia BBS
|
New message
|
Normal
|
Tree
|
Status
Unspecified
Done
Partially done
Doing
Not necessary
Tag
Announce
Bug report
Question
Request
Talk
Ver4 Beta
Keyword
[8059]
PythonスクリプトのMQSettingクラス
/
fu
[Question]
Response
Pythonスクリプトで、設定値を保存したく、MQSettingクラスを利用しようと思っているのですが、現状 name 'MQSetting' is not defined となってしまいます。
s = MQSetting.load("foo", "bar")
書き方はこんな感じです。
よろしくお願いします。
2019-02-19 15:04
[8060]
Re: PythonスクリプトのMQSettingクラス
/
Administrator
Response
次のような感じで呼び出してください。
s = MQSystem.openSetting("hogehoge")
s.save("value",123)
print("value:" + s.load("value"))
save()で格納した値は最終的にMetaseq.setting.xmlに出力され、次回起動時にも適用されます。
2019-02-19 15:51
[8061]
Re: PythonスクリプトのMQSettingクラス
/
fu
Response
ありがとうございます。
できれば、ヘルプファイルの方へも反映していただけると助かります。
2019-02-19 16:00
Show the middle 2 messages.
[8062]
Re: PythonスクリプトのMQSettingクラス
/
fu
Response
すみません。
今理解したのですが、基本的にメソッドがクラスメソッドになっているのは、MQSystemのメンバだけなんですね。
2019-02-20 17:22
Title
Title is not input.
Name
Name is not input
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.
At least one tag is necessary.
Announce
Bug report
Question
Request
Talk
Ver4 Beta
Message
Message is not input
>次のような感じで呼び出してください。 >s = MQSystem.openSetting("hogehoge") >s.save("value",123) >print("value:" + s.load("value")) > >save()で格納した値は最終的にMetaseq.setting.xmlに出力され、次回起動時にも適用されます。
Now file attachment is not available temporarily.