[04:02:56] [connected at Wed Mar 22 04:02:56 2006] [04:02:57] <> *** Looking up your hostname... [04:02:57] <> *** Checking ident [04:03:02] <> *** Found your hostname [04:03:27] <> *** No identd (auth) response [04:03:27] <> *** Your host is herbert.freenode.net[herbert.freenode.net/6667], running version hyperion-1.0.2 [04:03:27] [I have joined #peak] [10:16:29] ** whit has joined us [12:20:20] ** DesreveR has joined us [12:32:03] ** pje has joined us [12:32:52] ** r0nny has left IRC (Read error: 110 (Connection timed out)) [14:11:02] ** albino has joined us [14:11:47] Is this the PEAK as in Python Enterprise Application Kit channel? [14:19:09] yes [14:38:36] Is there a good place to find info on packaging external stuff with a python library. It it as simple as just appending a file list to foo.egg-info/SOURCES.txt? [15:14:40] What do you mean by external stuff? [15:14:57] Sorry for the delays, I've been on the phone and also talking to a hurricane shutter contractor guy measuring my house [15:15:24] Also, FYI, SOURCES.txt is automatically generated and should never be edited by hand. [15:22:24] SOURCES.txt is generated from MANIFEST.in, and from your revision control (CVS or SVN) info [15:43:53] I don't have a MANIFEST.in that I'm aware of so it must be coming straight from SVN info [15:44:12] pje: Well I have some javascript I want to bundle along side of my python library. [15:45:01] okay, then put it in one of your package directories and set 'include_package_data=True' in setup() [15:45:08] pje: np on the delays I've been sitting through "Enterprise" meetings off and on all day [15:45:08] and make sure you have it added to SVN [15:45:51] pje: I'll try that, thanks [15:47:39] you can then access it with pkg_resources.resource_string('packagename','somefile.js') [15:47:47] or resource_stream(), or resource_filename() [20:45:47] ** pje has left IRC ("Client exiting")