On 5/31/2013 2:51 PM, Matt Wilkie wrote:
TODO (elaborated on in further messages, which may take a while to write):

- fix py3.x installer bug
Should be dead simple for one who works with python 3. There is a
script which runs at the very end of the install process which removes
dependency on Distribute's pkg_resources being already installed on
the target machine. It works when installing to py2.7 but not py.32

http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3/view/head:/leo-install.py

-matt

Do you have an error log on this? I suspect it's related to one of 2 things:

- python 3 prefers 'format' invocations to % interpolations, but it should still work with the interpolation method

- python 3 uses unicode strings by default... perhaps Distribute doesn't pass in the argument -install as a unicode string?

I don't have python 3 installed on this machine, but if I had an error log, I may be able to help.

-->Jake

--
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.


Reply via email to