Installing Wing Pro for PyCamp
Using your PyCamp discount code, "purchase" a Wing Pro Single OS/Single Developer license code.
|
You must complete the PyCamp Python Installation Procedure prior to attempting the procedure on this page.
You must be connected to the Internet in order to complete this procedure.
OSX
Windows
Linux
If you have not already installed the Xcode disc which came with your OSX, you should do so before performing any of the rest of this procedure.
- Download the Wing Pro Disk Image for OSX.
- Double click on the disk image to open and mount it. The Finder window opens on the disk image.
- Double click on the README.txt in the disk image folder to open the instructions in your default text editor. Follow those instructions.
- Use the Wing IDE Users Mailing List for support with installation and use problems. Wingware support is the best support of any software in the world. Questions to Wingware support are answered promptly and completely.
- See the Wing IDE Quick Start Guide for instructions to get started with the Wing Pro Integrated Development Environment including the Wing IDE Tutorial.
Note: your instructor has not tested this procedure on Windows 7. Windows 7 is known to make a lot of non-Microsoft product installers blow up. You have been warned. As they say, untested code is broken code.
- Download the Wing Installer for Windows.
- Double click on the installer.
- Accept the license agreement and click Next.
- Accept the default installation location by clicking Next.
- Accept the default Start Menu Folder by clicking Next.
- Click Install.
- The installation occurs in less than a minute. When the Completing the Wing IDE Setup Wizard dialog appears, click Finish.
- Use the Wing IDE Users Mailing List for support with installation and use problems. Wingware support is the best support of any software in the world. Questions to Wingware support are answered promptly and completely.
- See the Wing IDE Quick Start Guide for instructions to get started with the Wing Pro Integrated Development Environment including the Wing IDE Tutorial.
Pick the method by which you installed Python 2.6:
My Linux came with Python 2.6 installed
I got Python 2.6 from my Linux repository
I compiled Python 2.6 from source code
- Download the Wing Pro Linux Tarball to your home directory:
cd ~; wget http://wingware.com/pub/wingide/3.2.9/wingide-3.2.9-1-i386-linux.tar.gz.
- Decompress the file:
tar -xzvf wingide-3.2.9-1-i386-linux.tar.gz.
- Change into the directory for the Wing installer script:
cd wingide-3.2.9-1-i386-linux.
- Run the installer script with your built in Python:
sudo python wing-install.py. Give your password when asked. Your login account must be authorized in the /etc/sudoers file.
- When asked "Where do you want to install the support files for Wing IDE (default = /usr/local/lib/wingide3.2)?", accept the default by pressing the enter key.
- When asked "/usr/local/lib/wingide3.2 does not exist, create it (y/N)?", answer by entering
y.
- When asked "Where do you want to install links to the Wing IDE startup scripts (default = /usr/local/bin)?", accept the default by pressing the enter key.
- The installation script will take less than one minute. You may then start Wing Pro by entering
wing3.2.
- Download the Wing Pro Linux Tarball to your home directory:
cd ~; wget http://wingware.com/pub/wingide/3.2.9/wingide-3.2.9-1-i386-linux.tar.gz.
- Decompress the file:
tar -xzvf wingide-3.2.9-1-i386-linux.tar.gz.
- Change into the directory for the Wing installer script:
cd wingide-3.2.9-1-i386-linux.
- Run the installer script with the Python 2.6 installed from your repository:
sudo python2.6 wing-install.py. Give your password when asked. Your login account must be authorized in the /etc/sudoers file.
- When asked "Where do you want to install the support files for Wing IDE (default = /usr/local/lib/wingide3.2)?", accept the default by pressing the enter key.
- When asked "/usr/local/lib/wingide3.2 does not exist, create it (y/N)?", answer by entering
y.
- When asked "Where do you want to install links to the Wing IDE startup scripts (default = /usr/local/bin)?", accept the default by pressing the enter key.
- The installation script will take less than one minute. You may then start Wing Pro by entering
wing3.2.
- Download the Wing Pro Linux Tarball to your home directory:
cd ~; wget http://wingware.com/pub/wingide/3.2.9/wingide-3.2.9-1-i386-linux.tar.gz.
- Decompress the file:
tar -xzvf wingide-3.2.9-1-i386-linux.tar.gz.
- Change into the directory for the Wing installer script:
cd wingide-3.2.9-1-i386-linux.
- Run the installer script with your Python built from scratch:
sudo /opt/python26/bin/python wing-install.py. Give your password when asked. Your login account must be authorized in the /etc/sudoers file.
- When asked "Where do you want to install the support files for Wing IDE (default = /usr/local/lib/wingide3.2)?", enter
/opt/python26/lib/wingide3.2.
- When asked "/opt/python26/lib/wingide3.2 does not exist, create it (y/N)?", answer by entering
y.
- When asked "Where do you want to install links to the Wing IDE startup scripts (default = /usr/local/bin)?", enter
/opt/python26/bin.
- The installation script will take less than one minute. You may then start Wing Pro by entering
/opt/python26/bin/wing3.2.
|