Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Import error

オープン
#84 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
desktop

調査の方向性

Reproduce the failure with Python 3.12 and inspect the reported site-package files remi/gui.py and HTMLParser.py, including their dependency on markupbase. Determine the compatibility issue behind the missing module and HTMLParser.unescape error. Done means importing FreeSimpleGUIWeb completes without these traceback errors.

索引モデルが issue の本文から書いたものです。

説明

See below.
‐----------------
python
Python 3.12.11 (main, Aug 26 2025, 14:03:05) [Clang 19.0.1 (https://android.googlesource.com/toolchain/llvm-project 97a699bf4 on linux
Type "help", "copyright", "credits" or "license" for more information.

import FreeSimpleGUIWeb
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/remi/gui.py", line 32, in
from HTMLParser import HTMLParser
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/HTMLParser.py", line 11, in
import markupbase
ModuleNotFoundError: No module named 'markupbase'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 1, in
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/FreeSimpleGUIWeb/init.py", line 15, in
import remi
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/remi/init.py", line 1, in
from .gui import Widget, Button, TextInput,
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/remi/gui.py", line 40, in
unescape = h.unescape
^^^^^^^^^^
AttributeError: 'HTMLParser' object has no attribute 'unescape'

I tried using pip to install markupbase, but it was not found.

主要言語
Python
スター
867
フォーク
106
平均マージ
1分
マージ済み PR(30日)
2

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

spyoungtech/FreeSimpleGUI のほかの issue

spyoungtech/FreeSimpleGUI の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。