SmartRF 7 is now found in Windows Vista 64-bit.
[goodfet] / client / GoodFETCC.py
index 622dae0..165aa73 100644 (file)
@@ -24,7 +24,10 @@ class GoodFETCC(GoodFET):
         if self.smartrfpath==None:
             self.smartrfpath=os.environ.get("SMARTRF");
         if self.smartrfpath==None and os.name=='nt':
-            self.smartrfpath="c:/Program Files/Texas Instruments/SmartRF Tools/SmartRF Studio 7";
+            self.smartrfpath="c:/Program Files (x86)/Texas Instruments/SmartRF Tools/SmartRF Studio 7";
+            if not os.path.exists(self.smartrfpath):
+                self.smartrfpath="c:/Program Files/Texas Instruments/SmartRF Tools/SmartRF Studio 7";
+            
         if self.smartrfpath==None:
             self.smartrfpath="/opt/smartrf7";