Hello Viktor,

If you can install Python 3 and PyQt on another machine, then all you need
to do is copy the entire C:\Python3x folder to the non-admin machine. You
won't have any start menu links or file associations, but Leo will work.

If you don't have access to another computer, one of the portable pythons
which include pyqt /should/ work, but I've not tried lately.

Either way on the locked down machine after doing the above open a command
shell and:

{{{
set pythonhome=c:\python32
set path=%pythonhome%;%pythonhome%\tools\scripts;%path%
python c:\path\to\unpacked\leo-editor\launchLeo.py
}}}

should work.

best,

-matt


On Sun, Apr 21, 2013 at 8:38 AM, Viktor Ransmayr
<[email protected]>wrote:

> Hello Edward & other members of the Leo-Community,
>
> A couple of questions about the current status and requirements of Leo in
> a Windows- based environment. (Note: I'm using Windows 7 Pro myself)
>
> Question 1: Has anyone a working Leo installation in a Python 3.x
> environment, where it was never necessary to use 'admin' priviledges?
>
> Question 2: Has anyone worked with Leo using 'virtualenv'  in a Python 3.x
> environment or the standard 'venv' module provided with Python 3.3?
>
> Question 3: Assuming that this approach is do-able, which parts of PyQt
> are the required bare minimum for Leo to work?
>
> With kind regards,
>
> Viktor
>
> PS: I currently do not have *any* Python 2.x environment on my system. - I
> update the Leo snaphot is via a *standalone* Bazaar 2.5.1 installation. -
> The way I understand it - is - that it does bring its own Python  2.x
> environment with it *but* that it is not accessible for anybody else on the
> system.
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to