[python] mechanize で control ‘xxxxxxx’ is readonly というメッセージ

hidden の項目に値を入れるようとすると、

のエラーになる。

hidden の項目に値を入れるには

  • ある項目のreadonly を False にするか
  • set_all_readonly(False) で全ての項目の readonly を外す

参考
http://wwwsearch.sourceforge.net/mechanize/faq.html







コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.