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 _______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
