You are not logged in.
- Topics: Active | Unanswered
Announcement
*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2011-03-02 15:27:28
- Silentium
- Member
- Registered: 2010-12-10
- Posts: 89
Установка mapnik под Windows 64bit
Добрый день!
Кто-нибудь сталкивался с подобной проблемой?
Я пробовал проинсталить Python 2.6.6(amd64) скопировал mapnik -0.7.1 каталог на с:\
Но при попытке импорта from mapnik import * получаю следующее:
Python 2.6.6 (r266:84297, Aug 24 2010, 18:13:38) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from mapnik import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\mapnik-0.7.1\python\2.6\site-packages\mapnik\__init__.py", line 43, i
n <module>
from _mapnik import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>
Offline
#2 2011-03-03 12:23:30
- AkMeR
- Member
- From: Samara
- Registered: 2008-02-27
- Posts: 1,158
Re: Установка mapnik под Windows 64bit
Нужен 32-х битный питон.
Offline
Pages: 1