[Pythonmac-SIG] toolboxmodules.ppc.slb error on *some* Macs

Niel M. Bornstein nbornstein@plr.com
Wed, 25 Aug 1999 08:42:28 -0400


Jack Jansen wrote:
> What you could ask your client to do is to option-start your application,
> check the "enter interactive mode after script finishes" and tell him to type
> "import sys; print sys.path, sys.modules" at the >>> prompt and send you the
> results. Maybe you should ask him to do this both on a working and a
> nonworking machine.
> 
> Sys.path should be [applicationfolder, application, ':']. Sys.modules may give
> you a clue what has been imported from where.

Thanks, I will try this.

Niel