Hi Dane,
Thanks!
I tried out what you suggested -- and got this:
$ python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from mapnik import Map
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Map
>>> m = Map(600, 300)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'Map' is not defined
>>> quit()
$
So the problem is still there..
Klaus
> If you do have that line at the top of your script them post back the
> result of doing this in a python interpreter:
>
> >>> from mapnik import Map
> >>> m = Map(600,300)
>
> Let me know if that gives you any errors.
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users