← Back to team overview

gasp-dev team mailing list archive

Re: [Question #41180]: How to install GASP on Windows

 

Question #41180 on GASP changed:
https://answers.launchpad.net/gasp-code/+question/41180

    Status: Answered => Solved

Tovim confirmed that the question is solved:
Hurrah! My way to a successful installation of GASP on my Windows:
1) I am running ActivePython (D:\ActivePython), which I am able to start from the (cmd.exe) command line. 
2) I have downloaded "setuptools-0.6c8.win32-py2.5.exe" (http://pypi.python.org/pypi/setuptools) and "gasp_0.20_b1" into my D:\Temp folder
3) Performing "setuptols" installation: Start > Run > Browse --> D:\Temp\setuptools ~ py2.5.exe. OK. This uploads "easy_install.exe" file into D:\ActivePython\Scripts
4) This file must be made possible to run from a command line by setting "Scripts" folder to PATH system variable - see "http:// ~ setuptools, The EasyInstall user´s guide, Windows Notes".
5) Now am I ready to install gasp by:
 a) openning cmd.exe command line and setting directory (in D:\ >) cd \Temp\gasp_0.2.0_b1
 b) inserting command "setup.py install"
 c) Bingo! There folows 48 pages of traceback  (which can be copied into a file) and GASP is installed.
- - -
 Maybe the fourth item does not to be executed. I did it because I tried to install a "gasp-0.4.5-py2.5.egg" file, which I have downloaded from somewhere some day in May. The installation was successful, but gasp did´nt work.
Thank you all very much, Tovim

-- 
You received this question notification because you are a member of GASP
Development Team, which is an answer contact for GASP.