PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.17k stars 291 forks source link

from past.builtins import apply #230

Closed 631068264 closed 7 years ago

631068264 commented 8 years ago

what is from past.builtins import apply from apply

Traceback (most recent call last):
  File "/Users/wyx/workspace/aio_web/db/smartsql.py", line 4, in <module>
    from past.builtins import apply
ImportError: No module named 'past'
edschofield commented 7 years ago

@631068264: See the top of that Cheat Sheet. The past package is distributed with future on PyPI, so run pip install future.