While visiting family Im trying to enhance their Tivo experience a bit. Ive successfully installed pyTivo on their desktop but I would like it to run as a service. The pyTivo install was easy enough (its the second time Ive done it) but I feel like an idiot when it comes to pywin32.
I installed pyTivo about a month ago. Im leaving soon so I thought Id take another shot at installing pywin32. My brain is locked as to where to begin. Do I extract pywin32 into its own directory, the python27 directory or the pyTivo directory? I assume I have to run setup.py from a cmd window but I further admit my cluelessness regarding the pywin32 read me file instructions.
setup.py' is a standard distutils build script. You probably want to:
% setup.py install (Huh?)
Can someone give me a push to get me started?
Thanks,
Jim
I installed pyTivo about a month ago. Im leaving soon so I thought Id take another shot at installing pywin32. My brain is locked as to where to begin. Do I extract pywin32 into its own directory, the python27 directory or the pyTivo directory? I assume I have to run setup.py from a cmd window but I further admit my cluelessness regarding the pywin32 read me file instructions.
setup.py' is a standard distutils build script. You probably want to:
% setup.py install (Huh?)
Can someone give me a push to get me started?
Thanks,
Jim