Hi,
i'm tring for the first time to use py2app :-)
i need to create a .app
of a module that have the follow dependancies :
import os
from scipy import io, linalg
from numpy import *
from pylab import save
import sys
from PyQt4 import QtGui
from PyQt4 import QtCore
but unlucky tring " py2app -
Hello,
I want wo be able to make my program scriptable with python.
My program is written in ObjectC in XCode 3 (target only for MacOSX
10.5).
I want to embed it and use
Py_Initialize();
PyRun_SimpleString(".
Can anyone give me some advice how I wrap my cocoa classes to be able
to ac
Hi, I was able to get everything built using Mac Ports on the Intel based
MacBook Pro with Mac OS 10.5.2. However, I'm still working on getting it to
install on my PowerMac G5 with Mac OS 10.5.2.
-Conrad
On Sat, May 17, 2008 at 3:32 PM, Garrett Friedman <[EMAIL PROTECTED]> wrote:
> Hello all,
>