shakaran

Untitled

Jun 13th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. $ python curvecalc
  2. curveview.py toplevel
  3. u'colors2' is a chase
  4. u'fronts' is a chase
  5. u'scoop' is a chase
  6. u'cycline' is a chase
  7. u'frontsrand' is a chase
  8. u'colors3' is a chase
  9. u'colors1' is a chase
  10. u'cycpong' is a chase
  11. u'colors4' is a chase
  12. u'colors' is a chase
  13. u'back' is a chase
  14. u'colorrb' is a chase
  15. <type 'exceptions.ImportError'>
  16. Python 2.7.3: /usr/bin/python
  17. Wed Jun 13 08:38:14 2012
  18.  
  19. A problem occurred in a Python script. Here is the sequence of
  20. function calls leading up to the error, in the order they occurred.
  21.  
  22. /home/shakaran/Documentos/Projects/light9/bin/curvecalc in <module>()
  23. 33 from light9.curvecalc.subtermview import add_one_subterm
  24. 34 from light9.curvecalc.output import Output
  25. 35 from light9.gtkpyconsole import togglePyConsole
  26. 36
  27. 37 def makeGraph():
  28. light9 undefined
  29. togglePyConsole undefined
  30.  
  31. /home/shakaran/Documentos/Projects/light9/light9/gtkpyconsole.py in <module>()
  32. 2
  33. 3 import gi
  34. 4 from gi.repository import Gtk
  35. 5 import pango
  36. 6
  37. gi undefined
  38. <type 'exceptions.ImportError'>: No module named gi
  39. __class__ = <type 'exceptions.ImportError'>
  40. __delattr__ = <method-wrapper '__delattr__' of exceptions.ImportError object>
  41. __dict__ = {}
  42. __doc__ = "Import can't find module, or can't find name in module."
  43. __format__ = <built-in method __format__ of exceptions.ImportError object>
  44. __getattribute__ = <method-wrapper '__getattribute__' of exceptions.ImportError object>
  45. __getitem__ = <method-wrapper '__getitem__' of exceptions.ImportError object>
  46. __getslice__ = <method-wrapper '__getslice__' of exceptions.ImportError object>
  47. __hash__ = <method-wrapper '__hash__' of exceptions.ImportError object>
  48. __init__ = <method-wrapper '__init__' of exceptions.ImportError object>
  49. __new__ = <built-in method __new__ of type object>
  50. __reduce__ = <built-in method __reduce__ of exceptions.ImportError object>
  51. __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.ImportError object>
  52. __repr__ = <method-wrapper '__repr__' of exceptions.ImportError object>
  53. __setattr__ = <method-wrapper '__setattr__' of exceptions.ImportError object>
  54. __setstate__ = <built-in method __setstate__ of exceptions.ImportError object>
  55. __sizeof__ = <built-in method __sizeof__ of exceptions.ImportError object>
  56. __str__ = <method-wrapper '__str__' of exceptions.ImportError object>
  57. __subclasshook__ = <built-in method __subclasshook__ of type object>
  58. __unicode__ = <built-in method __unicode__ of exceptions.ImportError object>
  59. args = ('No module named gi',)
  60. message = 'No module named gi'
  61.  
  62. The above is a description of an error in a Python program. Here is
  63. the original traceback:
  64.  
  65. Traceback (most recent call last):
  66. File "curvecalc", line 35, in <module>
  67. from light9.gtkpyconsole import togglePyConsole
  68. File "../light9/gtkpyconsole.py", line 3, in <module>
  69. import gi
  70. ImportError: No module named gi
Advertisement
Add Comment
Please, Sign In to add comment