A possible workaround you may want to try (no idea if this will work
as I haven't tested it myself, but I see no reason why it shouldn't)--

Since you're already concerned about security, you should be taking
advantage of Apple's FileVault technology.  Why not move the Moin data
directory to your personal folder so that it's also encrypted?  Then
you can do ad-hoc backups onto your flash drive, or let Time Machine
back up for you.  :-)

http://www.apple.com/sg/macosx/features/filevault/
http://en.wikipedia.org/wiki/FileVault

side note:
After reading the 'criticisms' section of the Wikipedia article above,
I was amused and amazed that that data can be potentially recovered
from the RAM of a computer if it's still warm immediately after
shutdown.  I assume this works much like how you could see a ghost
image on an old CRT monitor or TV for a few minutes after it's powered
off.  However, assuming that you just the usual collection of data
that you want to safeguard, and not military-grade secrets that can
topple governments, I suspect you'll be pretty safe and well protected
with FileVault.


-Rick


On Mon, Aug 25, 2008 at 9:54 AM, Bjarke Roune <[EMAIL PROTECTED]> wrote:
> 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
>

-------------------------------------------------------------------------
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