The rest of this section is MSVC++ specific.When creating DLLs in Windows, you must pass pythonXY.lib to the linker. この節の残りの部分は MSVC++向けの説明です。 Windows で DLL を作成する際は、pythonXY.lib をリンカに渡さねばなりません。 - Python
(On Windows, MSVC is known to call this an error and refuse to compile the code.)For contrast, let's take a look at the corresponding definition for standard Python integers: これはお使いの機種では何の問題も起こらないかもしれませんが、機種によっては、おそらく問題になるのです! (Windows 上では、MS Visual C がこの手のエラーを出し、コンパイルできないことが知られています)比較のため、以下に標準的な Python の整数型の定義を見てみましょう: - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.