Skip to content

Commit

Permalink
clean up my updates
Browse files Browse the repository at this point in the history
  • Loading branch information
minjiechen committed Nov 26, 2014
1 parent 4c0d1c4 commit c0b01da
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions error.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 145, in loadgeom
f=open(self.geofilename,'r')
IOError: [Errno 2] No such file or directory: ''
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 196, in syntaxCheck
int(self.nwinding.get())
ValueError: invalid literal for int() with base 10: ''
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 196, in syntaxCheck
int(self.nwinding.get())
ValueError: invalid literal for int() with base 10: ''
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 204, in syntaxCheck
float(self.gb.get())
ValueError: could not convert string to float:
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 204, in syntaxCheck
float(self.gb.get())
ValueError: could not convert string to float:
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 204, in syntaxCheck
float(self.gb.get())
ValueError: could not convert string to float:
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 204, in syntaxCheck
float(self.gb.get())
ValueError: could not convert string to float:
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 204, in syntaxCheck
float(self.gb.get())
ValueError: could not convert string to float:
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 208, in syntaxCheck
float(self.Ae.get())
ValueError: invalid literal for float(): 60e-2,1e-3
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 208, in syntaxCheck
float(self.Ae.get())
ValueError: invalid literal for float(): 60e-2,1e-3
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 208, in syntaxCheck
float(self.Ae.get())
ValueError: invalid literal for float(): 60e-2,1e-3
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1470, in __call__
return self.func(*args)
File "gui.py", line 155, in checkgeom
self.syntaxCheck()
File "gui.py", line 208, in syntaxCheck
float(self.Ae.get())
ValueError: invalid literal for float(): 60e-2,1e-3

0 comments on commit c0b01da

Please sign in to comment.