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


Groups > comp.lang.python > #31917

Re: Compiling extension module (linker error)

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <renjoki@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'mrab': 0.05; 'linker': 0.07; 'errors,': 0.09; 'subject:module': 0.09; 'subject:error': 0.11; 'properly': 0.15; 'lowercase': 0.16; 'suggested,': 0.16; 'underscores,': 0.16; 'sender:addr:gmail.com': 0.18; 'module': 0.19; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'there.': 0.28; "i'm": 0.29; 'error': 0.30; 'to:addr:python-list': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'subject: (': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'instead': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'remove': 0.61; 'between': 0.63; 'from:addr:yandex.ru': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=+UInKn0Mm2JZRN2hH0pg0INsCU2q7VDXkqA2ljdI+nc=; b=gN6dVO/8P9U6psVtwX3ItpY0OAqGKWbU+nV05+ACPNmbBcE/7apeCwlCDUru1z4AWV LP2IFpBEqsv8akW7wBKjzHicosTb/E96JTOnjE02O37L3CSg3NLaQMiwp7EXChq14KEL 9zSBdtqpeLSwMm+g0FuLg1eDlsVG8yOfBKZq1nqyDvSTTVWWIdf4roeeqImTusvkPTJ5 LrhDdWfvFXr09LEy7iHlJaVKJdPCZCoom/d6XlAKGC//vOR6IGknUiLRhovtQmSWTu/G BHj+rOSAmF7aPdj95A+6CI3ESJMkCnRzKx4h16Ubcy9XSQx+xGbDLigBCxuP7gq50hER sWdQ==
MIME-Version 1.0
Sender renjoki@gmail.com
In-Reply-To <50858A59.5070307@mrabarnett.plus.com>
References <CAK38ikTsrBj_GsC35uedk0PWaFGGXek+VFT=AfUqqC9-PfFr6g@mail.gmail.com> <50858A59.5070307@mrabarnett.plus.com>
Date Tue, 23 Oct 2012 11:00:09 +0400
X-Google-Sender-Auth O6OX7rI4D48-0dnUo9H-PsgyoJ0
Subject Re: Compiling extension module (linker error)
From Paul Volkov <capt-obvious@yandex.ru>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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.2648.1350975611.27098.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350975611 news.xs4all.nl 6948 [2001:888:2000:d::a6]:60809
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31917

Show key headers only | View raw


2012/10/22 MRAB <python@mrabarnett.plus.com>:
> By the way, the recommendation is for module names to be lowercase with
> underscores, so "fund_rose" instead of "FundRose".
>
> Try this code:
>

I tried as you suggested, but the linker error (unresolved external)
is still there.
I'm sure python33.lib is properly added because if I remove it, there
are 3 errors, not 1.
By the way, what is the difference between python3.lib and python33.lib?

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


Thread

Re: Compiling extension module (linker error) Paul Volkov <capt-obvious@yandex.ru> - 2012-10-23 11:00 +0400

csiph-web