Re: [Pythonmac-SIG] ANN: py2app 0.5

2010-07-28 Thread Tom MacWright
Hey, I'd just like to say thanks - it's incredibly great to have some movement and leadership here (plus this'll make the installation process of py2app way less annoying - I got used to installing macholib, altgraph, modulegraph, and py2app separately in their dependency order) Tom On Tue, Jul

Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
be found. On Mon, Jul 26, 2010 at 11:16 AM, Ronald Oussoren wrote: > > > On 26 Jul, 2010,at 04:32 PM, Tom MacWright > wrote: > > For reference, which Python distribution, OS, etc, are you using? I'd be > perfectly happy to change any part of my setup if there's s

Re: [Pythonmac-SIG] py2app problems with spawn

2010-07-26 Thread Tom MacWright
This error is happening even just running the 'python' executable, so I think it's pretty safe to say that it's not related to Flask? On Mon, Jul 26, 2010 at 10:40 AM, Nicholas Riley wrote: > On Sun, Jul 25, 2010 at 11:35:04PM -0400, Tom MacWright wrote: > >

Re: [Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
ld Oussoren wrote: > > > On 26 Jul, 2010,at 02:45 PM, Tom MacWright > wrote: > > So, I'm running into the familiar zlib not available problem (with the > error message > > 7/26/10 8:37:21 AM [0x0-0x980c803].org.pythonmac.unspecified.moas[34233] > zipimport.Zip

[Pythonmac-SIG] Built application not compatible with packaged .so files.

2010-07-26 Thread Tom MacWright
pying all .so files over eventually just leads to python version hell - because between the version of Python that comes with Snow Leopard and the one from Python.org, a new library file was added - _scproxy in Python 2.6.3 ( http://www.mail-archive.com/python-...@python.org/msg42295.html ).

Re: [Pythonmac-SIG] py2app architecture problem and System Python question

2010-07-26 Thread Tom MacWright
ote: > > >Subject: > Re: [Pythonmac-SIG] py2app architecture problem and System Python question > From: > Ronald Oussoren > Date: > Mon, 26 Jul 2010 02:25:21 -0700 (PDT) > To: > Tom MacWright > CC: > pythonmac-sig@python.org > > > And how do I test

Re: [Pythonmac-SIG] Unit testing altgraph

2010-07-26 Thread Tom MacWright
onald Oussoren wrote: > > > On 26 Jul, 2010,at 03:51 AM, Tom MacWright > wrote: > > Here's a patch that converts the freerange tests in altgraph into unit > tests: > > http://dl.dropbox.com/u/68059/patches/altgraph_unittest.patch > > It's rather simple and doe

[Pythonmac-SIG] py2app 32-bit vs 64-bit datetime

2010-07-25 Thread Tom MacWright
Sorry for loading so much on this list - if there's a bug tracker or IRC or something, that might be a place to put these things that doesn't disrupt communication. Anyway: so I got an app bundle created and ran into the ZipImportError (earlier referenced here http://web.archiveorange.com/archive/

[Pythonmac-SIG] py2app problems with spawn

2010-07-25 Thread Tom MacWright
k/dist/moas.app/Contents/MacOS/./../Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: Unknown error: 0 Any idea what's going on here? Or if there's a different route I can take that might bring this a bit closer to some

[Pythonmac-SIG] Unit testing altgraph

2010-07-25 Thread Tom MacWright
Here's a patch that converts the freerange tests in altgraph into unit tests: http://dl.dropbox.com/u/68059/patches/altgraph_unittest.patch It's rather simple and doesn't add any new tests. There isn't test coverage of Dot, etc., and I'd like to add it. I'm happy to see that there are solid plans

[Pythonmac-SIG] py2app architecture problem and System Python question

2010-07-25 Thread Tom MacWright
in VirtualBox isn't supported and I don't have infinite computers to play around with? Thanks for any help! I'm looking forward to contributing to the push on development. I'm starting to crack through the code now, and will definitely have budgeted time down the road to spend here.