building Phoenix this time on Windows
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <554a7c31.2c06320a.66e7.1929SMTPIN_ADDED_MISSING@gmr-mx.google.com> |
Because of checking an possible bug I need to run a python script on Windows7 (32bit) with wxPhoenix and Python3. I installed Python3. Installed git. Maybe installed Windows SDK. The installer sucks and don't tell me much what he really installed. Don't know how to check if everything needed is there. There is this directory: "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin" But I can not see something that looks like a C++ compiler and linker. I checked out the phoenix repository and did this "python build.py build" This output looks like that something from the MS SDK is missing. Build using: "C:\Python34\python.exe" 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] Python's architecture is 32bit cfg.VERSION: 3.0.3 Running command: build Running command: build_wx Command '"C:\Python34\python.exe" -c "import distutils.msvc9compiler as msvc; mc = msvc.MSVCCompiler(); mc.initialize(); print(mc.cc)"' failed with exit code 1. Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Python34\lib\distutils\msvc9compiler.py", line 371, in initialize vc_env = query_vcvarsall(VERSION, plat_spec) File "C:\Python34\lib\distutils\msvc9compiler.py", line 287, in query_vcvarsall raise ValueError(str(list(result.keys()))) ValueError: ['path'] Finished command: build_wx (0.620s) Finished command: build (0.620s) -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.