1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>Python GUI Script</key> 6 <dict> 7 <key>debug</key> 8 <false/> 9 <key>inspect</key> 10 <false/> 11 <key>interpreter_list</key> 12 <array> 13 <string>/usr/local/bin/pythonw</string> 14 <string>/usr/bin/pythonw</string> 15 <string>/sw/bin/pythonw</string> 16 </array> 17 <key>honourhashbang</key> 18 <false/> 19 <key>nosite</key> 20 <false/> 21 <key>optimize</key> 22 <false/> 23 <key>others</key> 24 <string></string> 25 <key>verbose</key> 26 <false/> 27 <key>with_terminal</key> 28 <false/> 29 </dict> 30 <key>Python Script</key> 31 <dict> 32 <key>debug</key> 33 <false/> 34 <key>inspect</key> 35 <false/> 36 <key>interpreter_list</key> 37 <array> 38 <string>/usr/local/bin/pythonw</string> 39 <string>/usr/local/bin/python</string> 40 <string>/usr/bin/pythonw</string> 41 <string>/usr/bin/python</string> 42 <string>/sw/bin/pythonw</string> 43 <string>/sw/bin/python</string> 44 </array> 45 <key>honourhashbang</key> 46 <false/> 47 <key>nosite</key> 48 <false/> 49 <key>optimize</key> 50 <false/> 51 <key>others</key> 52 <string></string> 53 <key>verbose</key> 54 <false/> 55 <key>with_terminal</key> 56 <true/> 57 </dict> 58 <key>Python Bytecode Document</key> 59 <dict> 60 <key>debug</key> 61 <false/> 62 <key>inspect</key> 63 <false/> 64 <key>interpreter_list</key> 65 <array> 66 <string>/usr/local/bin/pythonw</string> 67 <string>/usr/local/bin/python</string> 68 <string>/usr/bin/pythonw</string> 69 <string>/usr/bin/python</string> 70 <string>/sw/bin/pythonw</string> 71 <string>/sw/bin/python</string> 72 </array> 73 <key>honourhashbang</key> 74 <false/> 75 <key>nosite</key> 76 <false/> 77 <key>optimize</key> 78 <false/> 79 <key>others</key> 80 <string></string> 81 <key>verbose</key> 82 <false/> 83 <key>with_terminal</key> 84 <true/> 85 </dict> 86 </dict> 87 </plist> 88