process-isolation icon indicating copy to clipboard operation
process-isolation copied to clipboard

Elegant process isolation in pure python

Results 3 process-isolation issues
Sort by recently updated
recently updated
newest added

I have a project with a file structure as follows: ``` my_project __init__.py my_code.py lib __init__.py my_lib.py ``` If I run the following code, everything works just fine: ``` import...

Hi, The machine is Win7 Urtimate 64-bit, Python is 2.7.5 32-bit. I have used pip to install process_isolation, and that went well. Now, when I try to _import process_isolation_ I...