[Plone] Detailed poll results?

2005-01-29 Thread Adam Twardoch
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

Using Ghostscript DLL via ctypes in Py2.3/Win

2005-07-06 Thread Adam Twardoch
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