Another issue

Igor Korot <[email protected]> Wed, 16 Sep 2020 03:08:00 -0500
Newsgroups gmane.comp.python.wxglade
Message-ID <CA+FnnTxHDW-F6WFsPdt5ZbAMunP33q1LBP66BfEYef14NU71JQ@mail.gmail.com>
Hi,
I'm also getting a SyntaxError trying to preview the wxPanel during design.

The console output is:

[quote]
An unexpected error occurred!

Exception type:      <type 'exceptions.SyntaxError'>
Exception details:   invalid syntax (wxgpd7vcn.py, line 65)

Application stack traceback:
  File "/Users/igorkorot/dbhandler/wxGlade-1.0.0a7/plugins.py", line
228, in import_module
    imported_module = __import__(module_name, {}, {}, ['just_not_empty'])

Date and time:       2020-09-16T03:01:52.979351
Python version:      2.7.11
wxPython version:    3.0.2.0
wxWidgets platform:  __WXMAC__
wxGlade version:     1.0.0a7

[/quote]

Thank you.