The code:
win32api.ShellExecute(0, "print", "D:/prints/2.pdf" , None, ".", 0)
The above code is working fine under Django server. But it is not working under apache2.2
what to do please help.
The code:
win32api.ShellExecute(0, "print", "D:/prints/2.pdf" , None, ".", 0)
The above code is working fine under Django server. But it is not working under apache2.2
what to do please help.