#author("2025-03-21T11:57:22+09:00","default:ait-survey","ait-survey") #author("2025-03-21T11:57:49+09:00","default:ait-survey","ait-survey") *Go [#s7edfcb0] **Creating desktop applications with the Fyne toolkit [#u3f3825e] [[Documentation:https://docs.fyne.io/]]~ [[sample:https://github.com/yoshiyama/Open3D/blob/go/Go/main_gui_tab.go]] using tab *python [#a12dbd14] //**確かにPyCharmのインタープリター設定を正しく構成することが大切です。インタープリター設定を正確に行うための詳細手順を説明します: [#j191ce57] +PyCharmを開き、「File」→「Settings」(またはCtrl+Alt+S)を選択~ +左側のメニューから「Project: [プロジェクト名]」→「Python Interpreter」を選択~ 右上の歯車アイコンをクリックし、「Add...」を選択~ 「Conda Environment」タブを選択~ 「Existing environment」を選択~ 「Interpreter」欄で「...」ボタンをクリックして、正確なパスを選択:~ +右上の歯車アイコンをクリックし、「Add...」を選択~ +「Conda Environment」タブを選択~ +「Existing environment」を選択~ +「Interpreter」欄で「...」ボタンをクリックして、正確なパスを選択:~ /home/survey/miniconda3/envs/Open3D/bin/python~ 「Make available to all projects」にチェックを入れると、他のプロジェクトでも同じ環境が使えます~ +「OK」をクリックして適用~