What version of Editra and what version of Launch are you using?
Have you tried configuring the full path to your executable to see if
that works? Either that or add I\Programas\Python to your PATH
variable to ensure its on your path.
Launch always sets the working directory of the other process to the
location of the file that is being run in it so Editra may be in
I\Programas\Python but the spawned shell process is probably
elsewhere.
Cody
On Tue, Apr 3, 2012 at 9:42 AM, Tomas Schertel <tsch...@gmail.com> wrote:
> Hi Cody.
>
> I'm using Editra 0.6.99 and Launch 1.12.
> I also have a few lines of batch code initializing my environment:
>
<snip>
>
> Using Editra's PyShell to see my environment variables
> (os.environ.iteritems), I got the right values.
>
Have you tried setting the full absolute path to the executable your
trying to run in your Launch configuration to see if it acts any
differently?
If it still doesn't work then please set the Editor mode to Verbose
Debug (see pref dialog) then try to run Launch again and see if there
are any different errors printed to the log window or log file
(editra.xxxxxx.log in your temp directory).
Cody
On Mon, Apr 9, 2012 at 11:57 AM, Tomas Schertel <tsch...@gmail.com> wrote:
> Hi Guys. Any news on this issue?
>
Sorry, no haven't had much time recently. Please open a ticket in the
issue tracker with the information about the problem and the error.
Unfortunately the error message seems to be failing to display due to
an encoding error, so difficult to determine the original error. One
thing you could test is that the executable your trying to run and the
file/script it is running on using a path for both that does not
contain any extended ascii characters (umlauts, ect..) just to make
sure if it is an encoding issue or not.
Also what is the exact command posted to the Launch window (in the
blue text at the top)?
Thanks,
Cody