All, <br><br>I am installing MapProxy on a Windows server and have come across a couple issues. <br><br>1. I used easy_install and ran the server which caused the follow error. <br><br>C:\MapProxy&gt;paster serve etc/develop.ini --reload<br>
Starting subprocess with file monitor<br>Traceback (most recent call last):<br>  File &quot;C:\Python26\Scripts\paster-script.py&quot;, line 8, in &lt;module&gt;<br>    load_entry_point(&#39;pastescript==1.7.3&#39;, &#39;console_scripts&#39;, &#39;paster&#39;)()<br>
  File &quot;C:\Python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\c<br>ommand.py&quot;, line 84, in run<br>    invoke(command, command_name, options, args[1:])<br>  File &quot;C:\Python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\c<br>
ommand.py&quot;, line 123, in invoke<br>    exit_code = runner.run(args)<br>  File &quot;C:\Python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\c<br>ommand.py&quot;, line 218, in run<br>    result = self.command()<br>
  File &quot;C:\Python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\s<br>erve.py&quot;, line 276, in command<br>    relative_to=base, global_conf=vars)<br>  File &quot;C:\Python26\lib\site-packages\pastescript-1.7.3-py2.6.egg\paste\script\s<br>
erve.py&quot;, line 313, in loadapp<br>    **kw)<br>  File &quot;C:\Python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg\paste\deploy\l<br>oadwsgi.py&quot;, line 204, in loadapp<br>    return loadobj(APP, uri, name=name, **kw)<br>
  File &quot;C:\Python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg\paste\deploy\l<br>oadwsgi.py&quot;, line 225, in loadobj<br>    return context.create()<br>  File &quot;C:\Python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg\paste\deploy\l<br>
oadwsgi.py&quot;, line 625, in create<br>    return self.object_type.invoke(self)<br>  File &quot;C:\Python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg\paste\deploy\l<br>oadwsgi.py&quot;, line 110, in invoke<br>    return fix_call(context.object, context.global_conf, **context.local_conf)<br>
  File &quot;C:\Python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg\paste\deploy\u<br>til\fixtypeerror.py&quot;, line 57, in fix_call<br>    val = callable(*args, **kw)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\app<br>
.py&quot;, line 46, in app_factory<br>    return make_wsgi_app(services_conf)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\app<br>.py&quot;, line 96, in make_wsgi_app<br>    init_logging_system()<br>
  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\app<br>.py&quot;, line 79, in init_logging_system<br>    logging.config.fileConfig(StringIO(conf))<br>  File &quot;C:\Python26\lib\logging\config.py&quot;, line 84, in fileConfig<br>
    handlers = _install_handlers(cp, formatters)<br>  File &quot;C:\Python26\lib\logging\config.py&quot;, line 156, in _install_handlers<br>    klass = _resolve(klass)<br>  File &quot;C:\Python26\lib\logging\config.py&quot;, line 94, in _resolve<br>
    found = __import__(used)<br>ImportError: No module named handlers<br><br>1 (cont). I was unable to run the server at all until I renamed log.ini. I called 
it log.ini_BAK and restated the server. The service started and 
everything appeared to be working correctly.<br><br>2. Now the service is complaining that, &quot;The _imagingft C module is not installed&quot;. I tried the same thing on my personal Mac and got the same error. What am I missing in the install?<br>
<br>C:\MapProxy&gt;paster serve etc/develop.ini --reload<br>Starting subprocess with file monitor<br>ERROR: log configuration C:\MapProxy\etc\log.ini not found.<br>Starting server in PID 5792.<br>serving on <a href="http://0.0.0.0:8080">0.0.0.0:8080</a> view at <a href="http://127.0.0.1:8080">http://127.0.0.1:8080</a><br>
Traceback (most recent call last):<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\app<br>.py&quot;, line 131, in __call__<br>    resp = self.handlers[handler_name].handle(req)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ser<br>
ver.py&quot;, line 34, in handle<br>    return handler(parsed_req)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\wms\serv<br>er.py&quot;, line 50, in map<br>    merger.add(self.layers[layer].render(map_request))<br>
  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>ge.py&quot;, line 55, in add<br>    [self.layers.append(layer) for layer in layers if layer is not None]<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\wms\laye<br>
r.py&quot;, line 83, in render<br>    yield source.render(request)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\wms\laye<br>r.py&quot;, line 147, in render<br>    transparent=True, inverse=self.inverse)<br>
  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>ge.py&quot;, line 260, in attribution_image<br>    return aimg.draw(size=size)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>
ge.py&quot;, line 316, in draw<br>    self.draw_msg(msg_img, draw)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>ge.py&quot;, line 327, in draw_msg<br>    text_box = self.text_box(msg_img, draw)<br>
  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>ge.py&quot;, line 434, in text_box<br>    text_size = self.text_size(draw)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>
ge.py&quot;, line 292, in text_size<br>    return draw.textsize(self.message, font=self.font)<br>  File &quot;C:\Python26\lib\site-packages\mapproxy-0.8.1-py2.6.egg\mapproxy\core\ima<br>ge.py&quot;, line 288, in font<br>    self._font = ImageFont.truetype(font_file(self.font_name), self.font_size)<br>
  File &quot;C:\Python26\lib\site-packages\pil-1.1.7-py2.6-win32.egg\ImageFont.py&quot;, l<br>ine 218, in truetype<br>    return FreeTypeFont(filename, size, index, encoding)<br>  File &quot;C:\Python26\lib\site-packages\pil-1.1.7-py2.6-win32.egg\ImageFont.py&quot;, l<br>
ine 134, in __init__<br>    self.font = core.getfont(file, size, index, encoding)<br>  File &quot;C:\Python26\lib\site-packages\pil-1.1.7-py2.6-win32.egg\ImageFont.py&quot;, l<br>ine 34, in __getattr__<br>    raise ImportError(&quot;The _imagingft C module is not installed&quot;)<br>
ImportError: The _imagingft C module is not installed<br><br><br>Adam<br>