There are plenty of great answers to questions about making a standalone executable, but I can\'t figure out how to pack art assets (or dynamically loaded files) into it as
Game development is not field of expertise, but if you haven't already checked out py2exe, I would strongly recommend that you do. It seems to me that any and all scripting import statements will be taken care of by py2exe.