<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>Hello,<br><br>I've tried setting up MapProxy 1.4 on my laptop (Ubuntu 11.04 x86_64) using the instructions here; http://mapproxy.org/docs/latest/install.html<br>However I'm unable to start the test server with this error occuring: <br><br>andy@shaun:~/mymapproxy$ sudo mapproxy-util serve-develop ./mapproxy.yaml -b 0.0.0.0:8080<br>[2012-08-29 11:32:53,555] mapproxy.config - INFO - reading: /home/andy/mymapproxy/mapproxy.yaml<br>Traceback (most recent call last):<br>  File "/usr/local/bin/mapproxy-util", line 9, in <module><br>    load_entry_point('MapProxy==1.4.0', 'console_scripts', 'mapproxy-util')()<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/script/util.py", line 319, in main<br>    commands[command]['func'](args)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/script/util.py", line 72, in serve_develop_command<br>    app = make_wsgi_app(mapproxy_conf, debug=options.debug)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/wsgiapp.py", line 91, in make_wsgi_app<br>    conf = load_configuration(mapproxy_conf=services_conf, ignore_warnings=ignore_config_warnings)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/config/loader.py", line 1276, in load_configuration<br>    conf_dict = load_configuration_file([os.path.basename(mapproxy_conf)], conf_base_dir)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/config/loader.py", line 1294, in load_configuration_file<br>    current_dict = load_yaml_file(conf_file)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/util/yaml.py", line 29, in load_yaml_file<br>    return load_yaml(f)<br>  File "/usr/local/lib/python2.7/dist-packages/MapProxy-1.4.0-py2.7.egg/mapproxy/util/yaml.py", line 38, in load_yaml<br>    return yaml.load(doc, Loader=yaml.CLoader)<br>  File "/usr/local/lib/python2.7/dist-packages/PyYAML-3.10-py2.7-linux-x86_64.egg/yaml/__init__.py", line 73, in load<br>    loader.dispose()<br>AttributeError: 'CLoader' object has no attribute 'dispose'<br><br><br>andy@shaun:~/mymapproxy$ uname -a<br>Linux shaun 2.6.38-15-generic #65-Ubuntu SMP Thu Jul 26 20:13:19 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux<br><br>I've tried the same using the actual IP address of the laptop but with the same result.<br><br>I'd be very grateful if anyone could point me in the right direction on this.<br>Many thanks,<br>Andy<br><br><br></div></body></html>