After doing a clean install of Wikidpad, using the binaries, I get an error on startup saying that the gmodule-2.dll is missing. All attempts of reinstalling fail with the same message. Error message in the logs read.
Version: 'wikidPad 2.0beta12' Session start: 2010-02-01 09:58:35
Traceback (most recent call last):
File "WikidPad.py", line 1, in <module>
File "WikidPadStarter.pyo", line 53, in <module>
File "pwiki\MainApp.pyo", line 22, in <module>
File "pwiki\PersonalWikiFrame.pyo", line 59, in <module>
File "pwiki\SpellChecker.pyo", line 9, in <module>
File "pwiki\EnchantDriver.pyo", line 227, in <module>
File "ctypes\__init__.pyo", line 431, in LoadLibrary
File "ctypes\__init__.pyo", line 353, in __init__
WindowsError: [Error 126] The specified module could not be found
No addons are installed.
Tried removing all the registry keys, in addition to removing all the files.
Bug occurs when you do both a full install and custom install.
Using Windows XP Pro with SP3
Installing the spell checking addon fixes the problem.
Bug: Wikidpad requires the spell checking addon, which is not included with the installer.
This may indicate that there is a damaged Enchant installation somewhere in your system (namely a file "enchant.dll" or "libenchant.dll", probably in a directory mentioned by your "PATH" environment variable). Enchant is the underlying library for the spell checker component and may be installed and used by other software, too.
Anyway, next version will no longer complain about this (with or without spell checker addon).