> thats cool but i would also like to have > a bit of doc how to do it manually. >
as noted in the other thread, you've stumbled over an omission in the docs. Here is the manual recipe for benefit of the thread archives: Installing Leo on Windows 1. Install Python from http://www.python.org/download/releases/ 2. Install either Tk or Qt, as described above. 3. Install Leo. Get Leo’s .zip file from http://sourceforge.net/projects/leo/ You can unpack the .zip file anywhere, including Python’s *site-packages* folder, for example, C:\Python26\Lib\site-packages 4. [optional] Generate/update a junction link from unpacked leo folder to ...\site-packages\leo: cd C:\Python26\Lib\site-packages\ junction leo leo-4-6-2-final 5. Create windows shortcut (edit paths as necessary): Target = C:\Python26\pythonw.exe "C:\Python26\Lib\site-packages\leo\launchLeo.py" Start in = D:\code 6. Associate .leo filetype batch file: ftype LeoFile=C:\Python26\pythonw.exe "C:\Python26\Lib\site-packages\leo\launchLeo.py" "%*" assoc .leo=LeoFile 7. [optional] Put this leo.bat in %PATH%: @C:\Python26\python.exe "C:\Python26\Lib\site-packages\leo\launchLeo.py" %* For more information see: Junction links: http://technet.microsoft.com/en-gb/sysinternals/bb896768.aspx, http://groups.google.com/group/leo-editor/msg/30116f9193241dc4 ftype: http://ss64.com/nt/ftype.html assoc: http://ss64.com/nt/assoc.html From http://webpages.charter.net/edreamleo/install.html#installing-leo-on-windows(and http://www.maphew.com/How_To/Installing_Leo_Editor_on_Windows.html) cheers, -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
