Hi Rachel,
This problem I guess is due to the specific version of the python you use on your computer.
The multiprocessing library that comes with dexen is meant for python 2.5.
Because the 2.5 version does not have the multiprocessing library which is needed by dexen.
However, if you try to run dexen by using python whose version is > 2.5, it will create a problem.
First confirm the python version, you can just type in python in the command prompt. If that doesn't
work, try to find the python installation folder. Usually the name of the folder reveals its version.
If the python version is really greater than 2.5, one suggestion is to rename the folder 'multiprocessing'
under the folder 'lib' in the root folder of dexen to something else and try running it again.
Regards,
Cihat