Skip to content

ran pip3 install easygui, but am still getting "No module named 'easygui'" error #3

@ahcheing

Description

@ahcheing

Hello. I installed obs with flatpak on debian 11. I have copy pasted the obs_rename_recording.py script and added it to obs via tools > scripts. However, I immeditly get the following error in the script log:

[obs_rename_recording.py] Traceback (most recent call last):
[obs_rename_recording.py]   File "/path/to/obs_rename_recording.py", line 1, in <module>
[obs_rename_recording.py]     import easygui
[obs_rename_recording.py] ModuleNotFoundError: No module named 'easygui'

But, as mentioned in the title, easygui is installed and obs should be able to import it. I can call the module from a script via the command line but obs cant find it. I dont seem to be the only one having this issue either https://www.reddit.com/r/obs/comments/w2n3xh/obs_flatpak_and_python_scripts/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions