From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: Running xl. Date: Tue, 22 Apr 2014 11:39:33 +0200 Message-ID: <535638D5.8090401@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Decoy Mandel , xen-devel@lists.xensource.com, xen-arm@lists.xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 22/04/14 07:27, Decoy Mandel wrote: > Hello, > > I am trying to understand how xl tool works. I had a query and it would > be very kind if someone can clear it. I want to know if there is any > runtime dependency on python for running xl. Hello, libxl and xl are fully written in C, so from a strict point of view, there's no dependency on python at all. xl however can make use of external tools, like pygrub, which is written in Python. Roger.