You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this is the first time I managed to get this tool to work on the Python3 version.
It's only a small niggle, but when I click on "Browse" to locate my installation of VegaStrike, I get an error message in the console, and no file browser.
Here is the error message:
[evert@Vorster UnitConverter3]$ ./uc
iniRead: config variable Config/WORKDIR not yet set
iniRead: config variable Config/VEGASTRIKE_ROOT not yet set
iniRead: FAILED reading active model
Reading workspace
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.8/tkinter/init.py", line 1883, in call
return self.func(*args)
File "unitconverter.py", line 2694, in
Button(iframe, text='Browse', command=lambda:self.getFolder(self.vegastrike)).pack(side=LEFT, padx=5)
File "unitconverter.py", line 467, in getFolder
folder = askdirectory(initialdir=self.vegastrike.get(), title="Select A Folder", mustexist=1)
NameError: name 'askdirectory' is not defined
The text was updated successfully, but these errors were encountered:
The new combo box at the top of the Unit section gets preloaded with all the .csv files found in the units subdir of the path specified in Config; select one and press Load, the rest of the GUI will work on that file.
Hey, this is the first time I managed to get this tool to work on the Python3 version.
It's only a small niggle, but when I click on "Browse" to locate my installation of VegaStrike, I get an error message in the console, and no file browser.
Here is the error message:
[evert@Vorster UnitConverter3]$ ./uc
iniRead: config variable Config/WORKDIR not yet set
iniRead: config variable Config/VEGASTRIKE_ROOT not yet set
iniRead: FAILED reading active model
Reading workspace
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.8/tkinter/init.py", line 1883, in call
return self.func(*args)
File "unitconverter.py", line 2694, in
Button(iframe, text='Browse', command=lambda:self.getFolder(self.vegastrike)).pack(side=LEFT, padx=5)
File "unitconverter.py", line 467, in getFolder
folder = askdirectory(initialdir=self.vegastrike.get(), title="Select A Folder", mustexist=1)
NameError: name 'askdirectory' is not defined
The text was updated successfully, but these errors were encountered: