-
weegreenblobbie committed revision 415 to the Nsound SVN repository, changing 4 files.
2009-11-19 06:28:23 UTC in Nsound
-
weegreenblobbie committed revision 414 to the Nsound SVN repository, changing 7 files.
2009-11-14 20:53:09 UTC in Nsound
-
weegreenblobbie committed revision 413 to the Nsound SVN repository, changing 13 files.
2009-11-13 23:34:56 UTC in Nsound
-
weegreenblobbie committed revision 412 to the Nsound SVN repository, changing 12 files.
2009-11-12 19:46:05 UTC in Nsound
-
For those who are using MingW and want to embed Python with Matplotlib, I added some directions to the Scons wiki:
http://www.scons.org/wiki/EmbedManifestIntoTarget.
2009-10-31 19:12:37 UTC in matplotlib
-
weegreenblobbie committed revision 411 to the Nsound SVN repository, changing 2 files.
2009-10-31 17:46:43 UTC in Nsound
-
Okay, so embedding Python & Matplotlib will take some extra work. The only thing to do, if possible, would be to error out more gracefully. To the non-experts, the failure appears to be a problem with matplotlib, not necessarily a windows runtime link problem.
2009-10-29 07:04:23 UTC in matplotlib
-
What has changed from 0.99.0?
All that work with msvc*.dll and manifests is troublesome. Does this mean I must burden my end users with installing vc90 runtime?
In the end, would I have to detect which C Runtime is installed and somehow inject the correct manifest file into the executables?
I have a Unix development background, I am not familiar with manifests.
2009-10-29 02:34:36 UTC in matplotlib
-
I guess sourceforge won't allow additional attachments. Here's the full error text:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\cygwin\home\nhilton\nsound-0.7.3\.sconf_temp\a.exe
R6034
An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.
2009-10-28 22:06:18 UTC in matplotlib
-
Copying the DLLs to the local directory satisfies the dependency check, but now I get a C++ runtime error: R6034. I will upload a screenshot.
This may be my setup here on my work machine. I will try again tonight on my dev box at home.
2009-10-28 21:55:24 UTC in matplotlib