Skip to content

Instantly share code, notes, and snippets.

@gthomas
Created August 3, 2010 21:25
Show Gist options
  • Save gthomas/507179 to your computer and use it in GitHub Desktop.
Save gthomas/507179 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "providers/tests.py", line 21, in <module>
from providers.usps import USPSProvider
File "providers/../providers/usps.py", line 7, in <module>
from usps.api.ratecalculator import DomesticRateCalculator, InternationalRateCalculator
ImportError: No module named api.ratecalculator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment