Running this script:
c.pyzoController.open_file_browser()

to run Pyzo from within Leo I get this traceback:

exception executing script
Traceback (most recent call last):

  File "N:\git\leo-editor\leo\core\leoCommands.py", line 644, in 
executeScript
c.executeScriptHelper(args, define_g, define_name, namespace, script)

  File "N:\git\leo-editor\leo\core\leoCommands.py", line 693, in 
executeScriptHelper
exec(compile(script, scriptFile, 'exec'), d)

  File "C:/Users/lewis/.leo/scriptFile.py", line 25, in <module>
c.pyzoController.open_file_browser()

AttributeError: 'Commands' object has no attribute 'pyzoController'

--------------------
  line 24: 
* line 25: c.pyzoController.open_file_browser()
  line 26: #@-leo
  line 27: 
 [end]

I'm running commit 77564be
Leo Log Window
Leo 6.0-devel, devel branch
Python 3.7.3, PyQt version 5.12.3
Windows 10 AMD64 (build 10.0.17134) SP0

I have plugin pyzo_support.py enabled.

Regards
Lewis

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/8d57cd68-3865-497c-b639-4b8043092d2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to