Go to Google Groups Home    wikidpad-devel
Re: WikidPad Errors

Michael Butscher <mbutsc...@gmx.de>

AlanJ wrote:
> In using WikidPad 2.0beta2 I had the following error when I was
> renameing wikis

> "There is no (write-)access to underlying wiki
> close anyway and loose possible changes?"

> I then got the error when closing the Wiki.  I tried hitting "NO" but
> could not figure out what to do next so I closed it out and it
> generated an error log

> Below is the log.  Hope it is something you can figure out an fix.

> Version: 'wikidPad 2.0beta02' Session start: 2009-04-23 08:50:15
> Traceback (most recent call last):
>   File "pwiki\WikiTreeCtrl.pyo", line 1161, in <lambda>
>   File "pwiki\PersonalWikiFrame.pyo", line 4051, in
> showWikiWordRenameDialog
>   File "pwiki\PersonalWikiFrame.pyo", line 4172, in
> showWikiWordRenameConfirmDialog
>   File "pwiki\PersonalWikiFrame.pyo", line 3520, in renameWikiWord
>   File "pwiki\wikidata\WikiDataManager.pyo", line 1193, in
> renameWikiWord
>   File "pwiki\wikidata\WikiDataManager.pyo", line 238, in __call__
>   File "pwiki\wikidata\original_sqlite\WikiData.pyo", line 421, in
> renameWord
> DbWriteAccessError: unable to open database file [14]

The traceback immediately before this one is also of interest.

> Traceback (most recent call last):
>   File "pwiki\PersonalWikiFrame.pyo", line 5218, in OnCloseButton
>   File "pwiki\PersonalWikiFrame.pyo", line 5244, in _prepareExitWiki
>   File "pwiki\PersonalWikiFrame.pyo", line 3164, in closeWiki
> LossyWikiCloseDeniedException

These are raised for technical reason when you cancel the closing of a
wiki with DB errors. (actually they should be caught silently but this
doesn't matter for your problem here).

Michael