> I don't mind thinking of Leo in that way, but I'm not going to package > Python with Leo.
For anybody who does decide to pick up the challenge of improving the installer: It is perfectly reasonable for a new user to get the message "Sorry, python not found, go get it from ..." and to stop installation. Ditto for PyQt. The confusion with the current process is that Leo installs anyway so the user is not really sure what to do to rectify the situation. They don't know if they've done something wrong or if the program is broken. Some code to sniff out the installed python version from the windows registry can be found here http://code.google.com/p/maphew/source/browse/trunk/gis/o4w_extras/register-python.py It is imperfect, failing on 64bit windows, but perhaps a real programmer and not a hack like me can suss out a solution. :) my 2c, -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.
