daleroberts / pypar

Efficient and scalable parallelism using the message passing interface (MPI) to handle big data and highly computational problems.
GNU General Public License v3.0
69 stars 15 forks source link

global name string.split does not exist in line 51 in setup.py #3

Closed keekdown closed 10 years ago

keekdown commented 10 years ago

Hello!Please edit setup.py.I added the string object in get_mpi_flags().

daleroberts commented 10 years ago

Do you have a patch?

keekdown commented 10 years ago

I am just added the object string in the context of the function "get_mpi_flags()" "string = shlex" After the above manipulation i succsesfully installed pypar. :-)

11.11.2013, 09:10, "Dale Roberts" notifications@github.com:

Do you have a patch?

— Reply to this email directly or view it on GitHub.

daleroberts commented 10 years ago

Thanks. Hopefully I've fixed that now.