I've got a problem printing.
I'm using the win32 API:
win32api.ShellExecute (0, "print", myfile, None, ".", 0)
This works just fine if I don't run Django through apache but when I use apache it doesn't work. I don't get an error just nothing in the print queue.
Can you help me? thanks