Skip to content

Commit fa7fd02

Browse files
committed
OBS Python Scriptingで利用できるPythonバージョンの調べ方
1 parent f08152f commit fa7fd02

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "OBS Python Scriptingで利用できるPythonバージョンの調べ方"
3+
date: 2025-11-03T09:26:32+09:00
4+
tags: ["obs", "python"]
5+
draft: false
6+
---
7+
8+
- [Which version of python works on Obs 30.2.3 ? | OBS Forums](https://obsproject.com/forum/threads/which-version-of-python-works-on-obs-30-2-3.181517/post-688250)
9+
10+
より。
11+
[shared/obs-scripting/obs-scripting-python-import.c](https://github.com/obsproject/obs-studio/blob/master/shared/obs-scripting/obs-scripting-python-import.c) を見れば良さそうです。
12+
この記事を書いている時点ではは 3.12 までのようですね。
13+
現在の最新安定版が 3.14 なのでちょっと注意する必要があります。

0 commit comments

Comments
 (0)