bruno1505 / pyetv

Automatically exported from code.google.com/p/pyetv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Installation fails if EyeTV is installed somewhere else than in /Applications. #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Eye TV in the Applications folder of a non administrator account (ie 
~/Applications/somefolder/EyeTV.app)
2. Launch the pyetv installation application.
3. Notice that it fails since it expects EyeTV.app to be located in 
/Applications/

What version of the product are you using? On what operating system?
pyetv 1.2

Original issue reported on code.google.com by laurent.giroud@gmail.com on 17 Apr 2009 at 10:39

GoogleCodeExporter commented 8 years ago
1) Move EyeTV to /Applications
2) alter the source.  (Find /Applications in the source and replace with the
path to your install.)  I'm coding the common case here.

Original comment by jon.chri...@gmail.com on 17 Apr 2009 at 11:08