sudo apt-get install python-numpy python-imaging python-openglcd [path-to-where-you-installed-the-script]
python g3d_thumb.py [path-to-g3d-model]cd [path-to-where-you-installed-the-script]
python techtree.html.py [path-to-techtree-folder] {optional_suffix}I sound like a noob but on windows what console do I use. CMD doesn't recognize python as a command and python console won't work.Should be the python console... Why doesn't it work? Is it the executable located at: "C:\Python*\Python.exe" (where * is the version number with no period, eg, 2.5 will be "25")?
I've gotten it to work, but I can't really manage to use any commands. I type in cd :/glest (glest being the script directory and nothing happens)That's a rather odd command... cd is a basic windows command, "change directory", and can either give a path based on the current folder (relative) or including the drive (absolute). However, your command is not legit for either. If it is meant to be an absolute path, you must start with a drive letter, eg: "C:/Glest", while relative should use the reverse type of slash ("/"), eg: "glest".