On Aug 16, 2:37 pm, Terry Brown <[email protected]> wrote: > Sure, if that was what it takes, it's not feasible. My thought was to set up > python, leo, and Qt in a single directory - the directory would then be > installed by the "leo" installer, so that you end up with leo and its private > copies of python/qt in c:\program files\leo\leo or somesuch. Dumb, > inelegant, and the lowest possible barrier to the Leo experience from a user > perspective.
Now that you mention it, this is how the "Standalone" installer for Bazaar works. It installs Python (the DLL), PyQt4, and all other required DLLs, along with its own code in the form of Python extension DLLs and "pyo" files, to Program Files\Bazaar. If anyone is ever motivated to create such an installer, that would probably be a good place to start looking. Unfortunately, I only found one page with some outdated info (http://wiki.bazaar.canonical.com/ BzrWin32Installer), so someone would probably have to dig through the code. It might be worth looking into, at least in the long term. On the other hand, the Python and PyQt installers are easy, and if Leo's installer can be made to work consistently (as seems likely enough), then it doesn't seem like /too/ large a barrier to entry. -- 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.
