[MapProxy] Installation error on Windows XP / 2003 Server

scott159 at free.fr scott159 at free.fr
Wed Jul 6 18:44:37 EDT 2011


Hello,

i tried to install the MapProxy on my Win XP or my Win Server 2003 but i've got unfortunately an error with the production mode with Apache, mod_fastcgi, flup ... 

Here are the cmd messages:
------------------------------------------------------------------------------
D:\MapProxy\Scripts\>C:\Python27\python.exe config.py
Traceback (most recent call last):
  File "d:\MapProxy\Scripts\config.py", line 11, in <module>
    from mapproxy.wsgiapp import make_wsgi_app
ImportError: No module named mapproxy.wsgiapp

Here's packages config :

....
D:\MapProxy\Lib\site-packages\mapproxy-1.1.2-py2.7.egg
D:\MapProxy\Lib\site-packages\mapproxy-1.1.2-py2.7.egg\EGG-INFO
D:\MapProxy\Lib\site-packages\mapproxy-1.1.2-py2.7.egg\mapproxy
....

Here's config.py :

from mapproxy.wsgiapp import make_wsgi_app
application = make_wsgi_app('D:/MapProxy/Scripts/mymapproxy/mapproxy.yaml')

if __name__ == '__main__':
    from flup.server.fcgi_fork import WSGIServer
    WSGIServer(application, bindAddress='var/fcgi-socket').run()


What's the solution ?


More information about the MapProxy mailing list