Ich habe versucht, eine ausführbare Datei für ein Python-Skript zu bauen scons verwenden, die mit der folgenden Spur versagt:Problem mit scons in Fenstern
C:\WORKAREA\study>C:\Python26\Scripts\scons
scons: Reading SConscript files ...
scons: warning: No installed VCs
File "C:\WORKAREA\study\SConstruct", line 1, in <module>
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
File "C:\WORKAREA\study\SConstruct", line 1, in <module>
scons: done reading SConscript files.
scons: Building targets ...
link /nologo /OUT:fibo.exe fibo.py
'link' is not recognized as an internal or external command,
operable program or batch file.
scons: *** [fibo.exe] Error 1
scons: building terminated because of errors.
Es scheint, dass Link/nologo/OUT der Punkt ist, wo alles bricht zusammen. Kann mir jemand dabei helfen?
können Sie das Verzeichnis hinzufügen, die 'VCs' Sie'% Pfad% 'enthält? –
Ross, VC nicht installiert. – fixxxer