Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2009-12-07 Thread Kevin Walzer
On 12/7/09 10:13 PM, Nehemiah Dacres wrote: the solution is to fix the endian bug. you're on intel right? I bet if you used the new PySide qt python bridge, it wouldn't have this problem. I bet its talking directly to the c++ runtime  instead of   It may be an issue with endian-ness, but the

Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2009-12-07 Thread Kevin Walzer
On 12/6/09 5:00 AM, Xiao Yu wrote: Hi, I think this problem might have been previously discussed but I'm not too sure what the solution is. I'm attempting to build my PyQt4 application. error: unpack requires a string argument of length 32 /opt/local/Library/Frameworks/Python.framework/Vers

[Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2009-12-07 Thread Xiao Yu
Hi, I think this problem might have been previously discussed but I'm not too sure what the solution is. I'm attempting to build my PyQt4 application. I'm receiving an error here: File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app/build_app.py

Re: [Pythonmac-SIG] Installing Python 2.6.4 alongside stock python 2.6.1 on SnowLeopard

2009-12-07 Thread Erik van Blokland
On 7 dec 2009, at 19:55, Ned Deily wrote: >> Leopard. Any pointers are welcome. > > You need to install the optional 10.4u SDK. It is included in the Xcode > installer (on the Snow Leopard DVD) but, by default, is not selected for > installation. Ai caramba! I had indeed not installed it fr

Re: [Pythonmac-SIG] Can't build PIL on Snow Leopard

2009-12-07 Thread Christopher Barker
Xiao Yu wrote: There is no problem at all when I use Apple Python with pretty much everything. Except when I have to distribute it with py2app. A separate Python is essential for me. I could use MacPort or Fink ... I need but I can't seem to compile any libraries for this Python. They all end

Re: [Pythonmac-SIG] OSX3 install problem

2009-12-07 Thread Ned Deily
In article , downie - wrote: > Yes, the Python script I wanted to run works fine under 2.5.4 . > I registered with the bugtracker but couldn't work out how to add myself to > the notification list - I'll be leaving this mailing list shortly. Edit the nosy field of the bug to add your registered

Re: [Pythonmac-SIG] Installing Python 2.6.4 alongside stock python 2.6.1 on SnowLeopard

2009-12-07 Thread Ned Deily
In article <9a61427d-09ed-4dd1-9474-6e1a14f9e...@letterror.com>, Erik van Blokland wrote: > Hi, > > sorry to bother, but I've run into a spot of trouble in an area I'm not > familiar with. > (Ronald, this is a follow up of the post I sent yesterday, I'm sorry for the > moving target. I'm stuc

Re: [Pythonmac-SIG] OSX3 install problem

2009-12-07 Thread downie -
> To: pythonmac-sig@python.org > From: n...@acm.org > Date: Fri, 4 Dec 2009 17:41:24 -0800 > Subject: Re: [Pythonmac-SIG] OSX3 install problem > [snip] > All of that is interesting and should be pinned down further so it > doesn't happen again. I've opened a python bug tracker issue for it: >

[Pythonmac-SIG] Installing Python 2.6.4 alongside stock python 2.6.1 on SnowLeopard

2009-12-07 Thread Erik van Blokland
Hi, sorry to bother, but I've run into a spot of trouble in an area I'm not familiar with. (Ronald, this is a follow up of the post I sent yesterday, I'm sorry for the moving target. I'm stuck.) I installed python 2.6.4 on Snow Leopard 10.6.2. I used the prepackaged .dmg installer from python.

Re: [Pythonmac-SIG] Can't build PIL on Snow Leopard

2009-12-07 Thread Ned Deily
In article , Xiao Yu wrote: > There is no problem at all when I use Apple Python with pretty much > everything. Except when I have to distribute it with py2app. A separate > Python is essential for me. I could use MacPort or Fink but that would put me > a few versions behind the latest release