double quote character causing compiler to barf
"Brendan Simon (eTRIX)" <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Organization | eTRIX pty ltd |
| Message-ID | <[email protected]> |
I am trying to include a header for panel object (created in same wxglade project). I type in my include statement, but the app or system changes the double quotes to a different type of double quote, which the compiler barfs on. I'm running on a Mac (High Sierra OS X 10.13.6), Python 3.6, wxglade 0.9.3. `Code` tab => `Extra (import) code for this widget` #include “MyPanel.h” instead of: #include "MyPanel.h" Notice the difference in the double quotes character !! Is this a known problem, or something wrong with my setup? Thanks, Brendan. _______________________________________________ wxGlade-general mailing list wxGlade-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/wxglade-general