[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
Hi all, I've switched to the Python.org 2.7 distribution after figuring out that you can't do a standalone py2app application with system python (I evidently wasn't reading through -h and it's not noted in documentation). However, I'm running into another problem: is spawn() not supported by py2a

[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
Hi all, It's great to see that there's somewhere that py2app is actually developed and discussed (although it's kind of hard to find this place! the documentation should refer to it or something). Anyway, I'm having two large problems with py2app. For reference, I'm running 10.6 and system Python

[Pythonmac-SIG] py2app call for help

2010-07-25 Thread Ronald Oussoren
Hi, Py2app needs some work to get up to the times. Is anyone interested in helping out. I'm using py2app as a handy shortcut for py2app, macholib, modulegraph and altgraph here. Some pretty easy tasks: * Rewrite the documentation using sphinx (cross-package links can assume that the documena

[Pythonmac-SIG] py2app and python versions

2010-07-25 Thread Ronald Oussoren
Hi, What is the minimal python version that peoply actually use py2app with? I want to do some development on py2app and related package later this year to make it fully support python eggs and may want to modernize the code while doing that. The amount of modernization that is possible depend