From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27260 invoked by alias); 21 May 2009 17:02:05 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 26740 invoked by uid 22791); 21 May 2009 17:02:04 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_63,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4A158648.1080004@redhat.com> References: <41aa4e6c0905201017j68b44350s2141ef8af6895701@mail.gmail.com> <4A147E6B.6000708@redhat.com> <41aa4e6c0905210244n3dc5ed65m2f42a7c78658b778@mail.gmail.com> <4A158648.1080004@redhat.com> Date: Thu, 21 May 2009 17:02:00 -0000 Message-ID: <41aa4e6c0905211001x21a17ab7gebece0b238177061@mail.gmail.com> Subject: Re: Archer in Cygwin help From: Sreejith To: Phil Muldoon Cc: archer@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2009-q2/txt/msg00105.txt.bz2 2009/5/21 Phil Muldoon : > Sreejith wrote: >> >> 2009/5/21 Phil Muldoon : >> >>> >>> Sreejith wrote: >>> >> >> Thanks for your reply. I tried importing gdb.libstdcxx.v6.printers, >> but couldn't succeed. Please see the following log: >> >> >> (gdb) python import gdb.libstdcxx.v6.printers >> Traceback (most recent call last): >> =A0File "", line 1, in >> ImportError: No module named libstdcxx.v6.printers >> Error while executing Python code > > Hi > > Are you building this from source? If so which branch are you building? Or > did you install gdb from somewhere? I used a snapshot from git: http://sourceware.org/git/gitweb.cgi?p=3Darcher.git;a=3Dtree . But today I cloned archer.git and checked out archer-tromey-python branch. Now I am getting a different error. Please see the log below: $ ./gdb ../../a.exe GNU gdb (GDB) 6.8.50.20090106-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-cygwin". For bug reporting instructions, please see: ... (gdb) python import gdb.libstdcxx.v6.printers Traceback (most recent call last): File "", line 1, in File "/home/sreejith/archer/install/share/gdb/python/gdb/libstdcxx/v6/pri= nters .py", line 19, in import itertools ImportError: No module named itertools Error while executing Python code. (gdb) Please give your suggestions. Thanks, Sreejith