> Thanks for the update. I would like to explore your work further. If you > want more time, just let me know.
thanks, I will :) Things are looking better after abandoning the attempt to swim against the current by moving setup.py and related files into a ./setup sub-folder. So for the moment it's all still in the root. I just pushed two changes, rev5803, and resulting distribution packages have been published to pypi as "leo 4.11.devel-build-5802". "pip install leo" works in Win7 py27 and py32, and _should_ work on Linux too -- not tested as my linux vm is out of commission at the moment. The installer is https://pypi.python.org/packages/any/l/leo/leo-4.11.devel-build-5802.win32.exe and works on Win7 py27. It succeeds to 90% on py32 but I think the fix is clear (more on this later). Installing by either of these two methods puts 2 scripts (.exe on Windows) in PYTHONPATH\Scripts: leo - launch leo without a console window leoc - launch leo with a console These can be used directly from shell or shortcut or what have you-- no batch files to set python vars etc. needed! TODO (elaborated on in further messages, which may take a while to write): - fix py3.x installer bug - creating menu & desktop shortcuts - followup with pypi upload issues -matt -- 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.
