Reza Lotun wrote:
MyProg.app/Contents/Resources/lib/python2.5
drwxr-xr-x 17 rlotun staff 578 6 Nov 17:26 AppKit
drwxr-xr-x 15 rlotun staff 510 6 Nov 17:26 Foundation
hmm - it looks like it's there alright.
how is it imported? and what exactly is the error?
Is there anything
Hi Chris,
Well, I'm not quite sure if this answers your question, but if my app
is calle MyProg.app, then in
MyProg.app/Contents/Resources/lib/python2.5
drwxr-xr-x 17 rlotun staff 578 6 Nov 17:26 AppKit
drwxr-xr-x 15 rlotun staff 510 6 Nov 17:26 Foundation
drwxr-xr-x 6 rlotun
Reza Lotun wrote:
Hello all,
I have an application that *used* to freeze to a .app without a problem,
but has recently been acting up for some reason. Though it builds fine,
it keeps on complaining about being unable to find AppKit even though I
seem to be forcing it to package it.
Have you
Hello all,
I have an application that *used* to freeze to a .app without a problem, but
has recently been acting up for some reason. Though it builds fine, it keeps
on complaining about being unable to find AppKit even though I seem to be
forcing it to package it. I'm basically using the following