Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18561

Re: Unable to install xmldiff package on WIndows7

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!rt.uk.eu.org!news-transit.tcx.org.uk!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'failing': 0.09; 'from:addr:python': 0.09; 'rename': 0.09; 'found"': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'reply- to:addr:python-list': 0.16; 'subject:install': 0.16; 'subject:package': 0.16; 'wrote:': 0.18; 'seems': 0.20; 'trying': 0.21; 'assume': 0.22; 'header:In-Reply-To:1': 0.22; 'gcc': 0.23; 'priority': 0.23; 'command': 0.24; 'writes:': 0.25; 'expect': 0.26; 'second': 0.29; 'error': 0.29; 'again?': 0.30; 'installed': 0.31; 'does': 0.32; 'error.': 0.32; 'header:User-Agent:1': 0.33; 'instead': 0.33; 'to:addr:python-list': 0.34; 'received:84': 0.34; 'reply-to:addr:python.org': 0.34; 'something': 0.35; 'especially': 0.35; 'file': 0.36; 'passed': 0.37; 'some': 0.38; 'either': 0.39; "couldn't": 0.39; 'files': 0.39; 'help': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'your': 0.61; 'john': 0.62; 'here': 0.65; 'high': 0.67; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'spaces': 0.73
X-CM-Score 0.00
X-CNFS-Analysis v=2.0 cv=A/buztqG c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=9jsOeB20M3cA:10 a=Jn9TrQGFZvoA:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=2eVtDAiJAAAA:8 a=pGLkceISAAAA:8 a=UMzgJZFyzRekiJiPyG4A:9 a=wPNLvfGTeEIA:10 a=MSl-tDqOz04A:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117
X-AUTH mrabarnett:2500
Date Thu, 05 Jan 2012 20:11:39 +0000
From MRAB <python@mrabarnett.plus.com>
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Unable to install xmldiff package on WIndows7
References <b0668333-72b0-43c5-b8fb-200da9e106f1@h37g2000pri.googlegroups.com> <ede7debc-b122-42a0-bcc9-04797b4ac115@q7g2000yqn.googlegroups.com> <je4u0d$rl6$1@reader1.panix.com>
In-Reply-To <je4u0d$rl6$1@reader1.panix.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4460.1325794282.27778.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1325794282 news.xs4all.nl 6866 [2001:888:2000:d::a6]:49577
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18561

Show key headers only | View raw


On 05/01/2012 19:34, John Gordon wrote:
> In<ede7debc-b122-42a0-bcc9-04797b4ac115@q7g2000yqn.googlegroups.com>  hisan<santosh.ssit@gmail.com>  writes:
>
>>  Can some one help me out here Its High Priority
>
> GCC is failing with a "No such file or directory" error.
>
> I assume this means either that gcc is not installed on your computer,
> or that it couldn't find one of the files you passed on the command line.
>
> The first case seems less likely, as I would expect a "Command not found"
> error instead of "No such file or directory".
>
> The second case seems more likely, especially since one of the directories
> GCC is trying to use contains embedded spaces in the name:
>
>    -ID:\Python26\PC - c extensions/maplookup.c
>
> Can you rename that directory to something that does not contain spaces
> and try it again?
>
Alternatively, enclose it in quotes.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Unable to install xmldiff package on WIndows7 hisan <santosh.ssit@gmail.com> - 2012-01-03 11:47 -0800
  Re: Unable to install xmldiff package on WIndows7 hisan <santosh.ssit@gmail.com> - 2012-01-05 10:03 -0800
    Re: Unable to install xmldiff package on WIndows7 Rod Person <rodperson@rodperson.com> - 2012-01-05 13:10 -0500
    Re: Unable to install xmldiff package on WIndows7 John Gordon <gordon@panix.com> - 2012-01-05 19:34 +0000
      Re: Unable to install xmldiff package on WIndows7 MRAB <python@mrabarnett.plus.com> - 2012-01-05 20:11 +0000
  Re: Unable to install xmldiff package on WIndows7 gwang <wang93117@gmail.com> - 2012-03-02 18:45 -0800

csiph-web