Skip to content

IIS error #21

Open
Open
@rukayaj

Description

@rukayaj

Thank you so much for making this incredibly helpful tool! It's working beautifully for us, we just had some problems deploying a web application which was using it on IIS.

Related to this issue
http://stackoverflow.com/questions/10290990/subprocess-popen-not-working-with-pythonw-exe

I had to change line 56 of pyexifinfo.py from this:
s = subprocess.Popen(cmd, stdout=subprocess.PIPE)
to this:
s = subprocess.Popen(cmd, stdout=subp.PIPE, stdin=subp.PIPE, stderr=subp.STDOUT)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions