Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26333
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dregister@clear.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:missing': 0.07; 'subject:Windows': 0.09; 'received:209.85.213.46': 0.09; 'received:mail- yw0-f46.google.com': 0.09; 'looked': 0.10; 'subject:python': 0.11; 'library': 0.15; '2.7.3': 0.16; 'msvc.': 0.16; 'directory.': 0.17; 'appears': 0.18; 'sort': 0.21; 'trying': 0.21; 'installation': 0.23; 'work.': 0.23; 'this:': 0.23; 'installed': 0.23; 'seems': 0.23; 'tried': 0.25; 'header:User-Agent:1': 0.26; 'supported': 0.26; 'installing': 0.27; "doesn't": 0.28; 'attempting': 0.29; 'optional': 0.29; 'source': 0.29; 'that.': 0.30; 'worked': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'list': 0.35; 'needed': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'too': 0.36; 'problems': 0.36; 'received:209': 0.37; 'files': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'build': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'subject:-': 0.40; 'header:Received:5': 0.40; 'fun': 0.64; 'gave': 0.65; 'mingw': 0.84; 'received:192.168.15': 0.84 |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=IRF67FN0z0UPG3OB3y6uQ8trnpa+9Or6gyteC7xs6Ac=; b=IiAzVR4QWhNzBqnfRBFa+OG902eCCb4JouTDXZhb5McbAU+BCD+mEg7yh3ukU9Or4U oRfO6R9zTuM64rJvFzUb90oP2RyXdI+mn3Xrnd3m2375V5B04bPrqz8zHDY4j+oBsJmW Zuj2/EmMpIvv8jwyui7kxd5bA0N0OzPxDn1ptbUGuAU+aynm2xIuIyrr3I6Qtnz74iV9 ySIcKZGCmD5ldD36rSxBrZYG0+XnojIXUZCWpZaZsuPmTnMRAZBIBG+McVKM4A5+wmPb EN6qdkkMk6pphhghkCdKw1IniUHcczWfRurVA99s1k7SfjjpCHQ+dfo6Abswewls+SF+ wg5w== |
| Date | Tue, 31 Jul 2012 20:48:55 -0400 |
| From | Damon Register <dregister@clear.net> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | missing python-config and building python on Windows |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gm-Message-State | ALoCoQmbYo9Kw4amTVw9zZcK7MbxjFNAB82S3oM3YaTDgetbUoVJdKZKEepJ2rxSgajy3AvXrBk5 |
| 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.2803.1343782142.4697.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1343782142 news.xs4all.nl 6984 [2001:888:2000:d::a6]:51588 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26333 |
Show key headers only | View raw
I am attempting to build gtk and glade using mingw/msys. It seems that some
of the packages require python. I installed 2.7.3 using the installer from
python.org. That worked for some of the packages but now I am trying to do
one that needs python-config which I don't find in the installation directory.
I tried building from source using mingw/msys but that had too many problems
so I gave up on that. I thought I might try building with MSVC 2010 since
it appears to be supported and I have that at work. There are a few problems
with this:
1. though I have looked in a few readme files, I don't see instructions for
installing what I have just built using MSVC. Where can I find the
instructions for installing after building with MSVC?
2. I have searched the project directory but I don't find python-config. Is
this some sort of optional thing that isn't built by default? I tried
searching this list and although I find a few questions about it, I don't
see an answer to where I can find it.
3. It seems that MSVC doesn't produce the .a library files needed for linking
into a mingw built program. Do I have to do that fun trick to create the
.a from the dll?
Damon Register
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
missing python-config and building python on Windows Damon Register <dregister@clear.net> - 2012-07-31 20:48 -0400
csiph-web