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


Groups > comp.lang.python > #18555

Re: Unable to install xmldiff package on WIndows7

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rodperson@rodperson.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'rod': 0.07; 'url:gnu': 0.07; 'exceptions': 0.09; 'thrown': 0.09; 'error:': 0.10; "'gcc'": 0.16; '-wall': 0.16; 'install"': 0.16; 'subject:install': 0.16; 'subject:package': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'file)': 0.18; 'jan': 0.19; 'cc:no real name:2**0': 0.20; 'trying': 0.21; 'downloaded': 0.21; 'extension': 0.21; '(or': 0.22; 'header:In-Reply-To:1': 0.22; 'gcc': 0.23; 'priority': 0.23; 'cc:2**0': 0.24; 'command': 0.24; 'windows': 0.26; 'tried': 0.27; 'bit': 0.28; 'compile': 0.29; 'installing': 0.29; "skip:' 10": 0.29; 'cc:addr:python.org': 0.29; 'version': 0.32; 'thu,': 0.32; 'there': 0.33; 'init': 0.34; 'running': 0.35; 'regular': 0.35; 'file': 0.36; 'skip:" 10': 0.37; 'but': 0.37; 'received:128': 0.37; 'using': 0.38; 'some': 0.38; 'url:org': 0.39; 'help': 0.39; 'below': 0.63; 'here': 0.65; 'high': 0.67; '2012': 0.67; 'skip:c 50': 0.77; '-0800': 0.84
Date Thu, 5 Jan 2012 13:10:16 -0500
From Rod Person <rodperson@rodperson.com>
To hisan <santosh.ssit@gmail.com>
Subject Re: Unable to install xmldiff package on WIndows7
In-Reply-To <ede7debc-b122-42a0-bcc9-04797b4ac115@q7g2000yqn.googlegroups.com>
References <b0668333-72b0-43c5-b8fb-200da9e106f1@h37g2000pri.googlegroups.com> <ede7debc-b122-42a0-bcc9-04797b4ac115@q7g2000yqn.googlegroups.com>
X-Mailer Claws Mail 3.7.10cvs7 (GTK+ 2.16.6; i586-pc-mingw32msvc)
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
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.4456.1325787463.27778.python-list@python.org> (permalink)
Lines 42
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1325787463 news.xs4all.nl 6937 [2001:888:2000:d::a6]:46425
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18555

Show key headers only | View raw


On Thu, 5 Jan 2012 10:03:32 -0800 (PST)
hisan <santosh.ssit@gmail.com> wrote:

> Can some one help me out here Its High Priority
> 
> 
> 
> On Jan 4, 12:47 am, hisan <santosh.s...@gmail.com> wrote:
> > Hi All
> >
> > i have downloaded "xmldiff-0.6.10" from their official site
> > (http://www.logilab.org/859). I have tried installing the same on
> > my 32 bit Windows 7 OS using the command "setup.py install" but
> > below exceptions are thrown in the console.
> > please help me out in installing this package on Windows
> >
> > Exceptions thrown while installing
> >
> > C:\Users\santosh\Downloads\xmldiff-0.6.10>setup.py build
> > running build
> > running build_py
> > package init file '.\test\__init__.py' not found (or not a regular
> > file)
> > package init file '.\test\__init__.py' not found (or not a regular
> > file)
> > running build_ext
> > building 'xmldiff.maplookup' extension
> > gcc -mno-cygwin -mdll -O -Wall -ID:\Python26\include
> > -ID:\Python26\PC - c extensions/maplookup.c -o b
> > uild\temp.win32-2.6\Release\extensions\maplookup.o
> > error: command 'gcc' failed: No such file or directory
> 

It trying to compile this extension using GNU gcc. You'd need that to
compile this one windows. Don't know if there is a windows version but
check http://gcc.gnu.org

-- 

Rod Person  http://www.rodperson.com  rodperson@rodperson.com

'Silence is a fence around wisdom'

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