>> Explanations will follow in later messages. I just had to share this important milestone immediately. :-)
>SET OSGEO4W_ROOT=%~dp0\root >apt setup >apt update >apt install pyqt4 sip Use the `apt` command line package management tool from Osgeo4w [1] to install python and all the other requirements that can't be installed with `pip` or `easy_install`, meaning PyQt and SIP. The resultant dir structure follows a cygwin model, which in turn follows linux: ...\apps\Python27 - python libraries, site-packages, etc. This is PYTHONHOME. ..\bin - exe's and dll's, including python.exe, qt*.dll, etc. There are also `etc, include, lib, var` which can all be discarded, unless you intend to use apt again or other programs from the osgeo4w ecosystem). `var` in particular you might want to clean out, it is the local cache for apt downloaded packages. [1] http://trac.osgeo.org/osgeo4w/ Open Source Geographic Information Systems for Windows ...more to come. -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. For more options, visit https://groups.google.com/groups/opt_out.
