dexplo / dataframe_image

A python package for embedding pandas DataFrames as images into pdf and markdown documents
https://dexplo.org/dataframe_image
MIT License
282 stars 41 forks source link

Incompatibility bug within "_screenshot.py" with function "take_screenshot" #85

Closed tdefise closed 1 year ago

tdefise commented 1 year ago

It seems that within "_screenshot.py" in function "take_screenshot", "os.geteuid()" is used, which is not compatible for Windows-based system.

if os.geteuid() == 0: args.append("--no-sandbox")

image

PaleNeutron commented 1 year ago

Oops, I'll find an windows environment to test every release manually.

tdefise commented 1 year ago

Thanks for the quick fix @PaleNeutron