Charlie Moad wrote:
> Not really. I am using Visual Studio for the build in which I have
> never seen or heard of this error occuring. This was a mingw problem,
didn't the OP get this error with a MSVC build?
Anyway, I don't have windows booted to test myself, and I'm out of my depth.
-CHB
-
Charlie Moad wrote:
> Well, I meant before this post. That is why I am somewhat skeptical of
> it. There have been hundreds of downloads, and this is the first
> message.
Hence my suspicion that this was a dll that is not included in Stock
Windows, but is on most people's systems, installed by o
On Monday 24 July 2006 15:12, Jouni K Seppanen wrote:
> Tommy Grav <[EMAIL PROTECTED]> writes:
> > The window resizes horisontally when the pointer is inside the
> > window, although the window behaves erratically as it resizes.
> > Moving the pointer to the right will cause the window to grow then
Tommy Grav <[EMAIL PROTECTED]> writes:
> The window resizes horisontally when the pointer is inside the
> window, although the window behaves erratically as it resizes.
> Moving the pointer to the right will cause the window to grow then
> reduce size as you go further right.
Is this related to
On 7/24/06, Chris Fonnesbeck <[EMAIL PROTECTED]> wrote:
> And by the way, trying to build matplotlib myself with the numpy
> binary installed, fails. It appears to be related to tkagg:
>
> src/_tkagg.cpp:28:18: tk.h: No such file or directory
> src/_tkagg.cpp:36: syntax error before `*' token
> src
> "Chris" == Chris Fonnesbeck <[EMAIL PROTECTED]> writes:
Chris> And by the way, trying to build matplotlib myself with the
Chris> numpy binary installed, fails. It appears to be related to
Chris> tkagg:
Chris> src/_tkagg.cpp:28:18: tk.h: No such file or directory
...snip...
And by the way, trying to build matplotlib myself with the numpy
binary installed, fails. It appears to be related to tkagg:
src/_tkagg.cpp:28:18: tk.h: No such file or directory
src/_tkagg.cpp:36: syntax error before `*' token
src/_tkagg.cpp:40: `ClientData' was not declared in this scope
src/_tk
I am guessing you installed numpy1.0b1. You need to use 0.9.8.
On 7/24/06, massimo sandal <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to install a matplotlib+wxmpl app I wrote on Linux on a
> Windows XP machine.
>
> It crashes starting with the following error:
> -
> C:\Documents and Settin
On 7/24/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
> msvcr71.dll is a dll required for virtually every application built with
> MSVC7.1. For example, py2exe distributes it by default when it builds
> exes. However, it is so common, most systems already have it, installed
> by some other app.
> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes:
Christopher> msvcr71.dll is a dll required for virtually every
Christopher> application built with MSVC7.1. For example, py2exe
Christopher> distributes it by default when it builds
Christopher> exes. However, it
msvcr71.dll is a dll required for virtually every application built with
MSVC7.1. For example, py2exe distributes it by default when it builds
exes. However, it is so common, most systems already have it, installed
by some other app.
I'm guessing in this case, you're working with a new Windows
Hi,
I'm trying to install a matplotlib+wxmpl app I wrote on Linux on a
Windows XP machine.
It crashes starting with the following error:
-
C:\Documents and Settings\Principale\Desktop\Python\Hooke>python hooke.py
Traceback (most recent call last):
File "hooke.py", line 12, in ?
import
Hi all,
I write a little python program with some lib as :Tkinter, matplotlib
etc...
Citation:
from Tkinter import *
import marshal
import win32clipboard as w
import win32con,re
import string
import time
import MySQLdb
from pylab import *
import os
from ftplib import FTP
Now i want to make an
This is the same behavior that I see. The window resizes horisontally whenthe pointer is inside the window, although the window behaves erratically asit resizes. Moving the pointer to the right will cause the window to grow thenreduce size as you go further right. As soon as the pointer leaves the
On 7/23/06, Charlie Moad <[EMAIL PROTECTED]> wrote:
> The mingw/2.4 build still works. There are instructions at the top of
> the setupext.py file. The dll linking error you are getting is
> something we ran into a lot. If you have numpy installed distutils
> will use the numpy\distutils\mingw32
Thank you very much, you are a lifesaver. I took your advice and found
a working example on the internet
http://www.scipy.org/Cookbook/Matplotlib/Plotting_values_with_masked_arr
ays (saves an image as png when run)
Made some minor modifications and it worked perfectly.
Thank you very much.
Jose
16 matches
Mail list logo