in reply to Re^3: Troubles creating a .exe
in thread Troubles creating a .exe

Yes it works great when it is in komodo IDE. I just cant create the perl app.

Replies are listed 'Best First'.
Re^5: Troubles creating a .exe
by Marshall (Canon) on Feb 26, 2012 at 05:52 UTC
    Well adding more stuff to the %path% appears to work. I'm not sure how the IDE can find it without this. Does the program run from the command line without the IDE? I guess it could be that the IDE does some things "under the covers" of which we are not aware?
      Yes it runs from the command line, I just tested it
        Well darn! I don't know what else to offer. Adding more to the @INC path seems to work although I'm not sure why this is necessary.