|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This Function sets the BCI2000 Path |
|
|
# This Function sets the BCI2000 Path |
|
|
def setPathBci2000(): |
|
|
def setPathBci2000(): |
|
|
tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "icons", "parms", "prog" und "tools" befinden.') |
|
|
|
|
|
|
|
|
tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "parms", "prog" und "tools" befinden.') |
|
|
tmpPath = tkinter.filedialog.askdirectory() |
|
|
tmpPath = tkinter.filedialog.askdirectory() |
|
|
if not tmpPath: |
|
|
if not tmpPath: |
|
|
pass |
|
|
pass |