Awkward Nymph Posted January 19, 2016 Posted January 19, 2016 I'm trying to add more creature animations to Skyrim with the animation loader, but when I follow the directions in the pdf on that page, it says "run Python" but I don't see that option. I have no idea how to use the command terminal thing, and I don't know why I only have the options "open" or "IDLE" Help please?
RapidWaterOver Posted January 19, 2016 Posted January 19, 2016 I'm trying to add more creature animations to Skyrim with the animation loader, but when I follow the directions in the pdf on that page, it says "run Python" but I don't see that option. I have no idea how to use the command terminal thing, and I don't know why I only have the options "open" or "IDLE" Help please? You can run Python either by using the command line or using the IDLE. For the command line: Press windows key + r Enter in cmd into the window that pops up Once the command line is running enter python For the IDLE, you can either use the window with >>> in it to run Python, or you can alternatively use Menu->Run->Python Shell option in the IDLE itself.
Awkward Nymph Posted January 19, 2016 Author Posted January 19, 2016 I'm trying to add more creature animations to Skyrim with the animation loader, but when I follow the directions in the pdf on that page, it says "run Python" but I don't see that option. I have no idea how to use the command terminal thing, and I don't know why I only have the options "open" or "IDLE" Help please? You can run Python either by using the command line or using the IDLE. For the command line: Press windows key + r Enter in cmd into the window that pops up Once the command line is running enter python For the IDLE, you can either use the window with >>> in it to run Python, or you can alternatively use Menu->Run->Python Shell option in the IDLE itself. Thank you! I'll try it tonight.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.