Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ python curvecalc
- curveview.py toplevel
- u'colors2' is a chase
- u'fronts' is a chase
- u'scoop' is a chase
- u'cycline' is a chase
- u'frontsrand' is a chase
- u'colors3' is a chase
- u'colors1' is a chase
- u'cycpong' is a chase
- u'colors4' is a chase
- u'colors' is a chase
- u'back' is a chase
- u'colorrb' is a chase
- <type 'exceptions.ImportError'>
- Python 2.7.3: /usr/bin/python
- Wed Jun 13 08:38:14 2012
- A problem occurred in a Python script. Here is the sequence of
- function calls leading up to the error, in the order they occurred.
- /home/shakaran/Documentos/Projects/light9/bin/curvecalc in <module>()
- 33 from light9.curvecalc.subtermview import add_one_subterm
- 34 from light9.curvecalc.output import Output
- 35 from light9.gtkpyconsole import togglePyConsole
- 36
- 37 def makeGraph():
- light9 undefined
- togglePyConsole undefined
- /home/shakaran/Documentos/Projects/light9/light9/gtkpyconsole.py in <module>()
- 2
- 3 import gi
- 4 from gi.repository import Gtk
- 5 import pango
- 6
- gi undefined
- <type 'exceptions.ImportError'>: No module named gi
- __class__ = <type 'exceptions.ImportError'>
- __delattr__ = <method-wrapper '__delattr__' of exceptions.ImportError object>
- __dict__ = {}
- __doc__ = "Import can't find module, or can't find name in module."
- __format__ = <built-in method __format__ of exceptions.ImportError object>
- __getattribute__ = <method-wrapper '__getattribute__' of exceptions.ImportError object>
- __getitem__ = <method-wrapper '__getitem__' of exceptions.ImportError object>
- __getslice__ = <method-wrapper '__getslice__' of exceptions.ImportError object>
- __hash__ = <method-wrapper '__hash__' of exceptions.ImportError object>
- __init__ = <method-wrapper '__init__' of exceptions.ImportError object>
- __new__ = <built-in method __new__ of type object>
- __reduce__ = <built-in method __reduce__ of exceptions.ImportError object>
- __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.ImportError object>
- __repr__ = <method-wrapper '__repr__' of exceptions.ImportError object>
- __setattr__ = <method-wrapper '__setattr__' of exceptions.ImportError object>
- __setstate__ = <built-in method __setstate__ of exceptions.ImportError object>
- __sizeof__ = <built-in method __sizeof__ of exceptions.ImportError object>
- __str__ = <method-wrapper '__str__' of exceptions.ImportError object>
- __subclasshook__ = <built-in method __subclasshook__ of type object>
- __unicode__ = <built-in method __unicode__ of exceptions.ImportError object>
- args = ('No module named gi',)
- message = 'No module named gi'
- The above is a description of an error in a Python program. Here is
- the original traceback:
- Traceback (most recent call last):
- File "curvecalc", line 35, in <module>
- from light9.gtkpyconsole import togglePyConsole
- File "../light9/gtkpyconsole.py", line 3, in <module>
- import gi
- ImportError: No module named gi
Advertisement
Add Comment
Please, Sign In to add comment