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: 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: <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 2012/10/22 MRAB : > 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?