Skip to content

from ebaysdk.finding import Connection as Finding  #98

@clintmjohnson

Description

@clintmjohnson

Hello,

I'm just getting started with the eBaySDK and I cant figure out an error that im receiving.

import ebaysdk # I've tried to run the code without this as well, with the same result.
from ebaysdk.finding import Connection as Finding
try:
api = Finding(appid="APP_ID_REMOVED_FOR QUESTION")
response = api.execute('findItemsAdvanced', {'keywords': 'Python'})
print(response.dict())
except ConnectionError as e:
print(e)
print(e.response.dict())

When I run the above, I get this error "from ebaysdk.finding import Connection as Finding

ImportError: No module named finding"

Also my indentation was removed in this post, I'm indenting properly though. Thank You!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions