On Tue, 27 Jan 2015 14:59:36 -0800 (PST)
Todd Mars <tamn...@gmail.com> wrote:

> Trying to install on a new windows system.
> I installed Python34 which goes into C:\Python34
> I installed DocUtils
> PyQt GPL v5.4 for Python v3.4 (x64) Setup reports an error and if I
> install it anyway Leo has an error.

The setup reporting the error is the setup for PyQt GPL v5.4, not Leo?

You could open a command window, i.e. go to the start menu and type 

  cmd<enter>

in the 'Search program and files box' (sry if that was obvious).

Then enter

  c:\Python34\python.exe

and in the Python shell that starts,

  from PyQt5 import QtCore

That should produce no output, any kind of InputError indicates that
PyQt5 didn't get installed in c:\Python34\ successfully.  Did you
install 64 bit Python?

Cheers -Terry

> "This copy of PyQt has been built against Python v3.4 (x64) which
> doesn't seem to be installed.  Do you wish to continue with the
> installation?
> 
> So I say yes anyway.  (I have a C:\Python34 folder)
> 
> Installing the new Leo, it now goes into C:\Program Files 
> (x86)\Leo-5.0-final
> 
> But it does not run. 
> Python lauchLeo.py
> outputs:
> can not import either PyQt4 or PyQt5
> ImportError: No module named 'PyQt5'
> During handling of the above exception, another exception occurred:
> ...etc.
> any idea what I should do?
> Thanks!
> Todd.
> 
> 

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to