[05:38:14] ** bitmonk has joined us [06:02:18] ** bitmonk_ has joined us [06:06:21] ** bitmonk_ has left IRC (Client Quit) [06:09:04] [connected at Wed Jan 9 06:09:04 2008] [06:09:04] <> *** Looking up your hostname... [06:09:04] <> *** Checking ident [06:09:04] <> *** No identd (auth) response [06:09:04] <> *** Found your hostname [06:09:04] <> *** Your host is clarke.freenode.net[clarke.freenode.net/6667], running version hyperion-1.0.2b [06:09:06] [I have joined #peak] [06:09:06] ** clarke.freenode.net set the topic to does anyone remember the real topic ? - not really ... [06:20:00] ** bitmonk has left IRC (Read error: 110 (Connection timed out)) [13:04:29] ** pje has joined us [15:05:04] ** bitmonk has joined us [15:05:30] ** bitmonk has left IRC (Client Quit) [15:26:23] pje is now known as pje_afk [15:54:25] pje_afk is now known as pje [18:39:58] ** zooko has joined us [18:40:03] Greetings, people of #peak! [19:24:23] Yay! We figured out how to install all deps unzipped, so that py2exe can find them. [21:21:33] ** RyanPrior has joined us [22:13:35] Oh damn, pkg_resources doesn't work to load resources from a .zip, so it can't be used in an app that is packaged with py2exe. [22:21:20] Hm. And invoking setup.py easy_install instead of setup.py install seems to make our build susceptible to really weird interactions with an installed package of the same name but a different version. :-( [22:21:39] I changed it from setup.py install to "setup.py easy_install ." so that I could pass the --always-unzip option. [22:36:27] Yeah, bundling is clearly not a solved technology here. :)