>
>> RE:  libgdal1-dev, please feel free to fix those package name changes
>> for the wiki given the Ubuntu Version.
>
> The package names in wiki are updated now.
>

Great, thanks!

>
>> Can you go back and try to install libboost-system (if it is  
>> available)?
>>
>> $ sudo apt-get install libboost-system*
>
> Great, I executed this and the configuration and installation seemed  
> to
> work fine.
>> scons: done building targets.
>

Okay, good stuff. But did you remember to include the 'install'  
argument?

$ python scons/scons.py
$ sudo python scons/scons.py install


>
> Now I'm confronted with the problem I had right at the beginning of  
> this
> thread:
>
>>>> from mapnik import *
> was executed without an error message,
>

Okay, good.

> but then again:
>
>> NameError: name 'Map' is not defined
>

Really? Maybe there is a syntax error in the script that you created  
from the wiki? Can you paste the script?

>
> Any further hints?
>

Not really, other than it would be helpful if you could also respond  
by pasting the output of this set of commands:

$ python
import mapnik
dir(mapnik)
mapnik.__file__

It seems like your installation should be working if you can import  
mapnik. Calling the 'dir()' function on Mapnik will reveal the other  
available functions and will help highlight if the 'Map' class is  
truly missing.

Dane

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to