Re: Upgraded to version 0.70 and getting a BIG error dialog on startup

Dennis DeBerry <sniperlt-/[email protected]>
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
Am 09.02.2015 19:42 schrieb Dennis DeBerry:
> I recently upgraded to version 0.70 of wxglade but whenver I start it
> I get a gigantic dialog box full of error. Sorry for posting so many
> links below but for some reason that dialog will not let me copy and
> paste on windows 7, so I had to take screenshots Here are the links

I'm currently not sure, what the problem ist. Could you share the wxGlade log file "wxglade.log", please?
It's located below "C:\Users\<your username>\AppData\wxglade" (or "C:\Users\<your username>\AppData\Roaming\wxglade"). Please create this directory if it's not exist and restart wxGlade after that.

Regards,
Carsten


Carsten here is its




2015-02-10 08:20:05,855 root INFO: Starting wxGlade version 0.7.0 on Python 2.7.5
2015-02-10 08:20:05,861 root INFO: Current locale settings are:
2015-02-10 08:20:05,861 root INFO:   Language code: English_United States
2015-02-10 08:20:05,862 root INFO:   Encoding: 1252
2015-02-10 08:20:05,864 root INFO:   Filesystem encoding: mbcs
2015-02-10 08:20:05,865 root INFO: Base directory:             C:\Users\DD\Desktop\My Projects\wxGlade
2015-02-10 08:20:05,865 root INFO: Documentation directory:    C:\Users\DD\Desktop\My Projects\wxGlade\docs
2015-02-10 08:20:05,867 root INFO: Icons directory:            C:\Users\DD\Desktop\My Projects\wxGlade\icons
2015-02-10 08:20:05,868 root INFO: Build-in widgets directory: C:\Users\DD\Desktop\My Projects\wxGlade\widgets
2015-02-10 08:20:05,868 root INFO: Template directory:         C:\Users\DD\Desktop\My Projects\wxGlade\templates
2015-02-10 08:20:05,869 root INFO: Credits file:               C:\Users\DD\Desktop\My Projects\wxGlade\credits.txt
2015-02-10 08:20:05,871 root INFO: License file:               C:\Users\DD\Desktop\My Projects\wxGlade\license.txt
2015-02-10 08:20:05,871 root INFO: Tutorial file:              C:\Users\DD\Desktop\My Projects\wxGlade\docs\html\index.html
2015-02-10 08:20:05,872 root INFO: Home directory:             C:\Users\DD
2015-02-10 08:20:05,872 root INFO: Application data directory: C:\Users\DD\AppData\Roaming/wxglade
2015-02-10 08:20:05,875 root INFO: Configuration file:         C:\Users\DD\AppData\Roaming/wxglade\wxglade.ini
2015-02-10 08:20:05,884 root INFO: History file:               C:\Users\DD\AppData\Roaming/wxglade\file_history.txt
2015-02-10 08:20:05,884 root INFO: Log file:                   C:\Users\DD\AppData\Roaming/wxglade\wxglade.log
2015-02-10 08:20:05,887 root INFO: Starting wxGlade version 0.7.0 on Python 2.7.5
2015-02-10 08:20:06,609 root INFO: Using wxPython 2.8.12.1
2015-02-10 08:20:06,638 root INFO: Found widgets listing -> C:\Users\DD\Desktop\My Projects\wxGlade\widgets\widgets.txt
2015-02-10 08:20:06,640 root INFO: Loading widget modules:
2015-02-10 08:20:06,686 root INFO: Module toggle_button.wconfig not found.
2015-02-10 08:20:06,687 root INFO: Module toggle_button.wconfig not found.
2015-02-10 08:20:06,750 root INFO: Module radio_box.wconfig not found.
2015-02-10 08:20:06,752 root INFO: Module radio_box.wconfig not found.
2015-02-10 08:20:06,756 root INFO: Module choice.wconfig not found.
2015-02-10 08:20:06,757 root INFO: Module choice.wconfig not found.
2015-02-10 08:20:06,816 root INFO: Module grid.wconfig not found.
2015-02-10 08:20:06,818 root INFO: Module grid.wconfig not found.
2015-02-10 08:20:06,822 root INFO: Module custom_widget.wconfig not found.
2015-02-10 08:20:06,823 root INFO: Module custom_widget.wconfig not found.
2015-02-10 08:20:06,828 root INFO: Module menubar.wconfig not found.
2015-02-10 08:20:06,835 root INFO: Module menubar.wconfig not found.
2015-02-10 08:20:06,884 root INFO: Module spacer.wconfig not found.
2015-02-10 08:20:06,884 root INFO: Module spacer.wconfig not found.
2015-02-10 08:20:06,930 root INFO: loaded code generator for C++
2015-02-10 08:20:06,937 root INFO: loaded code generator for lisp
2015-02-10 08:20:06,950 root INFO: loaded code generator for perl
2015-02-10 08:20:06,956 root ERROR: "pl_codegen.py" is not a valid code generator module
An unexpected error occurred!

Date and time:       2015-02-10T08:20:06.956000
Python version:      2.7.5
wxPython version:    2.8.12.1
wxWidgets platform:  __WXMSW__
wxGlade version:     0.7.0
Language code:       English_United States
Encoding:            1252
Filesystem encoding: mbcs

