ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
794 stars 46 forks source link

AttributeError: module 'hunter' has no attribute 'trace' #76

Closed hbmartin closed 4 years ago

hbmartin commented 4 years ago

Getting this error on a fresh hunter install on mac with 3.7

ionelmc commented 4 years ago

Perhaps you have a hunter.py file in your working directory? What does the module contain? Try printing dir(hunter), hunter.__file__ etc

hbmartin commented 4 years ago

Derp, yes I named my script hunter, sorry and thanks!