Hi,

I've been using MoinMoin to store my personal information to great
effect, and I'd like to put it on an encrypted drive (TrueCrypt) so I
can perform backups or have my laptop stolen without worrying about my
privacy.

However, I've found that on my Mac, the Wiki data HAS to be stored on
the internal harddisk on my laptop. Storing the wiki/ library on
Virtual drives (as in TrueCrypt) or external harddisks work fine for
reading the Wiki, but when I try to commit changes to a page, I get
the error "ValueError, Empty Module name". I've pasted the error
message below.

I have no idea what is going on here, and I'd really be thankful for
any help anyone could give me.

Cheers
Bjarke H. Roune




ValueError

Empty module name

If you want to report a bug, please save this page and attach it to
your bug report.

    * Show debugging information
    * Report bug
    * Visit MoinMoin wiki

Traceback

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

   1.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/request/__init__.py
in run (self=<MoinMoin.request.request_standalone.Request object at
0x768fd0>)
   2.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/action/edit.py in
execute (pagename=u'Test',
request=<MoinMoin.request.request_standalone.Request object at
0x768fd0>)
   3.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/PageEditor.py in
saveText (self=<MoinMoin.PageEditor.PageEditor object at 0x7434b0>,
newtext=u'Describe Test here.\n', rev=0, **kw={'comment': u'',
'trivial': 0})
   4.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/events/__init__.py
in send_event (event=<MoinMoin.events.PagePreSaveEvent object at
0x743430>)
   5.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/config/multiconfig.py
in getter (self=<wikiconfig.LocalConfig object at 0x5de4d0>)
   6.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/events/__init__.py
in get_handlers (cfg=<wikiconfig.LocalConfig object at 0x5de4d0>)
   7.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/wikiutil.py in
importPlugin (cfg=<wikiconfig.LocalConfig object at 0x5de4d0>,
kind='events', name='.___init__', function='handle')
   8.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/wikiutil.py in
importWikiPlugin (cfg=<wikiconfig.LocalConfig object at 0x5de4d0>,
kind='events', name='.___init__', function='handle')
   9.

      /Users/bjarke/Downloads/moin-1.7.0/MoinMoin/wikiutil.py in
importNameFromPlugin
(moduleName='wikiconfig.plugin.events..___init__', name='handle')

ValueError

Empty module name

    * args = ('Empty module name',)
    * message = 'Empty module name'

System Details

    * Date: Mon, 25 Aug 2008 14:43:26 +0000
    * Platform: Darwin BHR-MacAir.local 9.4.0 Darwin Kernel Version
9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
i386
    * Python: Python 2.5.1
(/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python)
    * MoinMoin: Release 1.7.0 (release)

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to