Summary - it's easy to make a .zip file containing Leo and all it's dependencies.
Inspired by Matt's recipe, using VirtualBox throw away 1GB Windows XP 32 bit machines, I tried the following. Install Python (installer from python.org) 2.7.2 to C:\Docouments and Settings\someuser\Desktop\leo\python27 Install PyQt (installer from Riverbank) 4.9 into the same folder (it goes there by default) Unzip http://www.greygreen.org/leo/leo-editor-latest.zip into C:\Docouments and Settings\someuser\Desktop\leo\leo-editor-latest Make leo.zip from C:\Docouments and Settings\someuser\Desktop\leo Delete the virtual machine, purging any registry entries etc. created by the two installers. On a fresh machine, searched the registry for 'python' just to be sure, found nothing. Unzip the .zip file, then cd C:\Docouments and Settings\someuser\Desktop\leo python27\python.exe leo-editor-latest\launchLeo.py And Leo opens a blank outline, after asking for an ID, as it's supposed to. Didn't test it beyond that. So, the .zip file contains all Leo needs to run, and obviously runLeo.bat could be added in the top level to actually launch it. Cheers -Terry -- 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.
