To compile the following simple test program, called test.py: Code: print 'hello, world!' Type: Code: shedskin test This will create two C++ files, called test.cpp and test.hpp, as well as a Makefile. To create an executable file, called test, type: Code: make
print 'hello, world!'
shedskin test
make