Hi,
I had wikidpad running quite successfully under Mint LMDE 3 Cindy for a while and found wikidpad to be a great tool.
Few days ago I ugraded my system to Mint LMDE 4 Debbie and can't use wikidpad since. From what I have found out so far it seems that wikidpad absoluetly wants wxgtk2.8, which is no longer available and has been replaced by wxgtk3.0 in the packet sources. Unfortunately, wikidpad does not run in that combination.
Is there a way that allows a normal user of the software to get a running wikidpad again, without needing additional Python knowledge or the need to study the source codes and trying to fix it myself?
I think wikidpad is a great tool and I would really love to use it, It also runs great under Windows, never had problems there. I had it almost instantly running under LMDE 3. But under LMDE 4, as it is, I am out of my wisdom and I spent already a couple of hours on that issue without much success.
Current situation:
- I have Py2 and Py3 installed,
- for Py2 I have wxgtk3.0 available
- for Py3 wx seems not installed at all
$ ./wikidpad
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_boxed_type_register_static: assertion 'g_type_from_name (name) == 0' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_set_qdata: assertion 'node != NULL' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type 'GtkWidget'
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: cannot register existing type 'GtkBuildable'
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_once_init_leave: assertion 'result != 0' failed
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_register_static: assertion 'parent_type > 0' failed
from gtk import _gtk
*