Skip to content

Commit

Permalink
Qtlabgui.bat, from pythonw to python.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
heeres committed Jun 25, 2013
1 parent 61518c8 commit d89fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtlabgui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ IF EXIST c:\python26\python.exe (
:mark1

:: Run QTlab GUI
start %PYTHON_PATH%\pythonw.exe clients/client_gtk.py --module gui_client --config gui_client.cfg %*
start %PYTHON_PATH%\python.exe clients/client_gtk.py --module gui_client --config gui_client.cfg %*

0 comments on commit d89fb0b

Please sign in to comment.