On Jul 14, 11:05 pm, Christopher Lee <[email protected]> wrote:
> I can't figure out why this is suddenly appearing now, as I have the
> same version of pyrex as before (0.9.8.5). Has anyone else run into
> the same problem? Anyone know how to fix it? All I was able to find
> on the web was this report of the same problem with the related Cython
I am just guessing here, is it possible that pyrex is either using the
wrong python or an older version of "something". The function that now
throws the error took only 4 parameters in the past:
cdef int restart(self,int start,int end,IntervalFileDB db)
now it has 5:
cdef int restart(self, int start, int end, IntervalFileDB db,
NLMSASequence ns)
just a guess,
Istvan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---