On Thu, May 15, 2014 at 7:21 AM, Ramanadham, Radhika <[email protected]> wrote: > > I have couchdb running on linux box. > > SUSE Linux Enterprise Server 11 (x86_64) > VERSION = 11 > PATCHLEVEL = 3 > > Python version is 3.3 and have python-cloudant (cloudant-0.5.6) module > installed. > > Now when I try to run my code, it fails with the error- > > File "./first.py", line 2, in <module> > import cloudant > File > "/usr/lib/python3.3/site-packages/cloudant-0.5.6-py3.3.egg/cloudant/__init__.py", > line 1, in <module> > ImportError: cannot import name Resource > > My code works great on a windows box. I am now having issues with running any > py script because of the above error. Can anyone please help?
That should be fixed in 0.5.7+ try to update. -- ,,,^..^,,,