Exception type:      <type 'exceptions.ImportError'>
Exception details:   cannot import name BaseCodeWriter
Application stack trace:
Stack frame at level 0
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\codegen\pl_codegen.py", line 25
  Function "<module>()"
  Source code context:
      import os.path
      import re
      
  ->  from codegen import BaseCodeWriter, \
                          BaseSourceFileContent, \
                          BaseWidgetHandler
      
  Local variables:
  -> __builtins__ (<type 'dict'>): {'ArithmeticError': <type 'exceptions.ArithmeticError'>,
 'AssertionError': <type 'exceptions.AssertionError'>,
 'AttributeError': <type 'exceptions.AttributeError'>,
 'BaseException': <type 'exceptions.BaseException'>,
 'BufferError': <type 'exceptions.BufferError'>,
 'BytesWarning': <type 'exceptions.BytesWarning'>,
 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>,
 'EOFError': <type 'exceptions.EOFError'>,
 'Ellipsis': Ellipsis,
 'EnvironmentError': <type 'exceptions.EnvironmentError'>,
 'Exception': <type 'exceptions.Exception'>,
 'False': False,
 'FloatingPointError': <type 'exceptions.FloatingPointError'>,
 'FutureWarning': <type 'exceptions.FutureWarning'>,
 'GeneratorExit': <type 'exceptions.GeneratorExit'>,
 'IOError': <type 'exceptions.IOError'>,
 'ImportError': <type 'exceptions.ImportError'>,
 'ImportWarning': <type 'exceptions.ImportWarning'>,
 'IndentationError': <type 'exceptions.IndentationError'>,
 'IndexError': <type 'exceptions.IndexError'>,
 'KeyError': <type 'exceptions.KeyError'>,
 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
 'LookupError': <type 'exceptions.LookupError'>,
 'MemoryError': <type 'exceptions.MemoryError'>,
 'NameError': <type 'exceptions.NameError'>,
 'None': None,
 'NotImplemented': NotImplemented,
 'NotImplementedError': <type 'exceptions.NotImplementedError'>,
 'OSError': <type 'exceptions.OSError'>,
 'OverflowError': <type 'exceptions.OverflowError'>,
 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>,
 'ReferenceError': <type 'exceptions.ReferenceError'>,
 'RuntimeError': <type 'exceptions.RuntimeError'>,
 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>,
 'StandardError': <type 'exceptions.StandardError'>,
 'StopIteration': <type 'exceptions.StopIteration'>,
 'SyntaxError': <type 'exceptions.SyntaxError'>,
 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>,
 'SystemError': <type 'exceptions.SystemError'>,
 'SystemExit': <type 'exceptions.SystemExit'>,
 'TabError': <type 'exceptions.TabError'>,
 'True': True,
 'TypeError': <type 'exceptions.TypeError'>,
 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
 'UnicodeError': <type 'exceptions.UnicodeError'>,
 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>,
 'UserWarning': <type 'exceptions.UserWarning'>,
 'ValueError': <type 'exceptions.ValueError'>,
 'Warning': <type 'exceptions.Warning'>,
 'WindowsError': <type 'exceptions.WindowsError'>,
 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
 '_': <bound method NullTranslations.ugettext of <gettext.NullTranslations instance at 0x02362D28>>,
 '__debug__': True,
 '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.",
 '__import__': <built-in function __import__>,
 '__name__': '__builtin__',
 '__package__': None,
 'abs': <built-in function abs>,
 'all': <built-in function all>,
 'any': <built-in function any>,
 'apply': <built-in function apply>,
 'basestring': <type 'basestring'>,
 'bin': <built-in function bin>,
 'bool': <type 'bool'>,
 'buffer': <type 'buffer'>,
 'bytearray': <type 'bytearray'>,
 'bytes': <type 'str'>,
 'callable': <built-in function callable>,
 'chr': <built-in function chr>,
 'classmethod': <type 'classmethod'>,
 'cmp': <built-in function cmp>,
 'coerce': <built-in function coerce>,
 'compile': <built-in function compile>,
 'complex': <type 'complex'>,
 'copyright': Copyright (c) 2001-2013 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': <built-in function delattr>,
 'dict': <type 'dict'>,
 'dir': <built-in function dir>,
 'divmod': <built-in function divmod>,
 'enumerate': <type 'enumerate'>,
 'eval': <built-in function eval>,
 'execfile': <built-in function execfile>,
 'exit': Use exit() or Ctrl-Z plus Return to exit,
 'file': <type 'file'>,
 'filter': <built-in function filter>,
 'float': <type 'float'>,
 'format': <built-in function format>,
 'frozenset': <type 'frozenset'>,
 'getattr': <built-in function getattr>,
 'globals': <built-in function globals>,
 'hasattr': <built-in function hasattr>,
 'hash': <built-in function hash>,
 'help': Type help() for interactive help, or help(object) for help about object.,
 'hex': <built-in function hex>,
 'id': <built-in function id>,
 'input': <built-in function input>,
 'int': <type 'int'>,
 'intern': <built-in function intern>,
 'isinstance': <built-in function isinstance>,
 'issubclass': <built-in function issubclass>,
 'iter': <built-in function iter>,
 'len': <built-in function len>,
 'license': Type license() to see the full license text,
 'list': <type 'list'>,
 'locals': <built-in function locals>,
 'long': <type 'long'>,
 'map': <built-in function map>,
 'max': <built-in function max>,
 'memoryview': <type 'memoryview'>,
 'min': <built-in function min>,
 'next': <built-in function next>,
 'object': <type 'object'>,
 'oct': <built-in function oct>,
 'open': <built-in function open>,
 'ord': <built-in function ord>,
 'pow': <built-in function pow>,
 'print': <built-in function print>,
 'property': <type 'property'>,
 'quit': Use quit() or Ctrl-Z plus Return to exit,
 'range': <built-in function range>,
 'raw_input': <built-in function raw_input>,
 'reduce': <built-in function reduce>,
 'reload': <built-in function reload>,
 'repr': <built-in function repr>,
 'reversed': <type 'reversed'>,
 'round': <built-in function round>,
 'set': <type 'set'>,
 'setattr': <built-in function setattr>,
 'slice': <type 'slice'>,
 'sorted': <built-in function sorted>,
 'staticmethod': <type 'staticmethod'>,
 'str': <type 'str'>,
 'sum': <built-in function sum>,
 'super': <type 'super'>,
 'tuple': <type 'tuple'>,
 'type': <type 'type'>,
 'unichr': <built-in function unichr>,
 'unicode': <type 'unicode'>,
 'vars': <built-in function vars>,
 'xrange': <type 'xrange'>,
 'zip': <built-in function zip>}
  -> __file__ (<type 'NoneType'>): None
  -> __package__ (<type 'NoneType'>): None
  -> re (<type 'NoneType'>): None
  -> __name__ (<type 'NoneType'>): None
  -> os (<type 'NoneType'>): None
  -> __doc__ (<type 'NoneType'>): None

