On 19 Jul, 2010, at 21:05, Christopher Barker wrote:
> Ronald Oussoren wrote:
>
>> The consensus at the summit was to replace the macosx10.5 installer
>> (ppc, x86, x86_64) by a macosx10.6 (x86, x86_64) installer for future
>> releases. That enables linking with Tk 8.5 and that would solve a num
hi
modulegraph.py os_listdir hangs on none existing dirs (strange) ::
def os_listdir(path):
"""
os.listdir with support for zipfiles
"""
try:
return os.listdir(path)
except os.error:
info = sys.exc_info()
rest = ''
while not os.path.exists(pa
On 19 Jul, 2010, at 20:58, Ned Deily wrote:
>
>
>> P.S. It should be possible to use the future macosx10.6 installer to install
>> on 10.5 as well if you install Tk 8.5 yourself, but this won't be
>> prominently
>> advertised.
>
> I'm not sure that will work unless you continue to supply oth
On 21 Jul, 2010, at 9:24, engelbert gruber wrote:
> hi
>
> modulegraph.py os_listdir hangs on none existing dirs (strange) ::
I'll look into this at the europython sprints.
>
> is there a unittest function to verify endless loops ?
No. Sadly enough py2app and its dependencies hardly have tes
Ronald Oussoren wrote:
modulegraph should be platform independent
indeed -- it's used by bbfreeze:
http://pypi.python.org/pypi/bbfreeze/0.96.5
Though I think he's forked it. But it might be good to get in touch and
see if he's got patches to integrate.
-Chris
--
Christopher Barker, Ph.D.
A py2app-built application stopped building properly recently after
various upgrades. It would fail immediately on startup complaining that
it could not find zope.interface. The app uses Twisted, which is why it
needs zope.interface.
I tried adding "zope" or "zope.interface" to "packages", but