After a while I realized Im not using this feature, and here is the reason:
If I double click my desktop links to the leo files I use the most, they will open Leo alright, but they will open each in a new window, instead of incoroprating themselves to the leo window Im working with. Since Leo offers the option to detach leo windows, In my oppinion they should come to the same Leo window already open. I was also thinking on linking the leo files I use the most each to a node of my tree, but again its not as useful as I would like because each of them will open in different windows. My objective here is to be able to come back to the previous Leo session as it was then i closed it to go on, instead of having to open every leo file individually) I have done this process (associating leo files) again in another computer (to be able to report its performance on it) and It doesnt work well: Files will open Leo, stand there for a second, and then close. But I can open leo by running "launchleo.py". I have deleted myleosettings file and then it works, so its a conflict with a plugin. Tell me if you need any extra information to try and find the bug. The plugins im currently using are: plugins_menu.py > > contextmenu.py > leo_to_html.py > mod_scripting.py > nav_qt.py > quicksearch.py > stickynotes.py > todo.py > viewrendered.py > > > active_path.py > add_directives.py > at_folder.py > at_produce.py > at_view.py > bookmarks.py > codewisecompleter.py > colorize_headlines.py > datenodes.py > detect_urls.py > dragdropgoodies.py > FileActions.py > interact.py > leo_interface.py > leo_pdf.py > leo_to_html.py > leo_to_rtf.py > leofeeds.py > leomail.py > leoscreen.py > macros.py > mnplugins.py > mod_framesize.py > mod_http.py > mod_read_dir_outline.py > mod_scripting.py > mod_timestamp.py > nested_splitter.py > nodeActions.py > outline_export.py > paste_as_headlines.py > plugins_menu.py > pretty_print.py > projectwizard.py > qtGui.py > qt_main.py > qt_quicksearch.py > qtframecommands.py > quickMove.py > quicksearch.py > run_nodes.py > screenshots.py > scripts_menu.py > todo.py > viewrendered.py The Leo log window when I open with launchleo.py is: Leo Log Window > Leo 4.11 devel, build 5753, 2013-05-08 02:56:43 -0500 > Python 2.7.2, qt version 4.8.4 > Windows 6, 1, 7600, 2, > Error: leo.plugins.at_folder.init did not return a bool > loadOnePlugin: can not load enabled plugin: leo.plugins.at_folder > at_view plugin not loaded: win32Clipboard not present. > Error: leo.plugins.at_view.init did not return a bool > loadOnePlugin: can not load enabled plugin: leo.plugins.at_view > loadOnePlugin: can not load enabled plugin: leo.plugins.codewisecompleter > error importing plugin: leo.plugins.detect_urls > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 556, in > loadOnePlugin > __import__(moduleName) > ImportError: No module named detect_urls > loadOnePlugin: can not load enabled plugin: leo.plugins.detect_urls > error importing plugin: leo.plugins.interact > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 556, in > loadOnePlugin > __import__(moduleName) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\interact.py", line 45, in <module> > import pexpect > ImportError: No module named pexpect > loadOnePlugin: can not load enabled plugin: leo.plugins.interact > error importing plugin: leo.plugins.leo_pdf > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 556, in > loadOnePlugin > __import__(moduleName) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leo_pdf.py", line 267, in <module> > import docutils > ImportError: No module named docutils > loadOnePlugin: can not load enabled plugin: leo.plugins.leo_pdf > error importing plugin: leo.plugins.leofeeds > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 556, in > loadOnePlugin > __import__(moduleName) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leofeeds.py", line 36, in <module> > import feedparser > ImportError: No module named feedparser > loadOnePlugin: can not load enabled plugin: leo.plugins.leofeeds > exception importing plugin leo.plugins.pretty_print > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 556, in > loadOnePlugin > __import__(moduleName) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\pretty_print.py", line 28, in > <module> > oldPrettyPrinter = leoCommands.Commands.prettyPrinter > AttributeError: type object 'Commands' has no attribute 'prettyPrinter' > loadOnePlugin: can not load enabled plugin: leo.plugins.pretty_print > reading: D:\Dropbox\LEO EDITOR\leo\config\myleoSettings.leo > > hook failed: create-optional-menus, <function create_UserMenu at 0x0276CEB0>, > leo.plugins.mnplugins > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 336, in > callTagHandler > result = handler(tag,keywords) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\mnplugins.py", line 136, in > create_UserMenu > c.frame.menu.createMenuEntries(c.pluginMenu,table,dynamicMenu=True) > AttributeError: 'Commands' object has no attribute 'pluginMenu' > > hook failed: after-create-leo-frame, <function onCreate at 0x0276C0B0>, > leo.plugins.leoscreen > Traceback (most recent call last): > > File "D:\Dropbox\LEO EDITOR\leo\core\leoPlugins.py", line 336, in > callTagHandler > result = handler(tag,keywords) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leoscreen.py", line 176, in onCreate > leoscreen_Controller(c) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leoscreen.py", line 214, in __init__ > self._get_output() # prime output diffing system > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leoscreen.py", line 284, in > _get_output > self.screen_cmd(['hardcopy -h "%s"'%self.tmpfile]) > > File "D:\Dropbox\LEO EDITOR\leo\plugins\leoscreen.py", line 242, in > screen_cmd > stderr=subprocess.PIPE) # screen's behavior > File "C:\Python27\lib\subprocess.py", line 672, in __init__ > errread, errwrite) > File "C:\Python27\lib\subprocess.py", line 882, in _execute_child > startupinfo) > WindowsError: [Error 2] The system cannot find the file specified On Monday, May 13, 2013 8:53:36 AM UTC+2, Fidel Pérez wrote: > > Welcome, here you go: > > Leo Log Window >> Leo 4.11 devel, build 5753, 2013-05-08 02:56:43 -0500 >> Python 2.7.4, qt version 4.8.4 >> Windows 6, 1, 7601, 2, Service Pack 1 > > > On Monday, May 13, 2013 8:14:45 AM UTC+2, Matt Wilkie wrote: >> >> Thanks for the info Fidel. Can you post the beginning of the Leo log >> window? It looks like: >> >> Leo Log Window >> Leo 4.11 devel, build 5768, 2013-05-11 23:23:23 >> Python 2.7.4, qt version 4.7.1 >> Windows 6, 1, 7601, 2, Service Pack 1 >> >> cheers, >> >> -matt >> >> On Sat, May 11, 2013 at 8:46 AM, Fidel Pérez <[email protected]> wrote: >> >>> Thanks for the info Matt. >>> >>> I just did the first step, and this is the result: >>> >>> - When double click leo files, Leo opens, asks if I really want to >>> open that file (it says it is already open, but its not true) and then >>> open >>> and instantly (I get to see the tree but in about 1/4th of a second it >>> dissapears/closes Leo). Same thing happens if I have another instance of >>> Leo open. (That instance will still be open and not affected by this >>> process) >>> >>> Did also the second step, with UAC disabled: >>> >>> - It actually works, but as a tip for non expert users like me, it >>> asked me what did I want to associate leo files with, I said >>> launchleo.py, >>> and of course it didnt work. Then I associated them with python.exe (Im >>> talking about Windows -right click- run with) and then it works! >>> finally! >>> Thanks a lot >>> - Still asks if i want to open the file even though the file is >>> already open (and its not) >>> >>> Thanks again, hope this feedback is useful. >>> >>> >> -- 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 http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
