Difference between revisions of "Relax 1.2.6"

From relax wiki
Jump to navigation Jump to search
(Addition of labelled section transclusion tags.)
Line 3: Line 3:
 
= Description =
 
= Description =
  
<onlyinclude>
+
<section begin=description/>
 
A quick release to fix the fatal 'devnull' ImportError ([https://gna.org/bugs/?6403 bug #6403]).  This bug effects those using Python versions < 2.4 and prevents relax from starting up.  The solution was to import the object using a try statement to allow execution of the program.  However if relax ever attempts to use 'devnull' a RelaxError is thrown, a message saying to upgrade to Python &ge; 2.4 is printed, and the program terminates.  This is currently only a problem in the test-suite.
 
A quick release to fix the fatal 'devnull' ImportError ([https://gna.org/bugs/?6403 bug #6403]).  This bug effects those using Python versions < 2.4 and prevents relax from starting up.  The solution was to import the object using a try statement to allow execution of the program.  However if relax ever attempts to use 'devnull' a RelaxError is thrown, a message saying to upgrade to Python &ge; 2.4 is printed, and the program terminates.  This is currently only a problem in the test-suite.
</onlyinclude>
+
<section end=description/>
  
 
= Download =
 
= Download =
  
 +
<section begin=download/>
 
The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).  
 
The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).  
 
+
<section end=download/>
  
 
= CHANGES file =
 
= CHANGES file =
  
 +
<section begin=metadata/>
 
Version 1.2.6
 
Version 1.2.6
 
(21 July 2006, from /1.2)
 
(21 July 2006, from /1.2)
 
http://svn.gna.org/svn/relax/tags/1.2.6
 
http://svn.gna.org/svn/relax/tags/1.2.6
 +
<section end=metadata/>
  
 
== Features ==
 
== Features ==
  
 +
<section begin=features/>
 
N/A
 
N/A
 +
<section end=features/>
  
 
== Changes ==
 
== Changes ==
  
 +
<section begin=changes/>
 
N/A
 
N/A
 +
<section end=changes/>
  
 
== Bugfixes ==
 
== Bugfixes ==
  
 +
<section begin=bugfixes/>
 
*  Added the missing PDB file used by one of the OpenDX tests of the relax test-suite. ([https://gna.org/bugs/?6404 bug #6404])
 
*  Added the missing PDB file used by one of the OpenDX tests of the relax test-suite. ([https://gna.org/bugs/?6404 bug #6404])
 
*  Fixed the fatal devnull import failure for Python versions < 2.4. ([https://gna.org/bugs/?6403 bug #6403])
 
*  Fixed the fatal devnull import failure for Python versions < 2.4. ([https://gna.org/bugs/?6403 bug #6403])
 +
<section end=bugfixes/>
  
 
= See also =
 
= See also =
  
 
[[Category:Release_Notes]]
 
[[Category:Release_Notes]]

Revision as of 19:18, 10 September 2014


Description

A quick release to fix the fatal 'devnull' ImportError (bug #6403). This bug effects those using Python versions < 2.4 and prevents relax from starting up. The solution was to import the object using a try statement to allow execution of the program. However if relax ever attempts to use 'devnull' a RelaxError is thrown, a message saying to upgrade to Python ≥ 2.4 is printed, and the program terminates. This is currently only a problem in the test-suite.


Download

The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).


CHANGES file

Version 1.2.6 (21 July 2006, from /1.2) http://svn.gna.org/svn/relax/tags/1.2.6


Features

N/A


Changes

N/A


Bugfixes

  • Added the missing PDB file used by one of the OpenDX tests of the relax test-suite. (bug #6404)
  • Fixed the fatal devnull import failure for Python versions < 2.4. (bug #6403)


See also