I use SublimeText every single day and sometimes I need to print things and I hate to open another program to do that.
Print Support is needed.
Thank you for make this awesome program!
Traceback (most recent call last):
File "./sublime_plugin.py", line 337, in run_
File "./ExportHtml.py", line 454, in run
ExportHtml(view).run(**kwargs)
File "./ExportHtml.py", line 899, in run
self.write_body(the_html)
File "./ExportHtml.py", line 815, in write_body
date_time = datetime.datetime.now().strftime("%m/%d/%y %I:%M:%S")
AttributeError: 'module' object has no attribute 'now'
juanfal wrote:Having problems with Export Html. I can't use it well. It doesn't take into account the theme I am using… I have had to comment lines in the code
- Code: Select all
Traceback (most recent call last):
File "./sublime_plugin.py", line 337, in run_
File "./ExportHtml.py", line 454, in run
ExportHtml(view).run(**kwargs)
File "./ExportHtml.py", line 899, in run
self.write_body(the_html)
File "./ExportHtml.py", line 815, in write_body
date_time = datetime.datetime.now().strftime("%m/%d/%y %I:%M:%S")
AttributeError: 'module' object has no attribute 'now'
Has any of you had this problems?
Tx
JF
Return to Ideas and Feature Requests
Users browsing this forum: No registered users and 5 guests