Stack frame at level 1
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\common.py", line 444
  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:
  -> codegen_path (<type 'str'>): 'C:\\Users\\DD\\Desktop\\My Projects\\wxGlade\\codegen'
  -> ext (<type 'str'>): '.py'
  -> writer (<class 'perl_codegen.PerlCodeWriter'>): <perl_codegen.PerlCodeWriter object at 0x035CB310>
  -> name (<type 'str'>): 'pl_codegen'
  -> module (<type 'str'>): 'pl_codegen.py'

2015-02-10 08:20:07,059 root ERROR: "pl_codegen.pyc" is not a valid code generator module
An unexpected error occurred!

Date and time:       2015-02-10T08:20:07.060000
Python version:      2.7.5
wxPython version:    2.8.12.1
wxWidgets platform:  __WXMSW__
wxGlade version:     0.7.0
Language code:       English_United States
Encoding:            1252
Filesystem encoding: mbcs

Exception type:      <type 'exceptions.ImportError'>
Exception details:   cannot import name BaseCodeWriter
Application stack trace:
Stack frame at level 0
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\codegen\pl_codegen.py", line 25
  Function "<module>()"
  Source code context:
      import os.path
      import re
      
  ->  from codegen import BaseCodeWriter, \
                          BaseSourceFileContent, \
                          BaseWidgetHandler
      
  Local variables:
  -> __builtins__ (<type 'dict'>): {'ArithmeticError': <type 'exceptions.ArithmeticError'>,
 'AssertionError': <type 'exceptions.AssertionError'>,
 'AttributeError': <type 'exceptions.AttributeError'>,
 'BaseException': <type 'exceptions.BaseException'>,
 'BufferError': <type 'exceptions.BufferError'>,
 'BytesWarning': <type 'exceptions.BytesWarning'>,
 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>,
 'EOFError': <type 'exceptions.EOFError'>,
 'Ellipsis': Ellipsis,
 'EnvironmentError': <type 'exceptions.EnvironmentError'>,
 'Exception': <type 'exceptions.Exception'>,
 'False': False,
 'FloatingPointError': <type 'exceptions.FloatingPointError'>,
 'FutureWarning': <type 'exceptions.FutureWarning'>,
 'GeneratorExit': <type 'exceptions.GeneratorExit'>,
 'IOError': <type 'exceptions.IOError'>,
 'ImportError': <type 'exceptions.ImportError'>,
 'ImportWarning': <type 'exceptions.ImportWarning'>,
 'IndentationError': <type 'exceptions.IndentationError'>,
 'IndexError': <type 'exceptions.IndexError'>,
 'KeyError': <type 'exceptions.KeyError'>,
 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
 'LookupError': <type 'exceptions.LookupError'>,
 'MemoryError': <type 'exceptions.MemoryError'>,
 'NameError': <type 'exceptions.NameError'>,
 'None': None,
 'NotImplemented': NotImplemented,
 'NotImplementedError': <type 'exceptions.NotImplementedError'>,
 'OSError': <type 'exceptions.OSError'>,
 'OverflowError': <type 'exceptions.OverflowError'>,
 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>,
 'ReferenceError': <type 'exceptions.ReferenceError'>,
 'RuntimeError': <type 'exceptions.RuntimeError'>,
 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>,
 'StandardError': <type 'exceptions.StandardError'>,
 'StopIteration': <type 'exceptions.StopIteration'>,
 'SyntaxError': <type 'exceptions.SyntaxError'>,
 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>,
 'SystemError': <type 'exceptions.SystemError'>,
 'SystemExit': <type 'exceptions.SystemExit'>,
 'TabError': <type 'exceptions.TabError'>,
 'True': True,
 'TypeError': <type 'exceptions.TypeError'>,
 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
 'UnicodeError': <type 'exceptions.UnicodeError'>,
 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>,
 'UserWarning': <type 'exceptions.UserWarning'>,
 'ValueError': <type 'exceptions.ValueError'>,
 'Warning': <type 'exceptions.Warning'>,
 'WindowsError': <type 'exceptions.WindowsError'>,
 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
 '_': <bound method NullTranslations.ugettext of <gettext.NullTranslations instance at 0x02362D28>>,
 '__debug__': True,
 '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.",
 '__import__': <built-in function __import__>,
 '__name__': '__builtin__',
 '__package__': None,
 'abs': <built-in function abs>,
 'all': <built-in function all>,
 'any': <built-in function any>,
 'apply': <built-in function apply>,
 'basestring': <type 'basestring'>,
 'bin': <built-in function bin>,
 'bool': <type 'bool'>,
 'buffer': <type 'buffer'>,
 'bytearray': <type 'bytearray'>,
 'bytes': <type 'str'>,
 'callable': <built-in function callable>,
 'chr': <built-in function chr>,
 'classmethod': <type 'classmethod'>,
 'cmp': <built-in function cmp>,
 'coerce': <built-in function coerce>,
 'compile': <built-in function compile>,
 'complex': <type 'complex'>,
 'copyright': Copyright (c) 2001-2013 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': <built-in function delattr>,
 'dict': <type 'dict'>,
 'dir': <built-in function dir>,
 'divmod': <built-in function divmod>,
 'enumerate': <type 'enumerate'>,
 'eval': <built-in function eval>,
 'execfile': <built-in function execfile>,
 'exit': Use exit() or Ctrl-Z plus Return to exit,
 'file': <type 'file'>,
 'filter': <built-in function filter>,
 'float': <type 'float'>,
 'format': <built-in function format>,
 'frozenset': <type 'frozenset'>,
 'getattr': <built-in function getattr>,
 'globals': <built-in function globals>,
 'hasattr': <built-in function hasattr>,
 'hash': <built-in function hash>,
 'help': Type help() for interactive help, or help(object) for help about object.,
 'hex': <built-in function hex>,
 'id': <built-in function id>,
 'input': <built-in function input>,
 'int': <type 'int'>,
 'intern': <built-in function intern>,
 'isinstance': <built-in function isinstance>,
 'issubclass': <built-in function issubclass>,
 'iter': <built-in function iter>,
 'len': <built-in function len>,
 'license': Type license() to see the full license text,
 'list': <type 'list'>,
 'locals': <built-in function locals>,
 'long': <type 'long'>,
 'map': <built-in function map>,
 'max': <built-in function max>,
 'memoryview': <type 'memoryview'>,
 'min': <built-in function min>,
 'next': <built-in function next>,
 'object': <type 'object'>,
 'oct': <built-in function oct>,
 'open': <built-in function open>,
 'ord': <built-in function ord>,
 'pow': <built-in function pow>,
 'print': <built-in function print>,
 'property': <type 'property'>,
 'quit': Use quit() or Ctrl-Z plus Return to exit,
 'range': <built-in function range>,
 'raw_input': <built-in function raw_input>,
 'reduce': <built-in function reduce>,
 'reload': <built-in function reload>,
 'repr': <built-in function repr>,
 'reversed': <type 'reversed'>,
 'round': <built-in function round>,
 'set': <type 'set'>,
 'setattr': <built-in function setattr>,
 'slice': <type 'slice'>,
 'sorted': <built-in function sorted>,
 'staticmethod': <type 'staticmethod'>,
 'str': <type 'str'>,
 'sum': <built-in function sum>,
 'super': <type 'super'>,
 'tuple': <type 'tuple'>,
 'type': <type 'type'>,
 'unichr': <built-in function unichr>,
 'unicode': <type 'unicode'>,
 'vars': <built-in function vars>,
 'xrange': <type 'xrange'>,
 'zip': <built-in function zip>}
  -> __file__ (<type 'NoneType'>): None
  -> __package__ (<type 'NoneType'>): None
  -> re (<type 'NoneType'>): None
  -> __name__ (<type 'NoneType'>): None
  -> os (<type 'NoneType'>): None
  -> __doc__ (<type 'NoneType'>): None

Stack frame at level 1
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\common.py", line 444
  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:
  -> codegen_path (<type 'str'>): 'C:\\Users\\DD\\Desktop\\My Projects\\wxGlade\\codegen'
  -> ext (<type 'str'>): '.pyc'
  -> writer (<class 'perl_codegen.PerlCodeWriter'>): <perl_codegen.PerlCodeWriter object at 0x035CB310>
  -> name (<type 'str'>): 'pl_codegen'
  -> module (<type 'str'>): 'pl_codegen.pyc'

2015-02-10 08:20:07,085 root INFO: loaded code generator for python
2015-02-10 08:20:07,089 root INFO: loaded code generator for XRC
2015-02-10 08:20:07,091 root INFO: Found widgets listing -> C:\Users\DD\Desktop\My Projects\wxGlade\widgets\widgets.txt
2015-02-10 08:20:07,092 root INFO: Loading widget modules:
2015-02-10 08:20:07,121 root INFO: 	frame
2015-02-10 08:20:07,140 root INFO: 	dialog
2015-02-10 08:20:07,160 root INFO: 	panel
2015-02-10 08:20:07,209 root INFO: 	splitter_window
2015-02-10 08:20:07,230 root INFO: 	notebook
2015-02-10 08:20:07,243 root INFO: 	button
2015-02-10 08:20:07,259 root INFO: 	toggle_button
2015-02-10 08:20:07,276 root INFO: 	bitmap_button
2015-02-10 08:20:07,290 root INFO: 	spin_button
2015-02-10 08:20:07,309 root INFO: 	text_ctrl
2015-02-10 08:20:07,325 root INFO: 	spin_ctrl
2015-02-10 08:20:07,336 root INFO: 	slider
2015-02-10 08:20:07,355 root INFO: 	gauge
2015-02-10 08:20:07,372 root INFO: 	static_text
2015-02-10 08:20:07,397 root INFO: 	checkbox
2015-02-10 08:20:07,417 root INFO: 	radio_button
2015-02-10 08:20:07,440 root INFO: 	radio_box
2015-02-10 08:20:07,460 root INFO: 	choice
2015-02-10 08:20:07,473 root INFO: 	combo_box
2015-02-10 08:20:07,500 root INFO: 	list_box
2015-02-10 08:20:07,525 root INFO: 	calendar_ctrl
2015-02-10 08:20:07,540 root INFO: 	datepicker_ctrl
2015-02-10 08:20:07,555 root INFO: 	static_line
2015-02-10 08:20:07,569 root INFO: 	static_bitmap
2015-02-10 08:20:07,585 root INFO: 	list_ctrl
2015-02-10 08:20:07,604 root INFO: 	tree_ctrl
2015-02-10 08:20:07,621 root INFO: 	grid
2015-02-10 08:20:07,634 root INFO: 	custom_widget
2015-02-10 08:20:07,655 root INFO: 	menubar
2015-02-10 08:20:07,671 root INFO: 	statusbar
2015-02-10 08:20:07,696 root INFO: 	toolbar
2015-02-10 08:20:07,707 root INFO: 	spacer
2015-02-10 08:20:07,726 root INFO: 	hyperlink_ctrl
2015-02-10 08:20:07,835 root INFO: Module calendar_ctrl.lisp_codegen not found.
2015-02-10 08:20:07,836 root INFO: Module calendar_ctrl.lisp_codegen not found.
2015-02-10 08:20:14,423 wxGladeFrame INFO: Read wxGlade project from file "C:\Users\DD\#~wxg.autosave~#"
2015-02-10 08:20:14,901 wxGladeFrame INFO: Loading time: 0.48196
2015-02-10 08:20:30,749 wxGladeFrame INFO: Read wxGlade project from file "C:\Users\DD\Desktop\My Projects\Python Tutorials\contactlist.wxg"
2015-02-10 08:20:30,829 wxGladeFrame INFO: Loading time: 0.14101
2015-02-10 08:23:15,102 wxGladeFrame INFO: Read wxGlade project from file "C:\Users\DD\Desktop\My Projects\Python Tutorials\contactlist.wxg"
2015-02-10 08:23:15,194 wxGladeFrame INFO: Loading time: 0.12490
2015-02-10 21:29:47,197 root INFO: Starting wxGlade version 0.7.0 on Python 2.7.5
2015-02-10 21:29:47,273 root INFO: Current locale settings are:
2015-02-10 21:29:47,273 root INFO:   Language code: English_United States
2015-02-10 21:29:47,273 root INFO:   Encoding: 1252
2015-02-10 21:29:47,275 root INFO:   Filesystem encoding: mbcs
2015-02-10 21:29:47,276 root INFO: Base directory:             C:\Users\DD\Desktop\My Projects\wxGlade
2015-02-10 21:29:47,276 root INFO: Documentation directory:    C:\Users\DD\Desktop\My Projects\wxGlade\docs
2015-02-10 21:29:47,276 root INFO: Icons directory:            C:\Users\DD\Desktop\My Projects\wxGlade\icons
2015-02-10 21:29:47,278 root INFO: Build-in widgets directory: C:\Users\DD\Desktop\My Projects\wxGlade\widgets
2015-02-10 21:29:47,279 root INFO: Template directory:         C:\Users\DD\Desktop\My Projects\wxGlade\templates
2015-02-10 21:29:47,279 root INFO: Credits file:               C:\Users\DD\Desktop\My Projects\wxGlade\credits.txt
2015-02-10 21:29:47,279 root INFO: License file:               C:\Users\DD\Desktop\My Projects\wxGlade\license.txt
2015-02-10 21:29:47,280 root INFO: Tutorial file:              C:\Users\DD\Desktop\My Projects\wxGlade\docs\html\index.html
2015-02-10 21:29:47,282 root INFO: Home directory:             C:\Users\DD
2015-02-10 21:29:47,282 root INFO: Application data directory: C:\Users\DD\AppData\Roaming/wxglade
2015-02-10 21:29:47,282 root INFO: Configuration file:         C:\Users\DD\AppData\Roaming/wxglade\wxglade.ini
2015-02-10 21:29:47,283 root INFO: History file:               C:\Users\DD\AppData\Roaming/wxglade\file_history.txt
2015-02-10 21:29:47,285 root INFO: Log file:                   C:\Users\DD\AppData\Roaming/wxglade\wxglade.log
2015-02-10 21:29:47,285 root INFO: Starting wxGlade version 0.7.0 on Python 2.7.5
2015-02-10 21:29:54,130 root INFO: Using wxPython 2.8.12.1
2015-02-10 21:29:54,767 root INFO: Found widgets listing -> C:\Users\DD\Desktop\My Projects\wxGlade\widgets\widgets.txt
2015-02-10 21:29:54,769 root INFO: Loading widget modules:
2015-02-10 21:29:54,980 root INFO: Module toggle_button.wconfig not found.
2015-02-10 21:29:54,980 root INFO: Module toggle_button.wconfig not found.
2015-02-10 21:29:55,240 root INFO: Module radio_box.wconfig not found.
2015-02-10 21:29:55,240 root INFO: Module radio_box.wconfig not found.
2015-02-10 21:29:55,250 root INFO: Module choice.wconfig not found.
2015-02-10 21:29:55,252 root INFO: Module choice.wconfig not found.
2015-02-10 21:29:55,648 root INFO: Module grid.wconfig not found.
2015-02-10 21:29:55,648 root INFO: Module grid.wconfig not found.
2015-02-10 21:29:55,684 root INFO: Module custom_widget.wconfig not found.
2015-02-10 21:29:55,684 root INFO: Module custom_widget.wconfig not found.
2015-02-10 21:29:55,704 root INFO: Module menubar.wconfig not found.
2015-02-10 21:29:55,706 root INFO: Module menubar.wconfig not found.
2015-02-10 21:29:55,828 root INFO: Module spacer.wconfig not found.
2015-02-10 21:29:55,828 root INFO: Module spacer.wconfig not found.
2015-02-10 21:29:56,049 root INFO: loaded code generator for C++
2015-02-10 21:29:56,055 root INFO: loaded code generator for lisp
2015-02-10 21:29:56,078 root INFO: loaded code generator for perl
2015-02-10 21:29:56,091 root ERROR: "pl_codegen.py" is not a valid code generator module
An unexpected error occurred!

Date and time:       2015-02-10T21:29:56.092000
Python version:      2.7.5
wxPython version:    2.8.12.1
wxWidgets platform:  __WXMSW__
wxGlade version:     0.7.0
Language code:       English_United States
Encoding:            1252
Filesystem encoding: mbcs

Exception type:      <type 'exceptions.ImportError'>
Exception details:   cannot import name BaseCodeWriter
Application stack trace:
Stack frame at level 0
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\codegen\pl_codegen.py", line 25
  Function "<module>()"
  Source code context:
      import os.path
      import re
      
  ->  from codegen import BaseCodeWriter, \
                          BaseSourceFileContent, \
                          BaseWidgetHandler
      
  Local variables:
  -> __builtins__ (<type 'dict'>): {'ArithmeticError': <type 'exceptions.ArithmeticError'>,
 'AssertionError': <type 'exceptions.AssertionError'>,
 'AttributeError': <type 'exceptions.AttributeError'>,
 'BaseException': <type 'exceptions.BaseException'>,
 'BufferError': <type 'exceptions.BufferError'>,
 'BytesWarning': <type 'exceptions.BytesWarning'>,
 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>,
 'EOFError': <type 'exceptions.EOFError'>,
 'Ellipsis': Ellipsis,
 'EnvironmentError': <type 'exceptions.EnvironmentError'>,
 'Exception': <type 'exceptions.Exception'>,
 'False': False,
 'FloatingPointError': <type 'exceptions.FloatingPointError'>,
 'FutureWarning': <type 'exceptions.FutureWarning'>,
 'GeneratorExit': <type 'exceptions.GeneratorExit'>,
 'IOError': <type 'exceptions.IOError'>,
 'ImportError': <type 'exceptions.ImportError'>,
 'ImportWarning': <type 'exceptions.ImportWarning'>,
 'IndentationError': <type 'exceptions.IndentationError'>,
 'IndexError': <type 'exceptions.IndexError'>,
 'KeyError': <type 'exceptions.KeyError'>,
 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
 'LookupError': <type 'exceptions.LookupError'>,
 'MemoryError': <type 'exceptions.MemoryError'>,
 'NameError': <type 'exceptions.NameError'>,
 'None': None,
 'NotImplemented': NotImplemented,
 'NotImplementedError': <type 'exceptions.NotImplementedError'>,
 'OSError': <type 'exceptions.OSError'>,
 'OverflowError': <type 'exceptions.OverflowError'>,
 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>,
 'ReferenceError': <type 'exceptions.ReferenceError'>,
 'RuntimeError': <type 'exceptions.RuntimeError'>,
 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>,
 'StandardError': <type 'exceptions.StandardError'>,
 'StopIteration': <type 'exceptions.StopIteration'>,
 'SyntaxError': <type 'exceptions.SyntaxError'>,
 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>,
 'SystemError': <type 'exceptions.SystemError'>,
 'SystemExit': <type 'exceptions.SystemExit'>,
 'TabError': <type 'exceptions.TabError'>,
 'True': True,
 'TypeError': <type 'exceptions.TypeError'>,
 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
 'UnicodeError': <type 'exceptions.UnicodeError'>,
 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>,
 'UserWarning': <type 'exceptions.UserWarning'>,
 'ValueError': <type 'exceptions.ValueError'>,
 'Warning': <type 'exceptions.Warning'>,
 'WindowsError': <type 'exceptions.WindowsError'>,
 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
 '_': <bound method NullTranslations.ugettext of <gettext.NullTranslations instance at 0x02282D28>>,
 '__debug__': True,
 '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.",
 '__import__': <built-in function __import__>,
 '__name__': '__builtin__',
 '__package__': None,
 'abs': <built-in function abs>,
 'all': <built-in function all>,
 'any': <built-in function any>,
 'apply': <built-in function apply>,
 'basestring': <type 'basestring'>,
 'bin': <built-in function bin>,
 'bool': <type 'bool'>,
 'buffer': <type 'buffer'>,
 'bytearray': <type 'bytearray'>,
 'bytes': <type 'str'>,
 'callable': <built-in function callable>,
 'chr': <built-in function chr>,
 'classmethod': <type 'classmethod'>,
 'cmp': <built-in function cmp>,
 'coerce': <built-in function coerce>,
 'compile': <built-in function compile>,
 'complex': <type 'complex'>,
 'copyright': Copyright (c) 2001-2013 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': <built-in function delattr>,
 'dict': <type 'dict'>,
 'dir': <built-in function dir>,
 'divmod': <built-in function divmod>,
 'enumerate': <type 'enumerate'>,
 'eval': <built-in function eval>,
 'execfile': <built-in function execfile>,
 'exit': Use exit() or Ctrl-Z plus Return to exit,
 'file': <type 'file'>,
 'filter': <built-in function filter>,
 'float': <type 'float'>,
 'format': <built-in function format>,
 'frozenset': <type 'frozenset'>,
 'getattr': <built-in function getattr>,
 'globals': <built-in function globals>,
 'hasattr': <built-in function hasattr>,
 'hash': <built-in function hash>,
 'help': Type help() for interactive help, or help(object) for help about object.,
 'hex': <built-in function hex>,
 'id': <built-in function id>,
 'input': <built-in function input>,
 'int': <type 'int'>,
 'intern': <built-in function intern>,
 'isinstance': <built-in function isinstance>,
 'issubclass': <built-in function issubclass>,
 'iter': <built-in function iter>,
 'len': <built-in function len>,
 'license': Type license() to see the full license text,
 'list': <type 'list'>,
 'locals': <built-in function locals>,
 'long': <type 'long'>,
 'map': <built-in function map>,
 'max': <built-in function max>,
 'memoryview': <type 'memoryview'>,
 'min': <built-in function min>,
 'next': <built-in function next>,
 'object': <type 'object'>,
 'oct': <built-in function oct>,
 'open': <built-in function open>,
 'ord': <built-in function ord>,
 'pow': <built-in function pow>,
 'print': <built-in function print>,
 'property': <type 'property'>,
 'quit': Use quit() or Ctrl-Z plus Return to exit,
 'range': <built-in function range>,
 'raw_input': <built-in function raw_input>,
 'reduce': <built-in function reduce>,
 'reload': <built-in function reload>,
 'repr': <built-in function repr>,
 'reversed': <type 'reversed'>,
 'round': <built-in function round>,
 'set': <type 'set'>,
 'setattr': <built-in function setattr>,
 'slice': <type 'slice'>,
 'sorted': <built-in function sorted>,
 'staticmethod': <type 'staticmethod'>,
 'str': <type 'str'>,
 'sum': <built-in function sum>,
 'super': <type 'super'>,
 'tuple': <type 'tuple'>,
 'type': <type 'type'>,
 'unichr': <built-in function unichr>,
 'unicode': <type 'unicode'>,
 'vars': <built-in function vars>,
 'xrange': <type 'xrange'>,
 'zip': <built-in function zip>}
  -> __file__ (<type 'NoneType'>): None
  -> __package__ (<type 'NoneType'>): None
  -> re (<type 'NoneType'>): None
  -> __name__ (<type 'NoneType'>): None
  -> os (<type 'NoneType'>): None
  -> __doc__ (<type 'NoneType'>): None

