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
C:\Python27\Scripts>rst2db.exe
Traceback (most recent call last):
File "C:\Python27\Scripts\rst2db-script.py", line 11, in <module>
load_entry_point('rst2db==1.1', 'console_scripts', 'rst2db')()
File "C:\Python27\lib\site-packages\abstrys\cmd_rst2db.py", line 108, in run
printerr("Wait, I need at *least* a filename to process!")
File "C:\Python27\lib\site-packages\abstrys\common.py", line 15, in printerr
sys.stderr.write("ERROR -- %s\n" % error_text)
NameError: global name 'sys' is not defined
The text was updated successfully, but these errors were encountered:
Module
abstrys.common
is missingimport sys
:The text was updated successfully, but these errors were encountered: