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


Groups > comp.lang.python > #31917 > unrolled thread

Re: Compiling extension module (linker error)

Started byPaul Volkov <capt-obvious@yandex.ru>
First post2012-10-23 11:00 +0400
Last post2012-10-23 11:00 +0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#31917 — Re: Compiling extension module (linker error)

FromPaul Volkov <capt-obvious@yandex.ru>
Date2012-10-23 11:00 +0400
SubjectRe: Compiling extension module (linker error)
Message-ID<mailman.2648.1350975611.27098.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web