I was trying out the HTML5 Game Engine Turbulenz, which requires Python to be installed on the machine. I downloaded and installed Python, and then I downloaded the installer for Turbulenz. In the middle of the installation, I get an error that says "Cannot find python.dll". After clicking ok, the installation continued, so I thought it was fine. When I tried to start Turbulenz, I got a new error, saying "env/Scripts/activate.bat" is missing. I Googled the error and found nothing relevant. I remembered the first error, and I went looking for python.dll. Turns out that it is in C:Python27/, where my Python installation is. Can anyone explain what is going on?
Asked
Active
Viewed 278 times
1 Answers
1
my honest guess is that you need to make sure that C:\Python27
is set up in your PATH variable. There's a video link on the official python docs that helps you get there
or other StackOverflow answers
once your python folder is added to the path, you should have no problem

Community
- 1
- 1

Vincent Briglia
- 3,068
- 17
- 13