clooney / sf-express-tracking-api

SF Express tracking API and webhook make it easy to integrate SF Express tracking function into your own project.
https://www.trackingmore.com/sf-express-tracking-api.html
0 stars 0 forks source link

[python] sample code shows error AttributeError: module 'trackingmore' has no attribute 'exception' #1

Closed Koukotsukan closed 2 hours ago

Koukotsukan commented 2 hours ago

AttributeError: module 'trackingmore' has no attribute 'exception' from except trackingmore.exception.TrackingMoreException as ce:

Koukotsukan commented 2 hours ago

nvm, installed the wrong package. If you met the same problem, install trackingmore-sdk-python instead of trackingmore. Silly mistake. Sorry to bother.