Hello,
Is there a method, or an alternative module that could be used, to have
"polls" in Plone that display detailed results of the poll, i.e. all users
and the votes they have given?
Adam
--
http://mail.python.org/mailman/listinfo/python-list
I've written a simple commanline wrapper for calling GhostScript from
Python. It uses os.system under Windows and os.popen under unixes. The call
looks basically like this:
gs -q -dNODISPLAY -dNOPAUSE -dSAFER ps2ai.ps infile.eps >outfile.ai
I'd prefer to use the GhostScript DLL API* and call it