[GRASS-user] R.in.wms error

Hi -

Having an r.in.wms error, but only on a MacBook Air running Lion and Grass-6.4.

The command:
r.in.wms -c output="Background" mapserver="<server>" layers=<layers> 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

...fails with this message in the terminal window:
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.

The same command (copied and pasted) works on my installation - Grass-6.4 on OSX 10.5.8

Very confusing ...

Richard Chirgwin