Re: Getting .NET SDK to work with Python 2.4.2
Dave wrote:
So i go to the cmd and go to the directory and type
"python setup.py build" (Will have to install after) and it comes up
with this(after everything else runs smoothly):
running build_ext
error: The .NET SDK needs to be installed before building extensions
for python.
The error message is misleading. It is not the SDK that you need,
but Visual Studio 7.1.
Alternatively, you can try building the extension with the GNU
mingw32 compiler.
Regards,
Martin
.
Relevant Pages
- Re: Whats so funny? WAS Re: rotor replacement
... That I have to download and perhaps install them to use ... > * I have to download and build the MySQLdb package to talk to MySQL ... > servers from Python code ... I can write something using a core module instead of an external ... (comp.lang.python) - RE: Python 2.4 killing commercial Windows Python development ?
... > install fully useable Python on their Windows machines. ... > Quicksomething for Windows, or RealPlayer, ... The Windows application that I develop and distribute relies on Python ... (comp.lang.python) - Re: bytecode non-backcompatibility
... Unstable bytecodes makes updating to a newer version of Python very ... >>>tedious and risk breaking old scripts, ... > setup.py install" to install the library into site-package. ... each port has a list of all the other ports it depends ... (comp.lang.python) - HOWTO: Python 2.3 on Fedora Core 1 Linux
... About the 'new' Python ... Appendix A: Python Installation with Tkinter - edit: Modules/Setup.dist ... Be aware that it is always risky to install new software; ... # uncomment and/or edit those parts as indicated. ... (comp.lang.python) - Re: Python 2.4 killing commercial Windows Python development ?
... install fully useable Python on their Windows machines. ... different to me than having to install Shockwave, ... Quicksomething for Windows, or RealPlayer, ... The Windows application that I develop and distribute relies on Python ... (comp.lang.python) |
|