Parallel Python
Home arrow Forums arrow Python Forums arrow Parallel Python Forum arrow PP 1.6.1 is released!
Nutrition facts and analysis
Parallel Python Community Forums rss  
May 17, 2012, 06:29:03 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Parallel python forum is up and running!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: PP 1.6.1 is released!  (Read 4933 times)
0 Members and 2 Guests are viewing this topic.
Vitalii
Global Moderator
Hero Member
*****
Posts: 476


View Profile WWW
« on: February 02, 2011, 12:48:27 AM »

Downloads:
   http://www.parallelpython.com/downloads/pp/pp-1.6.1.zip
   http://www.parallelpython.com/downloads/pp/pp-1.6.1.tar.gz
   http://www.parallelpython.com/downloads/pp/pp-1.6.1.tar.bz2
   http://www.parallelpython.com/downloads/pp/pp-1.6.1.exe

Changes w.r.t pp-1.6.0:
    1) Fixed struct.unpack("!Q", size_packed) bug which started to happen with Python 2.7 on certain platforms.
    2) Fixed bug with auto-discovery not working after ppserver is restarted.
    3) Added full support of python import statements.
       For instance "from numpy.linalg import det as determinant" is now supported.
       For compatibility old module name imports will continue to work.
    4) Exposed more detailed network error messages in ppserver.py.
« Last Edit: February 07, 2011, 07:47:00 AM by Vitalii » Logged

Trinidad
Newbie
*
Posts: 1


View Profile
« Reply #1 on: March 04, 2011, 06:38:32 PM »

There's an error that stops easy_install from installing PP while using Python 2.7 AMD64 in Windows 7, 64bits with the last distutils. It gives:
Code:
ValueError: path 'doc/' cannot end with '/'

In file MANIFEST.in, line:
Code:
recursive-include doc/ *
should be:
Code:
recursive-include doc *

I apologize if this is not the right place to post this kind of things.
Logged
Vitalii
Global Moderator
Hero Member
*****
Posts: 476


View Profile WWW
« Reply #2 on: April 11, 2011, 11:20:11 PM »

Right! In the next release it will be fixed.
Logged

rockyrackoon
Newbie
*
Posts: 1


View Profile
« Reply #3 on: July 24, 2011, 11:52:35 PM »

How do I install on Win7 64-bit in the meantime?
The windows EXE installer doesn't work either - it does not find my python 2.7 installation in the registry.

Eager to use PP!!

Rock-on
Logged
Vitalii
Global Moderator
Hero Member
*****
Posts: 476


View Profile WWW
« Reply #4 on: July 25, 2011, 08:22:25 AM »

You can always install it from .zip archive.
Unpack it and run:
<path to python binary>/python setup.py install
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Nutrition facts and analysis