Re: wxEditor: Execution of command 'exwc "C:\Euphoria...\FirstPgm.e" failed (error 2 system cannot find file)
- Posted by ghaberek (admin) Mar 04, 2009
- 1100 views
Execution of command 'exwc "C:\Euphoria...wxEditor..\FirstPgm.e" failed (error 2 the system cannot find the file specified)
Greetings;
I am trying out wxEditor using cklester.com's tutorial @
http://www.usingeuphoria.com/books/guiphoria/?entirebook
A nice and simple wxEuphoria webBook.
Anyways in wxEditor I get the above error when I select 'Execute' to test out script.
My Environmentals =
eudir c:\euphoria; c:\euphoria\Bin
euinc c:\euphoria\win32lib\include; C:\euphoria\wxEuphoria\include; c:\euphoria\Bin
It's been a while since I've worked on wxEditor. The project has been on hold until I can continue to develop it with Euphoria 4.0 (once it's officially released). However, it should be functionally complete (aside from text selection not working).
Are those spaces after the semi-colons actually in your environment variables? That may be causing the issue. Can you open a command line and type in exwc and have something come up? Or does it say 'exwc' is not recognized as an internal or external command?
-Greg