SimonDE

Results 3 comments of SimonDE

I ran into this issue myself yesterday. It looks like libwkhtmltox as of version 0.12.6 [blocks access to local files by default](https://wkhtmltopdf.org/libwkhtmltox/pagesettings.html#pageLoad). It's possible to allow access to local files...

Had a look at the print_function bug. It appears to be related to the fact LightTable compiles each form in the file in sequence in `py-src/ltmain.py`: ``` python for form...

Looking at testing this. Say I have a file in the root directory of a virtualenv called test_path.py that just consists of: ``` import sys print sys.executable ``` If I...