John, Are you using easy install? It seems there is a problem with the Pypi setup.py script importing nested packages which I will fix.
If you are in a hurry, the code in the trunk should work. svn co http://svn.gispython.org/svn/gispy/OWSLib/trunk OWSLib As an aside, I have actually made several bug fixes since 0.3 which are available in the trunk so this may be better for now anyway. I'll post back here when I've fixed the setup problem. Regards Dom -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Cartwright Sent: 07 March 2009 18:19 To: gispython.org community projects Subject: [Community] problem w/ OWSLib WCS support Hello All, I'm trying to use the WCS support provided in OWSLib 0.3 on python 2.5.1/Mac 10.5. I get the following error that I don't know what to do with: Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from owslib.wcs import WebCoverageService Traceback (most recent call last): File "<stdin>", line 1, in <module> File "build/bdist.macosx-10.5-i386/egg/owslib/wcs.py", line 16, in <module> ImportError: No module named coverage The WebMapService madule seems to work OK. Can someone please help me w/ this? Thanks! --john _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community -- Scanned by iCritical. _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
