soorajachar / plateypus

Processes and plots high throughput cytometry experiments through a GUI
GNU General Public License v3.0
5 stars 2 forks source link

Error when creating a 96-well layout #1

Closed emanuelsc87 closed 3 years ago

emanuelsc87 commented 3 years ago

I get the following error when trying to create a simple layout for a 96-well plate

Exception in Tkinter callback Traceback (most recent call last): File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/tkinter/init.py", line 1892, in call return self.func(args) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/setup/experimentSetupGUI.py", line 253, in tk.Button(buttonWindow, text="OK",command=lambda: collectInputs()).grid(row=5,column=0) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/setup/experimentSetupGUI.py", line 248, in collectInputs master.switch_frame(allLevelNamePage,folderName) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/main.py", line 26, in switch_frame new_frame = frame_class(self,args) File "/Users/salazarcavazoe2/anaconda3/envs/py38/lib/python3.8/site-packages/plateypus/setup/experimentSetupGUI.py", line 421, in init mainWindow = Frame(self) NameError: name 'Frame' is not defined

image

soorajachar commented 3 years ago

Good catch; should be fixed in 0.1.14