How to Install PyCreate
Rose-Hulman Institute of Technology -
Computer Science & Software Engineering
Overview
Once you have installed Eclipse, follow these directions to download Python and the Eclipse plug-in for Python, and then configure Eclipse to develop code on Python.
Make sure all required software is installed
-
Bluetooth transmitter
Follow these instructions to install it on the HP laptops.
Your laptop did NOT come preconfigured with this!
-
Python 2.5
The 2007-2008 and later freshmen laptops came with Python 2.5.
-
If you need to install it, follow
these instructions.
Install required libraries and pycreate
- Follow this link to download the local installer for the Python on Windows library:
pywin32-211.win32-py2.5.exe. Run it.
- Follow this link to download the local installer for the serial connection library:
pyserial-2.4.win32.exe. Run it.
-
Download the pycreate module and documentation in this zip file.
-
Extract the zip file using whatever tool you use for that on your laptop.
-
Move the file create.py to the directory C:\Program Files\Python25\Lib\site-packages
Potential “gotchas” (1) That is Lib not libs in the path. (2) if you installed Python in a different location than Program Files\Python25 you’ll need to find your Python25\Lib\site-packages folder.
-
Also included is a file containing documentation for the pycreate library. This file is called
pycreate.pdf. Move that file to a place where it will be easy to find. We suggest
My Documents → Courses → CSSE 120.
Verify your installation
-
Launch IDLE by clicking
Start → All Programs → Python 2.5 → IDLE (Python GUI)
-
At the prompt type:
from create import *
-
If you do not get an error message, then the installation was successful.