Stack frame at level 1
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\common.py", line 444
  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:
  -> codegen_path (<type 'str'>): 'C:\\Users\\DD\\Desktop\\My Projects\\wxGlade\\codegen'
  -> ext (<type 'str'>): '.py'
  -> writer (<class 'perl_codegen.PerlCodeWriter'>): <perl_codegen.PerlCodeWriter object at 0x03589310>
  -> name (<type 'str'>): 'pl_codegen'
  -> module (<type 'str'>): 'pl_codegen.py'

2015-02-10 21:29:56,243 root ERROR: "pl_codegen.pyc" is not a valid code generator module
An unexpected error occurred!

Date and time:       2015-02-10T21:29:56.243000
Python version:      2.7.5
wxPython version:    2.8.12.1
wxWidgets platform:  __WXMSW__
wxGlade version:     0.7.0
Language code:       English_United States
Encoding:            1252
Filesystem encoding: mbcs

Exception type:      <type 'exceptions.ImportError'>
Exception details:   cannot import name BaseCodeWriter
Application stack trace:
Stack frame at level 0
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\codegen\pl_codegen.py", line 25
  Function "<module>()"
  Source code context:
      import os.path
      import re
      
  ->  from codegen import BaseCodeWriter, \
                          BaseSourceFileContent, \
                          BaseWidgetHandler
      
  Local variables:
  -> __builtins__ (<type 'dict'>): {'ArithmeticError': <type 'exceptions.ArithmeticError'>,
 'AssertionError': <type 'exceptions.AssertionError'>,
 'AttributeError': <type 'exceptions.AttributeError'>,
 'BaseException': <type 'exceptions.BaseException'>,
 'BufferError': <type 'exceptions.BufferError'>,
 'BytesWarning': <type 'exceptions.BytesWarning'>,
 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>,
 'EOFError': <type 'exceptions.EOFError'>,
 'Ellipsis': Ellipsis,
 'EnvironmentError': <type 'exceptions.EnvironmentError'>,
 'Exception': <type 'exceptions.Exception'>,
 'False': False,
 'FloatingPointError': <type 'exceptions.FloatingPointError'>,
 'FutureWarning': <type 'exceptions.FutureWarning'>,
 'GeneratorExit': <type 'exceptions.GeneratorExit'>,
 'IOError': <type 'exceptions.IOError'>,
 'ImportError': <type 'exceptions.ImportError'>,
 'ImportWarning': <type 'exceptions.ImportWarning'>,
 'IndentationError': <type 'exceptions.IndentationError'>,
 'IndexError': <type 'exceptions.IndexError'>,
 'KeyError': <type 'exceptions.KeyError'>,
 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
 'LookupError': <type 'exceptions.LookupError'>,
 'MemoryError': <type 'exceptions.MemoryError'>,
 'NameError': <type 'exceptions.NameError'>,
 'None': None,
 'NotImplemented': NotImplemented,
 'NotImplementedError': <type 'exceptions.NotImplementedError'>,
 'OSError': <type 'exceptions.OSError'>,
 'OverflowError': <type 'exceptions.OverflowError'>,
 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>,
 'ReferenceError': <type 'exceptions.ReferenceError'>,
 'RuntimeError': <type 'exceptions.RuntimeError'>,
 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>,
 'StandardError': <type 'exceptions.StandardError'>,
 'StopIteration': <type 'exceptions.StopIteration'>,
 'SyntaxError': <type 'exceptions.SyntaxError'>,
 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>,
 'SystemError': <type 'exceptions.SystemError'>,
 'SystemExit': <type 'exceptions.SystemExit'>,
 'TabError': <type 'exceptions.TabError'>,
 'True': True,
 'TypeError': <type 'exceptions.TypeError'>,
 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
 'UnicodeError': <type 'exceptions.UnicodeError'>,
 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>,
 'UserWarning': <type 'exceptions.UserWarning'>,
 'ValueError': <type 'exceptions.ValueError'>,
 'Warning': <type 'exceptions.Warning'>,
 'WindowsError': <type 'exceptions.WindowsError'>,
 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
 '_': <bound method NullTranslations.ugettext of <gettext.NullTranslations instance at 0x02282D28>>,
 '__debug__': True,
 '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.",
 '__import__': <built-in function __import__>,
 '__name__': '__builtin__',
 '__package__': None,
 'abs': <built-in function abs>,
 'all': <built-in function all>,
 'any': <built-in function any>,
 'apply': <built-in function apply>,
 'basestring': <type 'basestring'>,
 'bin': <built-in function bin>,
 'bool': <type 'bool'>,
 'buffer': <type 'buffer'>,
 'bytearray': <type 'bytearray'>,
 'bytes': <type 'str'>,
 'callable': <built-in function callable>,
 'chr': <built-in function chr>,
 'classmethod': <type 'classmethod'>,
 'cmp': <built-in function cmp>,
 'coerce': <built-in function coerce>,
 'compile': <built-in function compile>,
 'complex': <type 'complex'>,
 'copyright': Copyright (c) 2001-2013 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': <built-in function delattr>,
 'dict': <type 'dict'>,
 'dir': <built-in function dir>,
 'divmod': <built-in function divmod>,
 'enumerate': <type 'enumerate'>,
 'eval': <built-in function eval>,
 'execfile': <built-in function execfile>,
 'exit': Use exit() or Ctrl-Z plus Return to exit,
 'file': <type 'file'>,
 'filter': <built-in function filter>,
 'float': <type 'float'>,
 'format': <built-in function format>,
 'frozenset': <type 'frozenset'>,
 'getattr': <built-in function getattr>,
 'globals': <built-in function globals>,
 'hasattr': <built-in function hasattr>,
 'hash': <built-in function hash>,
 'help': Type help() for interactive help, or help(object) for help about object.,
 'hex': <built-in function hex>,
 'id': <built-in function id>,
 'input': <built-in function input>,
 'int': <type 'int'>,
 'intern': <built-in function intern>,
 'isinstance': <built-in function isinstance>,
 'issubclass': <built-in function issubclass>,
 'iter': <built-in function iter>,
 'len': <built-in function len>,
 'license': Type license() to see the full license text,
 'list': <type 'list'>,
 'locals': <built-in function locals>,
 'long': <type 'long'>,
 'map': <built-in function map>,
 'max': <built-in function max>,
 'memoryview': <type 'memoryview'>,
 'min': <built-in function min>,
 'next': <built-in function next>,
 'object': <type 'object'>,
 'oct': <built-in function oct>,
 'open': <built-in function open>,
 'ord': <built-in function ord>,
 'pow': <built-in function pow>,
 'print': <built-in function print>,
 'property': <type 'property'>,
 'quit': Use quit() or Ctrl-Z plus Return to exit,
 'range': <built-in function range>,
 'raw_input': <built-in function raw_input>,
 'reduce': <built-in function reduce>,
 'reload': <built-in function reload>,
 'repr': <built-in function repr>,
 'reversed': <type 'reversed'>,
 'round': <built-in function round>,
 'set': <type 'set'>,
 'setattr': <built-in function setattr>,
 'slice': <type 'slice'>,
 'sorted': <built-in function sorted>,
 'staticmethod': <type 'staticmethod'>,
 'str': <type 'str'>,
 'sum': <built-in function sum>,
 'super': <type 'super'>,
 'tuple': <type 'tuple'>,
 'type': <type 'type'>,
 'unichr': <built-in function unichr>,
 'unicode': <type 'unicode'>,
 'vars': <built-in function vars>,
 'xrange': <type 'xrange'>,
 'zip': <built-in function zip>}
  -> __file__ (<type 'NoneType'>): None
  -> __package__ (<type 'NoneType'>): None
  -> re (<type 'NoneType'>): None
  -> __name__ (<type 'NoneType'>): None
  -> os (<type 'NoneType'>): None
  -> __doc__ (<type 'NoneType'>): None

