Windows Requirements
- Python, Ver. 2.4 or higher - http://www.python.org/download/
- Python Wiki - http://wiki.python.org/moin/FrontPage
Install Python:
pyTivo requires Python 2.4 or higher.
Download the file of choice from Python Download Site
Run the installer selecting the defaults.
Install pyTivo:
The CurrentRelease page offers both a Windows Installer and Compressed Packages for installation.
Windows Installer
The windows installer has several benefits and is HIGHLY recommended for new users. The installer has the following benefits
- Single file download
- Automated step-by-step installation
- Option to install as a service without downloading additional software
- Automated creation of initial configuration file.
- Installs start menu icons for easy access
- Easy one click uninstall
Installing
- Install python 2.4 or higher.
- Download and run the pyTivo windows installer. CurrentRelease
Uninstall
- Open Control Panel -> Add Remove Programs
- Select pyTivo and click uninstall
Compressed Package
pyTivo can also be downloaded as a compressed tar.gz file. Certain distributions of pyTivo may only be available in this format.
Installing
- Install python 2.4 or higher.
- Download compressed package. CurrentRelease
- Uncompress into desired folder
- Create your configuration file. ConfigurepyTivo
Setting pyTivo as a Windows Service
If you choose to download a compressed package you must download pywin32 to create the pyTivo service.
- pywin32 (only to install as a service for compressed package distribution)
- Version known to work -- from pyTivo download site.
- General SourceForge download site.
- Download and install the pywin32 module of python. See http://sourceforge.net/projects/pywin32/
- Start Menu->Run
- Type "cmd" and hit enter
- Change directory to base pyTivo directory (For example, type "cd C:\program files\pytivo")
- Type "pyTivoService.py --startup auto install"
Uninstalling
If you installed the service, remove it with the following steps
- Start Menu->Run
- Type "cmd" and hit enter
- Change directory to base pyTivo directory
- Type "pyTivoService.py remove"
Now simply delete the pyTivo base folder. pyTivo does not use the registry
General Notes
Note - If you have the Windows Firewall enabled, be sure to open the port number specified in your pyTivo.conf file. When first running pyTivo you may get the following warning:
Click "UNBLOCK" to allow pyTivo to run
Attachments
- win_firewall.JPG (31.0 kB) -
windows firewall warning
, added by KRKeegan on 01/06/08 00:30:29.
