[GRASS-user] Strange r.in.wms error

Hi,

First, apologies if this turns up twice. I thought I sent it yesterday, but it’s not in my digests!

The Grass-GIS version is 6.4 on two different OSX versions.

On 10.5.8, r.in.wms works fine with the following command:
r.in.wms -c output=“Background” mapserver=“<URL includes subscriber data so deleted>” layers=psma:all srs=“EPSG:4326” format=png wmsquery=version=1.1.1 maxcols=1024 maxrows=1024 “curloptions=-C - --retry 5 -s -S” method=nearest v=1 --overwrite

On a MacBook Air running Lion, it fails with Curl complaining and the following error:

2012-07-17 13:54:00.675 Python[6269:e0f] CFURLCreateWithString was passed this invalid URL string: ‘/System/Library/CoreServices/CommonCocoaPanels.bundle’ (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.

Suggestions?

Richard C