, Jr. Member
Hi, thanks for your reply
I’ve tried with vs2008 I’ve a error when I open the project (see attached file)
If I click OK and Build Solution I’ve this log :
1>------ Skipped Build: Project: kill_python ------
1>
2>------ Build started: Project: make_buildinfo, Configuration: Release Win32 ------
3>------ Skipped Build: Project: bdist_wininst ------
3>Project not selected to build for this solution configuration
4>------ Skipped Build: Project: python3dll ------
4>
5>------ Skipped Build: Project: xxlimited ------
5>
6>------ Skipped Build: Project: w9xpopen ------
6>
7>------ Skipped Build: Project: sqlite3 ------
7>
8>------ Build started: Project: make_versioninfo, Configuration: Release Win32 ------
2>Compiling...
8>Compiling...
2>make_buildinfo.c
8>make_versioninfo.c
8>Linking...
8>Embedding manifest...
2>Linking...
8>Build PC/pythonnt_rc(_d).h
8>Performing Post-Build Event...
2>Embedding manifest...
8>Build log was saved at "XXXXXXawdsdkspython-pyawdPythonPCbuildWin32-temp-Releasemake_versioninfoBuildLog.htm"
8>make_versioninfo - 0 error(s), 0 warning(s)
2>Build log was saved at "XXXXXXawdsdkspython-pyawdPythonPCbuildWin32-temp-Releasemake_buildinfoBuildLog.htm"
2>make_buildinfo - 0 error(s), 0 warning(s)
9>------ Skipped Build: Project: pythoncore ------
10>------ Skipped Build: Project: python ------
11>------ Skipped Build: Project: _socket ------
12>------ Skipped Build: Project: select ------
13>------ Skipped Build: Project: pyexpat ------
14>------ Skipped Build: Project: _tkinter ------
15>------ Skipped Build: Project: _testcapi ------
16>------ Skipped Build: Project: _sqlite3 ------
17>------ Skipped Build: Project: bz2 ------
18>------ Skipped Build: Project: unicodedata ------
19>------ Skipped Build: Project: _msi ------
20>------ Skipped Build: Project: _elementtree ------
21>------ Skipped Build: Project: _ctypes_test ------
22>------ Skipped Build: Project: _ctypes ------
23>------ Skipped Build: Project: winsound ------
24>------ Skipped Build: Project: _multiprocessing ------
25>------ Skipped Build: Project: pythonw ------
26>------ Skipped Build: Project: ssl ------
27>------ Skipped Build: Project: _hashlib ------
28>------ Skipped Build: Project: _ssl ------
========== Build: 2 succeeded, 0 failed, 0 up-to-date, 26 skipped ==========
But no pythonxx.lib like explain on the SDKReadme :
Make sure the “Release” configuration is selected, and the right target architecture, and build the solution. Some projects are likely to fail, especially _bsddb, bz2, _tkinter, _ssl, and _sqlite3. Remove those if they fail and rebuild.
The build was successful (enough) when a python26.lib file has been generated in the PCBuild directory.
Help