-
Notifications
You must be signed in to change notification settings - Fork 14
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
3.1 on mac osx #432
Comments
interesting, thank you for reporting. |
interestingly just got a very similar error messages when trying to work in a windows VM.
|
also, just noticed this
from here |
anyway, on Windows do activate the |
@mfrasca fault handler is enabled but makes not difference. ghini.desktop/bauble/__init__.py Lines 41 to 45 in 17c6eeb
could just have I had actually failed to copy one last line above (where you suspected I trimmed it):
or in bash
Which from what I can gather is an osx specific thing related to not being able to load a .dylib Python on osx also has a popup when it crashes were you can send a report to apple, I normally ignore it. Here is a copy: |
I can't find anything to contradict it. this is only 3 years ago and appears they removed the dependency on clutter in the end. Is this an option for ghini? Looking here there are a couple with no resolution that seem to confirm that clutter-gtk could be the cause. this and then this (could this one be of some help possibly?) |
Steps here: - ran remove_utf-8.py (included here) via find for all .py files. - ran pygi-convert.sh via find also - ran $ 2to3 -f all . > refact_2to3.txt (included here) to capture the diff of the changes to be made. - ran $ 2to3 -w -f all . and copied the messages to refact_2to3_messages.txt (included here)
I have been unable at this point to find a way to install ghini-3.1 on osx.
Expected behaviour.
should run ghini 3.1
Actual behaviour
ghini starts but fails when a new database is created and connected to at the 'the database you have connected is empty' window with this on the command line:
with this log.
bauble.log
Opinions and suggestions
I haven't got any further.
The text was updated successfully, but these errors were encountered: