I cannot run new version of Renpy SDK on Mac Big Sur

dirheim

Member
Aug 15, 2018
193
85
Im having trouble playing some new version of VN since it seems that the Mac versions are not longer working properly, so I've tried installing the last SDK, but even after moving it to the Applications folder and granting it +777 permissions with sudo chmod, it doesn't run, it just opens for a second in the tray bar and then closes without notice. Any suggestion?

I'm getting the following error when running the renpy script inside the app:

Code:
MacBook-Pro-2018:~ vicente$ /Applications/renpy-7.4.4-sdk/renpy.app/Contents/MacOS/renpy ; exit;
Could not import renpy.bootstrap. Please ensure you decompressed Ren'Py
correctly, preserving the directory structure.
Traceback (most recent call last):
  File "/Applications/renpy-7.4.4-sdk/renpy.app/Contents/MacOS/../../../renpy.py", line 198, in <module>
    main()
  File "/Applications/renpy-7.4.4-sdk/renpy.app/Contents/MacOS/../../../renpy.py", line 188, in main
    import renpy.bootstrap
ImportError: No module named bootstrap
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
 
Last edited:
  • Like
Reactions: tossler