need help with installing module systems.

正在查看此主题的用户

waraelm

Knight
hi im setting up the module systems on my vista computer, ivebeen reading the set up guide. but im stuck on a bit of the guide, beacuse it doesnt say how i should do it for vista. any help would be apprective so i can get back to codding for my mod.

heres the quote bit im stuck on:

After you download and install Python, you'll also need to add Python to your path enviroment variable. This is important, so try to be exact when you make these changes.

For Windows 9x systems, you can edit autoexec.bat file and add your python folder to the Path. For example if Python is installed under C:\Python24, add the following line:
set PATH=C:\Python24;%PATH%

If you have a Windows XP system, this operation is slightly different: Right-click on My Computer, select 'Properties', click on the 'Advanced' tab, click on 'Enviroment Variables' button, and append your python path to the Path variable by editing it. (eg, add: ";C:\Python24")


heres the link aswell to the guide.



http://forums.taleworlds.com/index.php/topic,5408.0.html


really would apprectie the help with this.
 
Here is howto install python on Vista.
http://www.neuralwiki.org/index.php?title=Guide_to_installing_Python_in_Windows_Vista
 
后退
顶部 底部