Original Post
I keep hearing the virtues of embedding a scripting language such as Python into C++. Fine by me, but I can't figure out how to do it. Is there a tutorial out there that actually shows someone how to do this? I'm basing my question off of the Allegro tutorial, which meticulously details how to build a basic program using the library - any and all attempts to follow tutorials for python into c++ have been met with lots and lots of error codes.