Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18559
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Unable to install xmldiff package on WIndows7 |
| Date | 2012-01-05 19:34 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <je4u0d$rl6$1@reader1.panix.com> (permalink) |
| References | <b0668333-72b0-43c5-b8fb-200da9e106f1@h37g2000pri.googlegroups.com> <ede7debc-b122-42a0-bcc9-04797b4ac115@q7g2000yqn.googlegroups.com> |
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?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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