Complete.Org: Mailing Lists: Archives: offlineimap: September 2009:
OfflineIMAP and OS X 10.6
Home

OfflineIMAP and OS X 10.6

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: OfflineIMAP and OS X 10.6
From: "T. Joseph Carter" <carter.tjoseph@xxxxxxxxx>
Date: Fri, 11 Sep 2009 03:54:56 -0700

Hi all,

Tis the season for us Mac users to discover all the new fun things 
that can happen when you start multithreading ... everything.  It 
turns out that OfflineIMAP manages to somehow cause an import from 
locale to happen indirectly in a thread other than the main one.  The 
result is a crash of Python.

The actual problem and best solution will be debated by others.  I 
contend that if Python itself is crashing, there's a bug in Python 
itself that needs addressing.  While this is explored and debated, a 
simple workaround exists.

The script that goes into bin contains:

        from offlineimap import init

Before that, add:

        from locale import *

Problem "solved" (until someone else solves it properly.)

Joseph

-- 
How many children in America are not taught how to read?
If they are blind, the answer is 90%--more than 52,000 children!
Find out how you can help: http://www.braille.org/




[Prev in Thread] Current Thread [Next in Thread]
  • OfflineIMAP and OS X 10.6, T. Joseph Carter <=