I use Python 3.3. Just downloaded and installed ghostscript 32 bit (GPL release), but I can't import it.
I'm using the command:
import ghostscript
and I receive the error:
ImportError: No module named ghostscript
I tried it with capital 'G', still doesn't work. Any ideas?