Difference between revisions of "Complete Roguelike Tutorial, using Python+libtcod, problems"

From RogueBasin
Jump to navigation Jump to search
m
m (Problem with program)
 
(4 intermediate revisions by one other user not shown)
Line 10: Line 10:
If any of the following helps you, please edit the page and add a note about what exactly your problem was.  This will allow us to fold back the information into the tutorial to make it clearer and prevent others from having the difficulties you had.
If any of the following helps you, please edit the page and add a note about what exactly your problem was.  This will allow us to fold back the information into the tutorial to make it clearer and prevent others from having the difficulties you had.


== Python - Windows Error - The specified module could not be found ==
Hello! I'm following the tut and finished the first section, but when i run my code the page insta-closes... i checked all the warnings you guys gave (python and libtcod both 64x, python version 2.x, etc), any toughts?


<ul>
There are no known problems.
<li>Go to the libtcod release you downloaded and extracted.</li>
<li>Run "samples.exe".  Does it run?  If so, then you shouldn't be here..  It is expected that you should see a message about "vcruntime140.dll" being missing.  It is likely that this is the reason your Python code can't load the dlls.</li>
<li>Install the [[Visual Studio 2015 runtime|https://www.microsoft.com/en-us/download/details.aspx?id=53587]] from Microsoft.</li>
<li>Try running "samples.exe" again.  It should work now.  And your Python script should run now.</li>
</ul>


<center><h1>'''Problems Solved'''</h1></center>
<center><h1>'''Problems Solved'''</h1></center>

Latest revision as of 01:16, 9 April 2018

This is part of a series of tutorials; the main page can be found here.


Problems

If any of the following helps you, please edit the page and add a note about what exactly your problem was. This will allow us to fold back the information into the tutorial to make it clearer and prevent others from having the difficulties you had.

Hello! I'm following the tut and finished the first section, but when i run my code the page insta-closes... i checked all the warnings you guys gave (python and libtcod both 64x, python version 2.x, etc), any toughts?

There are no known problems.

Problems Solved

Please add copy the section below, and fill it out. Thanks!

YOUR NAME HERE

YOUR NOTE ON WHAT YOU DID DIFFERENTLY THAT REQUIRED YOU TO COME TO THIS PAGE, AND WHAT ON THIS PAGE HELPED YOU.