-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
minjiechen
committed
Nov 26, 2014
1 parent
4c0d1c4
commit c0b01da
Showing
1 changed file
with
106 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |