[Pyrex] 0.9.6.3 setup.py error(s)
Matt Hammond
matt.hammond at rd.bbc.co.uk
Fri Nov 9 10:37:10 CET 2007
The following seems to fix setup.py:
1) Adding the missing close-bracket to the end of line 9 - going from:
execfile(distutils.util.convert_path('Pyrex/Compiler/Version.py')
to:
execfile(distutils.util.convert_path('Pyrex/Compiler/Version.py'))
2) add the line:
import distutils
just before the other imports (around line 4 or 5)
Matt
On Thu, 08 Nov 2007 22:32:42 -0000, Greg Ewing
<greg.ewing at canterbury.ac.nz> wrote:
> Alexander Belchenko wrote:
>> For me the main question why he didn't release fixed version yet,
>
> I've been busy with other things. I'll get
> back to it as soon as I can.
>
> --
> Greg
>
> _______________________________________________
> Pyrex mailing list
> Pyrex at lists.copyleft.no
> http://lists.copyleft.no/mailman/listinfo/pyrex
--
| Matt Hammond
| Research Engineer, FM&T, BBC, Kingswood Warren, Tadworth, Surrey, UK
| http://www.bbc.co.uk/rd/
More information about the Pyrex
mailing list