Comment 2 for bug 121325

Revision history for this message
Jason R. Coombs (jaraco) wrote :

This past Plone sprint I put together a patch that addresses the spaces in the python path issue. It's been tested on a Windows box using ZopeSkel.

This patch does the following things:

move jython support code into its own module
instead of os.popen, use subprocess, which has better platform-independent path handling.
_safe_arg is no longer needed, but kept for backward compatibility