Installing Python Modules
Previous:
2.4 How installation works
Up:
Installing Python Modules
Next:
3.1 Tweaking compiler/linker flags
3 Building Extensions: Tips and Tricks
(This is the section to read for people doing any sort of interesting build. Things to talk about:
the
Setup
file (any platform now, but Unix-biased)
CFLAGS and LDFLAGS (must implement them first!)
using non-MS compilers on Windows (how to convert Python's library, ...)
Subsections
3.1 Tweaking compiler/linker flags
3.2 Using non-Microsoft compilers on Windows
Installing Python Modules
Previous:
2.4 How installation works
Up:
Installing Python Modules
Next:
3.1 Tweaking compiler/linker flags
See
About this document...
for information on suggesting changes.