My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
howto_install_scato_for_windows  
How to Install Scato for Windows
Updated Feb 4, 2010 by a.michu...@gmail.com

How to Install Scato for Windows

Installation

Remember, to install Scato you must install Python language first.

Download Scato

Visit the official download page of the Scato, and download windows installer for latest version (file named like scato-VERSION.win32.exe).

Run installer

Select Python

If you has number of different Pythons, now you have to choice.

Remember the path in "Python Directory:" field. You will need it to create shortcut

Complete installation

Creating shortcut

Now we need to create shortcut.

Create new shortcut...

...and setup it

Here you must specify command to start Scato.

If your "Python Directory:" is C:\Python26, the command would be

C:\Python26\pythonw.exe C:\Python26\scripts\scato

Indicate the name of the icon

Bingo!

Installation from sources (for experts)

You can install Scato for Windows from sources too.

First. Download sources (file scato-VERSION.tar.gz from download page).

Second. Unpack archive. You can use you favorite archiver (my choice - 7z). Assume you unpack the package to C:\TEMP\scato-VVV}.

Third. Install.

Run the cmd (Start->Run...->cmd) and perform commands (substitute you own path to python):

cd C:\TEMP\scato-VVV
C:\Python\python setup.py install

Now you can run Scato manually:

C:\Python\python C:\Python\Script\scato

You can create shortcut as described above.


Sign in to add a comment
Powered by Google Project Hosting