updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / heekscnc-svn / PythonStuff.cpp.patch
blob22f4a80a370e47960345269751564a8a833874fd
1 --- PythonStuff.cpp 2011-09-28 16:16:37.233244133 -0400
2 +++ PythonStuff.cpp.new 2011-09-28 16:19:06.616576175 -0400
3 @@ -174,7 +174,7 @@
4 #endif
5 #endif
7 - Execute(wxString(_T("python \"")) + path + wxString(_T("backplot.py\" \"")) + m_program->m_machine.file_name + wxString(_T("\" \"")) + m_filename + wxString(_T("\"")) );
8 + Execute(wxString(_T("python2 \"")) + path + wxString(_T("backplot.py\" \"")) + m_program->m_machine.file_name + wxString(_T("\" \"")) + m_filename + wxString(_T("\"")) );
9 #endif
10 } // End if - else
12 @@ -235,7 +235,7 @@
13 Execute(wxString(_T("\"")) + theApp.GetDllFolder() + wxString(_T("\\post.bat\" \"")) + path.GetFullPath() + wxString(_T("\"")));
14 #else
16 - wxString post_path = wxString(_T("python ")) + path.GetFullPath();
17 + wxString post_path = wxString(_T("python2 ")) + path.GetFullPath();
18 Execute(post_path);
19 #endif