Advertisement
ioncube

Untitled

Apr 16th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1.  python main.py
  2. running...
  3. Traceback (most recent call last):
  4.   File "main.py", line 77, in <module>
  5.     main(sys.argv)
  6.   File "main.py", line 51, in main
  7.     main = MainWindow()
  8.   File "/home/usama/Downloads/miramath/mainwindow.py", line 55, in __init__
  9.     self.addTab()
  10.   File "/home/usama/Downloads/miramath/mainwindow.py", line 436, in addTab
  11.     w = worksheet.WorkSheet(self, self.runtimeStatusMessage, self.numEquationsStatusMessage, self.currentEquationStatusMessage)
  12.   File "/home/usama/Downloads/miramath/worksheet.py", line 94, in __init__
  13.     self.execution_thread = execthread.ExecThread(self)
  14.   File "/home/usama/Downloads/miramath/execthread.py", line 56, in __init__
  15.     exec symbolics_init_program in self.symbolics_global_namespace    # execfile goes away in 3.0
  16.   File "<string>", line 91, in <module>
  17. AttributeError: 'module' object has no attribute 'abs'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement