Creating Dict of Dict of Lists with joblib and Multiprocessing

2016-04-20 Thread Sims, David (NIH/NCI) [C]
Hi, Cross posted at http://stackoverflow.com/questions/36726024/creating-dict-of-dicts-with-joblib-and-multiprocessing, but thought I'd try here too as no responses there so far. A bit new to python and very new to parallel processing in python. I have a script that will process a datafile

Re: building exe from script

2007-08-20 Thread nih
A bit more information is clearly needed... 1. Create a file called py2exeSetup.py with the following contents: from distutils.core import setup import py2exe def compile(appName, console=False): OPTIONS = {py2exe: {compressed: 1, optimize: 0, bundle_files: 1, } } ZIPFILE = None