Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download Installers

Download Loader files from https://github.com/AstunTechnology/Loader/archive/master.zip, unzip and place in the following folder:

...

Code Block
d:\astun\tools\addressloader

Install Loader

...

  1. Install GDAL and Python using the OSGeo4W Installer from http://

...

  1. trac.

...

  1. osgeo.org/

...

Code Block
c:\python27\python distribute_setup.py
  • Now run the following command to install lxml:
Code Block
c:\python27\scripts\easy_install lxml==2.3

...

  1. osgeo4w/
  2. Download and run the OSGeo4W Installer
  3. Choose Advanced Install
  4. On the Select Packages page expand Commandline_Utilities and select gdal and python from the list 
  5. Install pip to allow you to install lxml
    • Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already, if you don't see the pip usage message when you run pip from the OSGeo4W Shell then install it as follows:
      1. Download the script get-pip.py as detailed in the pip documentation
      2. Open the OSGeo4W Shell (Start > Programs > OSGeo4W > OSGeo4W > OSGeo4W Shell)
      3. Change to the folder that you downloaded get-pip.py to (if you downloaded to C:\Temp then run cd C:\Temp)
      4. Install pip by running python get-pip.py
      5. To install lxml run pip install lxml

Create Folders for AddressBase Premium Importer

...