Stack frame at level 1
======================
  File "C:\Users\DD\Desktop\My Projects\wxGlade\common.py", line 444
  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:
  -> codegen_path (<type 'str'>): 'C:\\Users\\DD\\Desktop\\My Projects\\wxGlade\\codegen'
  -> ext (<type 'str'>): '.pyc'
  -> writer (<class 'perl_codegen.PerlCodeWriter'>): <perl_codegen.PerlCodeWriter object at 0x03589310>
  -> name (<type 'str'>): 'pl_codegen'
  -> module (<type 'str'>): 'pl_codegen.pyc'

2015-02-10 21:29:56,280 root INFO: loaded code generator for python
2015-02-10 21:29:56,286 root INFO: loaded code generator for XRC
2015-02-10 21:29:56,288 root INFO: Found widgets listing -> C:\Users\DD\Desktop\My Projects\wxGlade\widgets\widgets.txt
2015-02-10 21:29:56,288 root INFO: Loading widget modules:
2015-02-10 21:29:56,503 root INFO: 	frame
2015-02-10 21:29:56,578 root INFO: 	dialog
2015-02-10 21:29:56,684 root INFO: 	panel
2015-02-10 21:29:56,931 root INFO: 	splitter_window
2015-02-10 21:29:56,993 root INFO: 	notebook
2015-02-10 21:29:57,085 root INFO: 	button
2015-02-10 21:29:57,157 root INFO: 	toggle_button
2015-02-10 21:29:57,244 root INFO: 	bitmap_button
2015-02-10 21:29:57,295 root INFO: 	spin_button
2015-02-10 21:29:57,388 root INFO: 	text_ctrl
2015-02-10 21:29:57,444 root INFO: 	spin_ctrl
2015-02-10 21:29:57,548 root INFO: 	slider
2015-02-10 21:29:57,585 root INFO: 	gauge
2015-02-10 21:29:57,621 root INFO: 	static_text
2015-02-10 21:29:57,657 root INFO: 	checkbox
2015-02-10 21:29:57,746 root INFO: 	radio_button
2015-02-10 21:29:57,845 root INFO: 	radio_box
2015-02-10 21:29:57,892 root INFO: 	choice
2015-02-10 21:29:57,953 root INFO: 	combo_box
2015-02-10 21:29:57,986 root INFO: 	list_box
2015-02-10 21:29:58,313 root INFO: 	calendar_ctrl
2015-02-10 21:29:58,400 root INFO: 	datepicker_ctrl
2015-02-10 21:29:58,453 root INFO: 	static_line
2015-02-10 21:29:58,513 root INFO: 	static_bitmap
2015-02-10 21:29:58,569 root INFO: 	list_ctrl
2015-02-10 21:29:58,618 root INFO: 	tree_ctrl
2015-02-10 21:29:58,661 root INFO: 	grid
2015-02-10 21:29:58,721 root INFO: 	custom_widget
2015-02-10 21:29:58,782 root INFO: 	menubar
2015-02-10 21:29:58,898 root INFO: 	statusbar
2015-02-10 21:29:59,005 root INFO: 	toolbar
2015-02-10 21:29:59,051 root INFO: 	spacer
2015-02-10 21:29:59,112 root INFO: 	hyperlink_ctrl
2015-02-10 21:29:59,752 root INFO: Module calendar_ctrl.lisp_codegen not found.
2015-02-10 21:29:59,753 root INFO: Module calendar_ctrl.lisp_codegen not found.
2015-02-10 21:30:57,569 wxGladeFrame INFO: Read wxGlade project from file "C:\Users\DD\Desktop\My Projects\Python Tutorials\contactlist.wxg"
2015-02-10 21:30:58,895 wxGladeFrame INFO: Loading time: 1.33387


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.