[osgeo4w-dev] using Pyscripter with Osgeo4w

Matt Wilkie maphew at gmail.com
Sat Mar 21 11:09:28 PDT 2015


On Sat, Mar 21, 2015 at 11:02 AM, Matt Wilkie <maphew at gmail.com> wrote:

>     %~d0\apps\PyScripter\PyScripter.exe %*
> --pythondllpath=%osgeo4w_root%\bin
>

Use this instead to avoid blocking the calling shell:

    start /b "Pyscripter" cmd.exe /c %~d0\apps\PyScripter\PyScripter.exe %*
--pythondllpath=%osgeo4w_root%\bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/osgeo4w-dev/attachments/20150321/d758d072/attachment.html>


More information about the osgeo4w-dev mailing list