Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20312
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <d@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'wiki': 0.02; 'subject:using': 0.04; 'passes': 0.05; ':-)': 0.06; '(especially': 0.07; '(given': 0.09; '--prefix': 0.09; 'parsing': 0.09; 'subject:distutils': 0.09; 'subject:file': 0.13; '(besides': 0.16; 'bumping': 0.16; 'received:192.168.1.104': 0.16; 'cc:addr:python- list': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'remind': 0.18; 'thanks,': 0.19; 'jan': 0.19; 'cc:no real name:2**0': 0.21; 'input': 0.22; 'header:In-Reply-To:1': 0.22; 'keyword': 0.24; "people's": 0.24; 'cc:2**0': 0.26; 'code': 0.26; 'tried': 0.27; 'described': 0.28; 'skip:" 30': 0.28; 'subject: .': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'nobody': 0.31; 'does': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'file': 0.34; 'something': 0.35; 'skip:" 20': 0.35; 'page': 0.37; 'but': 0.37; 'using': 0.37; 'either': 0.37; 'not,': 0.38; 'received:192': 0.38; 'could': 0.38; 'some': 0.38; 'received:192.168.1': 0.39; 'unless': 0.39; 'point': 0.40; 'greatly': 0.40; 'or,': 0.40; 'user': 0.40; 'might': 0.40; 'more': 0.61; 'supply': 0.61; 'your': 0.61; 'link': 0.62; 'forum': 0.64; 'said:': 0.67; 'header:Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.72; 'day.': 0.72; 'seldom': 0.84; 'similar)': 0.84 |
| Date | Sun, 12 Feb 2012 18:32:46 -0500 |
| From | Dave Angel <d@davea.name> |
| User-Agent | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16 |
| MIME-Version | 1.0 |
| To | Tycho Andersen <tycho@tycho.ws> |
| Subject | Re: Generating a .pc file using distutils |
| References | <20120123233120.GC6157@smitten> <20120212230407.GB29922@smitten> |
| In-Reply-To | <20120212230407.GB29922@smitten> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:RUb1dhDM78E0kqIwpg3aCHyl/xTgobdiJbDkJlf73b/ FwDsPOdAKuz77ZlMQmE+JScf48v50i/UR5nGNk1if2kRSKQDC4 sZImp+q4RdNhdfZZKpLyI8IO71EcFHfkCJbatbKuQMwRoTNSdc 8gQTv2Q9igBZLClAklv3gZMN/BFbCYcHAl8YbhsQOCbpHypBmu YzJuLXzY/eA0PsDGlggyPperXTcvmTM4IDQHbvyfqsdA9VEXlZ g5YNQGYFWzE8g4aJ3saw1qoad1fSyfv72aOjiaV3WRtke415XK 4zi+IH6RLJr7oM0ucCwmAdcAGqEMqrgTcV4DxLTH8BSTiilAA= = |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | d@davea.name |
| 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.5744.1329089608.27778.python-list@python.org> (permalink) |
| Lines | 41 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1329089608 news.xs4all.nl 6976 [2001:888:2000:d::a6]:52213 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:20312 |
Show key headers only | View raw
On 02/12/2012 06:04 PM, Tycho Andersen wrote: > Just re-bumping this - I am fiddling with this code again and it's > gross, so any input would be greatly appreciated :-) > > \t > > On Mon, Jan 23, 2012 at 05:31:20PM -0600, Tycho Andersen wrote: >> Is there some standard way to generate a .pc file (given a .pc.in or >> similar) using distutils? >> >> If there's not, is there a good way to access whatever the user passes >> in as --prefix (besides parsing sys.argv yourself)? >> >> Thanks, >> >> \t Bumping a message (especially using top-posting) seldom does much good unless you also supply some more information to either catch people's attention, or even better, remind them of something they know that might apply. So you could have said: A .pc file is "lijfds;lkjds;fdsjfds;ljfds;ljfds;ljfd" and I need to produce it in the "slf;lfdsjfds;l;lkjfds;lj" circumstances. Or, a .pc file is described on the wiki page at link http://www.sljfds.slijfdsj.unknown Or even "I tried to get more information on the comp.lang.pc newsgroup, but nobody there will give me the time of day. As it is, the only thing I could do is point you to the only other keyword in your message: Try on a support forum for distutils. -- DaveA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Generating a .pc file using distutils Dave Angel <d@davea.name> - 2012-02-12 18:32 -0500
csiph-web