fixed 2 bugs in python samples (crash in camshift and running samples from within the demo)
This commit is contained in:
@@ -141,7 +141,7 @@ class App:
|
||||
def on_run(self, *args):
|
||||
cmd = self.cmd_entry.get()
|
||||
print 'running:', cmd
|
||||
Popen(cmd, shell=True)
|
||||
Popen("python " + cmd, shell=True)
|
||||
|
||||
def run(self):
|
||||
tk.mainloop()
|
||||
|
||||
Reference in New Issue
Block a user