-
Notifications
You must be signed in to change notification settings - Fork 111
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
Cannot install RedNotebook on Mac #607
Comments
I also don't know more about this, sorry. I recommend creating a |
@jendrikseipp I managed to bundle rednotebook for mac os x using pyinstaller. The result is an rednotebook.app that can be copied to the application folder. There is still an issue with keyboard shortcuts, that I am not sure how to resolve. Installation and bundling got much simpler (and more sustainable) than my previous solution! Read about it here: https://blog.jarrousse.org/2022/10/19/packaging-rednotebook-for-mac-os-x-with-pyinstaller I am thinking about creating a pull request, to add the configuration if you are open to reviewing it. |
I am still facing an issue with keyboard shortcuts mapping. I don't know how to address that issue. I've created a stackoverflow and a apple stackexchange questions about it: |
You could also have a look at how similar GTK 3 tools do this on MacOS, such as Gaphor or Gramps. |
I made some progress on building a DMG for RedNotebook automatically in a feature branch: #647 The .app and .dmg files are uploaded as artifacts here: https://github.com/jendrikseipp/rednotebook/actions/workflows/macos.yml (select the newest workflow run, to see/test them). There are two main problems currently:
Any help/tips appreciated :-) |
RedNotebook stopped working on my MacOS last week. I will take some time to revisit the issue... |
Mac OS Mojave. Python 3.7.4. Python versions managed with pyenv.
I tried to follow all installations steps at:
and keep getting the same error
The relevant library for this missing package seems to be:
pygobject3
. I did install it successfully withbrew install pygobject3
. Also triedbrew install pygobject3 --with-python@3
.brew list
showspygobject3
as installed. Also when usingpip3 list
the packagePyGObject 3.42.0
is installed.Tried fresh reinstall multiple times, the same error keeps coming up. Looked up this question on StackOverflow as relevant to the issue (someone in the comment also mentions rednotebook). This did not help. https://stackoverflow.com/questions/18119618/importerror-no-module-named-gi-repository-mac-os-x/33192698?noredirect=1#comment123969775_33192698
Please, seeking instructions on how to install this on mac successfully. It's a great piece of software but don't know how to get around this issue.
The text was updated successfully, but these errors were encountered: