[Cython] [mailinglist] Re: problems with external data
Uwe Schmitt
uschmitt at mineway.de
Sat Nov 15 10:57:39 CET 2008
Am 15.11.2008 um 00:31 schrieb Greg Ewing:
> Uwe Schmitt wrote:
>
>> /*
>> "C:\cygwin\home\uschmitt\workspace_eclipse_ganymede\PySVDLIB\src
>> \svdlibc.pyx":157
>> * cdef SMat As
>> *
>> * SVDVerbosity = verbosity # <<<<<<<<<<<<<<
>> * print SVDVerbosity
>> * print SVDVersion
>
> If this is inside a function, have you declared SVDVerbosity
> as a global within that function? If not, the assignment is
> implicitly declaring it as a local.
>
That was the reason !
Greetings, Uwe
> --
> Greg
> _______________________________________________
> Cython-dev mailing list
> Cython-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/cython-dev
More information about the Cython-dev
mailing list