Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osx support #42

Open
Stitchpony100 opened this issue Feb 20, 2023 · 1 comment
Open

osx support #42

Stitchpony100 opened this issue Feb 20, 2023 · 1 comment

Comments

@Stitchpony100
Copy link

Ive been trying to install this for a while, and when I looked through the issues, someone else had the same problem as me in 2020. Has there been any progress with this? Here's the code:

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 165, in script
init -20 python in awc_globals:
File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 182, in
owm = OWM(store.persistent._awc_API_key)
ImportError: No module named _osx_support

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 165, in script
init -20 python in awc_globals:
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 182, in
owm = OWM(store.persistent._awc_API_key)
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/game/python-packages/pyowm-2.8.0-py2.7.egg/pyowm/init.py", line 49, in OWM
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/game/python-packages/pyowm-2.8.0-py2.7.egg/pyowm/webapi25/configuration25.py", line 2, in
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/game/python-packages/pyowm-2.8.0-py2.7.egg/pyowm/webapi25/cityidregistry.py", line 4, in
File "/Users/katerson/Desktop/MAS.app/Contents/Resources/autorun/renpy/loader.py", line 711, in load_module
exec code in mod.dict
File "python-packages/pkg_resources/init.py", line 995, in
File "python-packages/pkg_resources/init.py", line 998, in Environment
File "python-packages/pkg_resources/init.py", line 284, in get_supported_platform
File "python-packages/pkg_resources/init.py", line 480, in get_build_platform
File "python-packages/distutils/util.py", line 100, in get_platform
ImportError: No module named _osx_support

Darwin-21.6.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Monika After Story 0.12.14
[/code]

@multimokia
Copy link
Owner

Hi, this will be sorted out in the rework for this submod. Unfortunately i've been extremely busy and haven't had the time to delegate to MAS nor my Submods for the time being

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants