ERROR : "lisp_codegen.py" is not a valid code generator module An unexpected error occurred! Date and time: 2016-05-12T16:47:01.779777 Python version: 2.7.11 wxPython version: 3.0.2.0 wxWidgets platform: __WXGTK__ wxGlade version: 0.7.2 Language code: de_DE Encoding: ISO8859-15 Filesystem encoding: ISO8859-15 Exception type: Exception details: No module named wcodegen Application stack trace: Stack frame at level 0 ====================== File "/usr/local/lib/python2.7/site-packages/wxglade/codegen/__init__.py", line 23 Function "()" Source code context: import config import errors import misc -> import wcodegen from wcodegen.taghandler import BaseCodeWriterTagHandler from xml_parse import XmlParsingError Local variables: -> errors (): None -> logging (): None -> StringIO (): None -> __builtins__ (): {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BufferError': , 'BytesWarning': , 'DeprecationWarning': , 'EOFError': , 'Ellipsis': Ellipsis, 'EnvironmentError': , 'Exception': , 'False': False, 'FloatingPointError': , 'FutureWarning': , 'GeneratorExit': , 'IOError': , 'ImportError': , 'ImportWarning': , 'IndentationError': , 'IndexError': , 'KeyError': , 'KeyboardInterrupt': , 'LookupError': , 'MemoryError': , 'NameError': , 'None': None, 'NotImplemented': NotImplemented, 'NotImplementedError': , 'OSError': , 'OverflowError': , 'PendingDeprecationWarning': , 'ReferenceError': , 'RuntimeError': , 'RuntimeWarning': , 'StandardError': , 'StopIteration': , 'SyntaxError': , 'SyntaxWarning': , 'SystemError': , 'SystemExit': , 'TabError': , 'True': True, 'TypeError': , 'UnboundLocalError': , 'UnicodeDecodeError': , 'UnicodeEncodeError': , 'UnicodeError': , 'UnicodeTranslateError': , 'UnicodeWarning': , 'UserWarning': , 'ValueError': , 'Warning': , 'ZeroDivisionError': , '_': >, '__debug__': True, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__import__': , '__name__': '__builtin__', '__package__': None, 'abs': , 'all': , 'any': , 'apply': , 'basestring': , 'bin': , 'bool': , 'buffer': , 'bytearray': , 'bytes': , 'callable': , 'chr': , 'classmethod': , 'cmp': , 'coerce': , 'compile': , 'complex': , 'copyright': Copyright (c) 2001-2015 Python Software Foundation. All Rights Reserved. Copyright (c) 2000 BeOpen.com. All Rights Reserved. Copyright (c) 1995-2001 Corporation for National Research Initiatives. All Rights Reserved. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands for supporting Python development. See www.python.org for more information., 'delattr': , 'dict': , 'dir': , 'divmod': , 'enumerate': , 'eval': , 'execfile': , 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'file': , 'filter': , 'float': , 'format': , 'frozenset': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'help': Type help() for interactive help, or help(object) for help about object., 'hex': , 'id': , 'input': , 'int': , 'intern': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'license': Type license() to see the full license text, 'list': , 'locals': , 'long': , 'map': , 'max': , 'memoryview': , 'min': , 'next': , 'object': , 'oct': , 'open': , 'ord': , 'pow': , 'print': , 'property': , 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'range': , 'raw_input': , 'reduce': , 'reload': , 'repr': , 'reversed': , 'round': , 'set': , 'setattr': , 'slice': , 'sorted': , 'staticmethod': , 'str': , 'sum': , 'super': , 'tuple': , 'type': , 'unichr': , 'unicode': , 'vars': , 'xrange': , 'zip': } -> config (): None -> __file__ (): None -> random (): None -> misc (): None -> __package__ (): None -> sys (): None -> __path__ (): None -> types (): None -> time (): None -> __name__ (): None -> copy (): None -> os (): None -> __doc__ (): None -> re (): None -> common (): None Stack frame at level 1 ====================== File "/usr/local/lib/python2.7/site-packages/wxglade/codegen/lisp_codegen.py", line 23 Function "()" Source code context: import os.path import re -> from codegen import BaseLangCodeWriter, \ BaseSourceFileContent, \ BaseWidgetHandler import errors Local variables: -> __builtins__ (): {'ArithmeticError': , 'AssertionError': , 'AttributeError': , 'BaseException': , 'BufferError': , 'BytesWarning': , 'DeprecationWarning': , 'EOFError': , 'Ellipsis': Ellipsis, 'EnvironmentError': , 'Exception': , 'False': False, 'FloatingPointError': , 'FutureWarning': , 'GeneratorExit': , 'IOError': , 'ImportError': , 'ImportWarning': , 'IndentationError': , 'IndexError': , 'KeyError': , 'KeyboardInterrupt': , 'LookupError': , 'MemoryError': , 'NameError': , 'None': None, 'NotImplemented': NotImplemented, 'NotImplementedError': , 'OSError': , 'OverflowError': , 'PendingDeprecationWarning': , 'ReferenceError': , 'RuntimeError': , 'RuntimeWarning': , 'StandardError': , 'StopIteration': , 'SyntaxError': , 'SyntaxWarning': , 'SystemError': , 'SystemExit': , 'TabError': , 'True': True, 'TypeError': , 'UnboundLocalError': , 'UnicodeDecodeError': , 'UnicodeEncodeError': , 'UnicodeError': , 'UnicodeTranslateError': , 'UnicodeWarning': , 'UserWarning': , 'ValueError': , 'Warning': , 'ZeroDivisionError': , '_': >, '__debug__': True, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__import__': , '__name__': '__builtin__', '__package__': None, 'abs': , 'all': , 'any': , 'apply': , 'basestring': , 'bin': , 'bool': , 'buffer': , 'bytearray': , 'bytes': , 'callable': , 'chr': , 'classmethod': , 'cmp': , 'coerce': , 'compile': , 'complex': , 'copyright': Copyright (c) 2001-2015 Python Software Foundation. All Rights Reserved. Copyright (c) 2000 BeOpen.com. All Rights Reserved. Copyright (c) 1995-2001 Corporation for National Research Initiatives. All Rights Reserved. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands for supporting Python development. See www.python.org for more information., 'delattr': , 'dict': , 'dir': , 'divmod': , 'enumerate': , 'eval': , 'execfile': , 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'file': , 'filter': , 'float': , 'format': , 'frozenset': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'help': Type help() for interactive help, or help(object) for help about object., 'hex': , 'id': , 'input': , 'int': , 'intern': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'license': Type license() to see the full license text, 'list': , 'locals': , 'long': , 'map': , 'max': , 'memoryview': , 'min': , 'next': , 'object': , 'oct': , 'open': , 'ord': , 'pow': , 'print': , 'property': , 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'range': , 'raw_input': , 'reduce': , 'reload': , 'repr': , 'reversed': , 'round': , 'set': , 'setattr': , 'slice': , 'sorted': , 'staticmethod': , 'str': , 'sum': , 'super': , 'tuple': , 'type': , 'unichr': , 'unicode': , 'vars': , 'xrange': , 'zip': } -> __file__ (): None -> __package__ (): None -> re (): None -> __name__ (): None -> os (): None -> __doc__ (): None Stack frame at level 2 ====================== File "/usr/local/lib/python2.7/site-packages/wxglade/common.py", line 169 Function "load_code_writers()" Source code context: continue # import file and initiate code writer try: -> writer = __import__(name).writer except (AttributeError, ImportError, NameError, SyntaxError, ValueError): logging.exception( Local variables: -> ext (): '.py' -> codegen_path (): '/usr/local/lib/python2.7/site-packages/wxglade/codegen' -> name (): 'lisp_codegen' -> module (): 'lisp_codegen.py'