vcatalano / py-authorize

A full-featured Python API for the Authorize.net payment gateway.
MIT License
42 stars 35 forks source link

Error during buildout script execution #18

Closed basileos closed 10 years ago

basileos commented 10 years ago

If I install py-authorize as system package, it works fine, but if I try to use it in buildout, I got: File "/opt/re/eggs/Py_Authorize-1.2.0.0-py2.7.egg/authorize/schemas.py", line 21, in AddressSchema missing=colander.drop) AttributeError: 'module' object has no attribute 'drop'

vcatalano commented 10 years ago

Make sure Buildout is using the latest version of Colander: colander>=1.0b1

basileos commented 10 years ago

thanks, it works!