ComradOrg / Comrad

A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
https://comrad.app
Other
196 stars 6 forks source link

Any other issues with mac installer? #38

Open marxzuckerburg opened 3 years ago

marxzuckerburg commented 3 years ago

@hawc2 pointed out Komrade.app wasn't appearing in the Applications folder after using the mac installer, but I think I just fixed it. Any other issues with mac installer? If not, I'll close this in a few days.

hawc2 commented 3 years ago

That worked, but now I get this error when I try to open the app

[2020-09-29 08:32:07,543] [MainThread ] [Factory ] 185 symbols loaded [INFO ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored) [2020-09-29 08:32:07,576] [MainThread ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored) [CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes pygame - ModuleNotFoundError: No module named 'pygame' File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib fromlist=[modulename], level=0) File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in import pygame [2020-09-29 08:32:07,690] [MainThread ] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes pygame - ModuleNotFoundError: No module named 'pygame' File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib fromlist=[modulename], level=0) File "/Users/hawc/komrade/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in import pygame [2020-09-29 08:32:07,709] [MainThread ] STREAM b'IHDR' 16 13 [2020-09-29 08:32:07,709] [MainThread ] STREAM b'IDAT' 41 1216 [INFO ] [Text ] Provider: pil(['text_pygame'] ignored) [2020-09-29 08:32:07,710] [MainThread ] [Text ] Provider: pil(['text_pygame'] ignored) [CRITICAL] [App ] Unable to get a Window, abort. [2020-09-29 08:32:07,713] [MainThread ] [App ] Unable to get a Window, abort.

marxzuckerburg commented 3 years ago

I think this might happen if you had something in "~/komrade" before it installed? Could you try deleting the "komrade" folder and then reinstalling?

hawc2 commented 3 years ago

So I'm able to install it and open the application, but when it runs for the first time, I get an error with pygame, beginning around the lines below:

[INFO ] [KivyMD ] v0.104.1 [2020-10-11 21:16:44,090] [MainThread ] [KivyMD ] v0.104.1 [INFO ] [Factory ] 185 symbols loaded [2020-10-11 21:16:44,092] [MainThread ] [Factory ] 185 symbols loaded [INFO ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored) [2020-10-11 21:16:45,334] [MainThread ] [Image ] Providers: img_tex, img_imageio, img_dds, img_pil (img_pygame, img_ffpyplayer, img_gif ignored) [CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes pygame - ModuleNotFoundError: No module named 'pygame' File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib fromlist=[modulename], level=0) File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in import pygame [2020-10-11 21:16:46,029] [MainThread ] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes pygame - ModuleNotFoundError: No module named 'pygame' File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/init.py", line 62, in core_select_lib fromlist=[modulename], level=0) File "/Users/hawc/comrad/code/venv/lib/python3.7/site-packages/kivy/core/window/window_pygame.py", line 13, in import pygame [2020-10-11 21:16:46,357] [MainThread ] STREAM b'IHDR' 16 13 [2020-10-11 21:16:46,358] [MainThread ] STREAM b'IDAT' 41 1216 [INFO ] [Text ] Provider: pil(['text_pygame'] ignored) [2020-10-11 21:16:46,358] [MainThread ] [Text ] Provider: pil(['text_pygame'] ignored) [CRITICAL] [App ] Unable to get a Window, abort. [2020-10-11 21:16:46,360] [MainThread ] [App ] Unable to get a Window, abort.