You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import ipdb, I get an exception stating that StdOutWrapper has no attribute 'flush'. I know that there was a similar bug filed for the exact same issue, only with Python v3. That was closed a few months ago, and I wanted to simply append my comment to that ticket and state that I'm using Python 2.7.x, however I was unable to see how to add comments to a closed ticket: #475
So, I'm opening a new ticket. Sorry about that. Anyway, I also have the locustio codebase, and I can clearly see that the class StdOutWrapper does indeed have a flush function on it (log.py:line 28). And I've pip --upgraded everything (ipdb==0.10.2, locustio==0.7.5).
But I still get the exception. Whuuuuu????!!!
The text was updated successfully, but these errors were encountered:
When I import ipdb, I get an exception stating that StdOutWrapper has no attribute 'flush'. I know that there was a similar bug filed for the exact same issue, only with Python v3. That was closed a few months ago, and I wanted to simply append my comment to that ticket and state that I'm using Python 2.7.x, however I was unable to see how to add comments to a closed ticket:
#475
So, I'm opening a new ticket. Sorry about that. Anyway, I also have the locustio codebase, and I can clearly see that the class StdOutWrapper does indeed have a flush function on it (log.py:line 28). And I've pip --upgraded everything (ipdb==0.10.2, locustio==0.7.5).
But I still get the exception. Whuuuuu????!!!
The text was updated successfully, but these errors were encountered: