[issue1597850] Cross compiling patches for MINGW

2013-02-02 Thread Han-Wen Nienhuys

Han-Wen Nienhuys added the comment:

yeah, whatever.

(only 7 years to close an issue. Yay for open-source.)

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1597850
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1597850] Cross compiling patches for MINGW

2008-10-07 Thread Han-Wen Nienhuys

Han-Wen Nienhuys [EMAIL PROTECTED] added the comment:

I'm still interested in this, but the last time I did anything, I jumped
through all the hoops (see conversation here), and not a single change
was put into trunk. I'm not very enthousiastic about spending a lot time
on this again.

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1597850
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1597850] Cross compiling patches for MINGW

2008-10-07 Thread Han-Wen Nienhuys

Han-Wen Nienhuys [EMAIL PROTECTED] added the comment:

@Luke

the compiling strategy for Python (IIRC) is to compile everything,
including modules that will never work, and use compiler errors as a
signal to not include a module in the result. 

this is what I end up with for 2.4

./usr/bin/libpython2.4.dll
./usr/bin/imageop.dll
./usr/bin/_codecs_hk.dll
./usr/bin/_codecs_jp.dll
./usr/bin/_heapq.dll
./usr/bin/_random.dll
./usr/bin/cPickle.dll
./usr/bin/cStringIO.dll
./usr/bin/regex.dll
./usr/bin/collections.dll
./usr/bin/_locale.dll
./usr/bin/_testcapi.dll
./usr/bin/_codecs_tw.dll
./usr/bin/pyexpat.dll
./usr/bin/_hotshot.dll
./usr/bin/mmap.dll
./usr/bin/math.dll
./usr/bin/binascii.dll
./usr/bin/array.dll
./usr/bin/smtpd.py
./usr/bin/cmath.dll
./usr/bin/audioop.dll
./usr/bin/_codecs_kr.dll
./usr/bin/parser.dll
./usr/bin/itertools.dll
./usr/bin/_csv.dll

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1597850
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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=detailatid=305470aid=1597850group_id=5470

(file cross.patch)

but it awaits further review.

I'm looking for people willing to try this out, and give further
review to the patch, so it may be applied to SVN.

All you need is a bit of time, and experience in cross-compiling. 

-- 
http://mail.python.org/mailman/listinfo/python-list


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. Its main
 advantages over similar tools are that PyInstaller works with any
 version of Python since 1.5, it builds smaller executables thanks to
 transparent compression, it is multi-platform (so you can build one-file
 binaries also under Linux), and use the OS support to load the dynamic
 libraries, thus ensuring full compatibility.

that sounds really cool. Is it possible to use this in cross-compiling mode? Ie.
build a standalone .exe for windows on a linux machine?

-- 
http://mail.python.org/mailman/listinfo/python-list


MacOS X drag drop?

2005-05-15 Thread Han-Wen Nienhuys

Hi there,

this might not be the right group to ask, but I'm looking for some
hints on making a drag  droppable application on MacOS X.  I
succeeded in producing a bundle that calls a python script. 
When I drop a file onto the application, the python script is called
with the 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 Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
-- 
http://mail.python.org/mailman/listinfo/python-list