[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] convert rdiff-backup code to c++
From: |
Matthew Flaschen |
Subject: |
Re: [rdiff-backup-users] convert rdiff-backup code to c++ |
Date: |
Mon, 13 Apr 2009 16:14:40 -0400 |
User-agent: |
Thunderbird 2.0.0.21 (X11/20090318) |
Jakob Unterwurzacher wrote:
> Hi!
>
> Madan Kumar schrieb:
>> Hi all,
>>
>> I have downloaded the code of rdiff-backup. This code is written in
>> python language.
>> I want to compile this code but I dont know Python. Please guide me that
>> how can I compile it and what should I need for that.
>
> Python is an interpreted language. You can't compile it and you don't
> need to.
Well, it depends what you mean. Python can be compiled to
platform-independent bytecode (.pyc) or to optimized .yo bytecode files
(I believe these are also platform-independent).
But I agree this probably isn't what the OP meant.
Matt Flaschen