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
Unfortunately I don't have a windows computer, so I'm not sure how to reproduce what you're seeing. Would you mind updating the script locally to remove the formatting and let me know if this fixes the problem?
Searching for first instance...
Traceback (most recent call last):
File "c:/Marionette.Upgrade/bin/codemod.py", line 813, in <module>
run_interactive(**options)
File "c:/Marionette.Upgrade/bin/codemod.py", line 145, in run_interactive
_ask_about_patch(patch, editor)
File "c:/Marionette.Upgrade/bin/codemod.py", line 572, in _ask_about_patch
terminal_clear()
File "c:/Marionette.Upgrade/bin/codemod.py", line 699, in terminal_clear
if not _terminal_use_capability('clear'):
File "c:/Marionette.Upgrade/bin/codemod.py", line 714, in _terminal_use_capability
import curses, sys
File "c:\Python27\lib\curses\__init__.py", line 15, in <module>
from _curses import *
ImportError: No module named _curses
@jasonLaster, Can you please verify codemod.py & upgrade.py script for Windows OS and provide the updated scripts? It would be a really great help indeed!
Hello,
I am getting below error even after spending a lot of time in doing this!
Any idea where I am doing wrong?
The text was updated successfully, but these errors were encountered: