Re: freewrap & tkprint
From: Roy Terry (royterry_at_earthlink.net)
Date: 03/14/04
- Next message: Svenn Are Bjerkem: "Re: Advice needed: Text editor with tags."
- Previous message: Stuart Cassoff: "[ANNOUNCE] Ceptcl 0.3"
- In reply to: chess: "freewrap & tkprint"
- Next in thread: Paul W.: "Re: freewrap & tkprint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 14 Mar 2004 20:12:20 GMT
chess wrote:
>
> I'm using tkprint in an app that I've used freewrap for thus far... but for some
> reason, I'm getting
> "package not found" errors when running under freewrap. I've appended the
> tkprint dir to
> auto_path just before the "package require" call... nothing. I've tried
> adjusting the paths in the
This ought to work fine when done right.
Some ideas to think about:
1. If this machine is different from where you develop it
could be an unrelated .dll that's missing.
2. Use console show to experiment live from the running wrapped exe
3. Are you freewrap::unpack (ing) the necessary files
4. If the files are already there, are you sure their directory is
where you think it is and
5. Are you sure the native (external) directory is not getting
masked by a virual directory in the exe? To avoid this use an
absolute path (including drive letter) for the file names.
HTH,
Roy
> initial wrapper call every way I can think of, and I still get the same error.
> It works fine when I run
> under wish. Has anyone else run across a similar problem, or just have any
> insights?
>
> Thanks!
> -chess h
- Next message: Svenn Are Bjerkem: "Re: Advice needed: Text editor with tags."
- Previous message: Stuart Cassoff: "[ANNOUNCE] Ceptcl 0.3"
- In reply to: chess: "freewrap & tkprint"
- Next in thread: Paul W.: "Re: freewrap & tkprint"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]