pythonui: -------------------------------------------------------------------------------- Thank you for reference ! Not useful in my case... Not able to install wsh on mac. Need to find some workaround for this. --------------------------------------------------------------------------------
Not able because? What error do you get? Is it just that the winetricks file doesn't run? It looks like it's designed for Linux only... Looking through the winetricks script it looks like (for jscript) you must download http://download.microsoft.com/download/b/c/3/bc3a0c36-fada-497d-a3de-8b0139766f3 b/Windows2000-KB917344-56-x86-enu.exe and then run rm $WINEPREFIX/dosdevices/c:/windows/system32/jscript.dll wine Windows2000-KB917344-56-x86-enu.exe /q then for vbscript download http://download.microsoft.com/download/IE60/Patch/Q318089/W9XNT4Me/EN-US/vbs56me n.exe and run rm $WINEPREFIX/dosdevices/c:/windows/system32/vbscript.dll wine vbs56men.exe /q If WINEPREFIX isn't set then you should probably replace it with $HOME/.wine HTH -- <http://forum.pspad.com/read.php?2,66619,66630> PSPad freeware editor http://www.pspad.com
