Complete.Org: Mailing Lists: Archives: offlineimap: May 2008:
Re: backup and synchronize to fastmail
Home

Re: backup and synchronize to fastmail

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Alejandro Jakubi" <jakubi@xxxxxxxxx>
Cc: "John Goerzen" <jgoerzen@xxxxxxxxxxxx>, offlineimap@xxxxxxxxxxxx, "Vincent Beffara" <vbeffara+ml@xxxxxxxxx>
Subject: Re: backup and synchronize to fastmail
From: "Jean-Yves Avenard" <jyavenard@xxxxxxxxx>
Date: Sun, 18 May 2008 16:03:52 +1000

Hi

2008/5/18 Alejandro Jakubi <jakubi@xxxxxxxxx>:
> So, I misunderstood the whole issue. I have not read in the manual that
> offlineimap is a script (or a set off) and I did not know that the python
> language executes scripts. Additionally, I have seen a Makefile in the source
> of offlineimap 4.0.16, kind of "confirming" that a compilation is required.

Python can be somehow pre-compiled into its own bytecode making the
run slightly faster.

offlineimap, like many python packages does provide an installer so
you can use the offlineimap component in your own program with
something like:
import offlineimap.

So if you want to run offlineimap a more traditional way, you do
pythong setup.py install

Jean-Yves



[Prev in Thread] Current Thread [Next in Thread]