Re: [mapserver-users] Pyhton mapscript import error

2009-03-02 Thread gautamvs
Hi Thomas, Thanks, Mapserver is working now with the option you had given. I am able to get 8bit transparent png image. Thanks Gautam -- View this message in context: http://n2.nabble.com/Pyhton-mapscript-import-error-tp2341344p2408712.html Sent from the Mapserver - User mailing list archive a

Re: [mapserver-users] Pyhton mapscript import error

2009-03-01 Thread thomas bonfort
sorry, saw you're using 5.2.1 in the first post. you must configure mapserver with --with-experimental-png for png8 to work with transparency -- thomas On Mon, Mar 2, 2009 at 07:23, thomas bonfort wrote: > mapserver version and your outputformat bloc please. > > -- > thomas > > On Mon, Mar 2, 20

Re: [mapserver-users] Pyhton mapscript import error

2009-03-01 Thread thomas bonfort
mapserver version and your outputformat bloc please. -- thomas On Mon, Mar 2, 2009 at 07:19, gautamvs wrote: > > Hi Thomas and Chris > > Thanks for the feedback. I tried with 'MIMETYPE image/png' in AGG output > block. Its working now. I am able to get the png antialiase images using > Tilecache

Re: [mapserver-users] Pyhton mapscript import error

2009-03-01 Thread gautamvs
Hi Thomas and Chris Thanks for the feedback. I tried with 'MIMETYPE image/png' in AGG output block. Its working now. I am able to get the png antialiase images using Tilecache. Thanks again. One more thing I would like to ask, is there any issue with AGG + PNG8 + transparent? Because when I set

Re: [mapserver-users] Pyhton mapscript import error

2009-02-28 Thread Christopher Schmidt
On Sat, Feb 28, 2009 at 12:04:10PM +0100, thomas bonfort wrote: > hi, > you should get going by adding > MIMETYPE image/png > to your agg outputformat bloc, or by explicitely calling your agg > outputformat by its name in your tilecache requests (ie. > format=aggpng24) The former is the correct so

Re: [mapserver-users] Pyhton mapscript import error

2009-02-28 Thread thomas bonfort
hi, you should get going by adding MIMETYPE image/png to your agg outputformat bloc, or by explicitely calling your agg outputformat by its name in your tilecache requests (ie. format=aggpng24) regards, thomas On Sat, Feb 28, 2009 at 11:48, gautamvs wrote: > > Hi > As I checked the Tilecache cod

Re: [mapserver-users] Pyhton mapscript import error

2009-02-28 Thread gautamvs
Hi As I checked the Tilecache code Mapserver.py. There is no option for image type format agg, as default is image/png. I tried agg/png that is not working in loadOWSparameters. How can I give AGG image type. Regards Gautam -- View this message in context: http://n2.nabble.com/Pyhton-mapscrip

Re: [mapserver-users] Pyhton mapscript import error

2009-02-26 Thread gautamvs
Hi Guillaume, I followed the steps you had mentioned. I was able to install and import python mapscript successfully.Thanks for the same. Still I was not able to get images anti-aliased while seeding using tilecache_seed.py cmd used: python tilecache_seed.py rmap_vector 0 3 -f tilecache.cfg [r

Re: [mapserver-users] Pyhton mapscript import error

2009-02-18 Thread gautamvs
Thanks Guillaume I'll check it, with method given by you to install AGG. regards Gautam Guillaume Sueur-2 wrote: > > Hi, > > python mapscript + agg is a real pain > > I grabbed a howto file some months ago, on PerryGeo blog > (http://www.perrygeo.net/wordpress/) > > find it here as attach

Re: [mapserver-users] Pyhton mapscript import error

2009-02-17 Thread Guillaume Sueur
Hi, python mapscript + agg is a real pain I grabbed a howto file some months ago, on PerryGeo blog (http://www.perrygeo.net/wordpress/) find it here as attachment it works fine. I've just tested it again few minutes ago. Regards Guillaume gautamvs a écrit : > I am getting error while importin

[mapserver-users] Pyhton mapscript import error

2009-02-17 Thread gautamvs
I am getting error while importing mapscript in python >>> import mapscript Traceback (most recent call last): File "", line 1, in ? File "mapscript.py", line 7, in ? import _mapscript ImportError: /usr/local/lib/python2.4/site-packages/_mapscript.so: undefined symbol: _ZN3agg6gse5x7E