On Wed, Apr 27, 2016 at 8:22 AM, lewis <[email protected]> wrote:
> Here is the result of running > import PyQt5.QtWebKitWidgets as QtWebKitWidgets > > exception executing script > Traceback (most recent call last): > File "N:\git\leo-editor\leo\core\leoCommands.py", line 1700, in > executeScript > c.executeScriptHelper(args, define_g, define_name, namespace, script) > File "N:\git\leo-editor\leo\core\leoCommands.py", line 1735, in > executeScriptHelper > exec(compile(script, scriptFile, 'exec'), d) > File "C:\Users\lewis\.leo\scriptFile.py", line 3, in <module> > import PyQt5.QtWebKitWidgets as QtWebKitWidgets > ImportError: No module named ' > > PyQt5.QtWebKitWidgets' > QtWebKitWidgets does not seem available. This looks like an installation problem. You might try googling PyQt5.QtWebKitWidgets for more info. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
