cross-compiling python: reviewers needed

2006-12-20 Thread Han-Wen Nienhuys
Hello, I have a small patch for Python SVN that makes it possible to cross-compile python on Unix to various other Unix targets. I have successfully built a binary for FreeBSD on Linux. The patch is available at https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1597850&group_id=5470

Re: [ANN] PyInstaller 1.3 released

2006-12-20 Thread Han-Wen Nienhuys
Giovanni Bajo escreveu: > Hello, > > PyInstaller 1.3 is out! > > Grab latest version at: > http://pyinstaller.python-hosting.com/ > > > Description > --- > PyInstaller is a program that converts (packages) Python programs into > stand-alone executables, under Windows, Linux and Irix. It

MacOS X drag & drop?

2005-05-15 Thread Han-Wen Nienhuys
following arguments, ['/Users/hanwen/src/maclily/BUILD/lilypond.app/Contents/MacOS/lilypond', '-psn_0_3145729'] how can I find the path to the dropped file from -psn_0_3145729 ? Or is this signaled to the script through a different channel? Thanks! -- Han-Wen Nienhu