Hi!
I'm being dense here and I'm hoping some one can help me out.
I had 0.91.1 from http://www.pythonmac.org/packages/py25-fat/index.html
I went to install the shiny new version of matplotlib (0.98.3) on my mac using
the .egg from sourceforge.
I assumed that the .egg is a binary version of mat
Just a note to say I like the new webpage layout and design! :) -kg
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
On Sun, Aug 10, 2008 at 8:06 AM, Boris Barbour <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have lots of data acquired via analogue to digital conversion. The data is
> consequently represented as integers (often 16 bit resolution). To obtain the
> correct signal and plot it, these data must of course
Boris Barbour wrote:
> Hi,
>
> I have lots of data acquired via analogue to digital conversion. The data is
> consequently represented as integers (often 16 bit resolution). To obtain the
> correct signal and plot it, these data must of course be multiplied by a
> floating point scale factor. T
On Sun, Aug 10, 2008 at 7:29 AM, Charlie Moad
> Can you search your system and see if you have that dll installed somewhere.
> Most likely you will. If you find it, go to the command prompt and change
> to the directory where the dll is. Then run this command:
> Regsvr32 msvcp71.dll
Thanks for
What is surprising is that this is the library Python uses, so it must
be located at c:\pythonXXX. This path should be in the PATH variable.
So the system finds the library, but not python ??
Matthieu
2008/8/10 Adam Getchell <[EMAIL PROTECTED]>:
> Just installed matplotlib, it doesn't plot the b
Can you search your system and see if you have that dll installed somewhere.
Most likely you will. If you find it, go to the command prompt and change
to the directory where the dll is. Then run this command:
Regsvr32 msvcp71.dll
(I don't know if your 64-bit machine uses the command Regsvr64, s
Hi,
I have lots of data acquired via analogue to digital conversion. The data is
consequently represented as integers (often 16 bit resolution). To obtain the
correct signal and plot it, these data must of course be multiplied by a
floating point scale factor. This seems potentially wasteful o