[Matplotlib-users] wxmsw26uh_vc.dll again ?

2006-11-21 Thread Gary
I'm trying to upgrade things.  Upon doing so, I find that  pylab gives a 
warning about not finding wxmsw26uh_vc.dll

A search suggested that I need the unicode version of wx.  I installed 
that, but still get the same message.
(Thinking I accidently installed the ansi version, I downloaded and 
installed the unicode version again.)

what do you think?
-gary



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Etrade Griffiths
Charlie

thanks for the tip - it worked a charm.

Alun Griffiths



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Christopher Barker
Werner F. Bruhin wrote:
 I hope not.  I am guessing that wxPython is like the linux kernel, so
 2.7 is a dev branch.
 
 Yes, 2.7 is a dev branch which normally lasts for quit some time, 
 however this time round they are hoping to move to 2.8 pretty quickly, I 
 believe before the end of the year.

yup -- and hoping to get it included in OS-X 10.5

  Is it not possible to have a wxPython nutral build?

 A
 while back we talked about and agreed on trying to remove the native
 interfaces for gtk and wxpython to avoid these compilation headaches.

wxPython 2.7 (and, of course, 2.8) has some extra methods for dumping 
binary data directly into wxBitmaps, so pure Python methods should be 
just as fast as C++ ones. Of course, that's only wxPython-version 
neutral for 2.7+ versions.

   We are sticking with the unicode wxpython build for the
 remainder of 0.87.x to avoid more confusion.

Good plan.

 Ideally 0.88 will have the pure python blitting implementations.

I (and others) posted a bunch of information about how this could be 
done in that thread a while back. Is anyone planning on doing it? I'd be 
glad to consult, but don't have the time to do it myself right now (and 
I'm not using MPL much at this point, so It's hard to justify)

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

NOAA/ORR/HAZMAT (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-05 Thread Werner F. Bruhin
Hi Charlie,

Charlie Moad wrote:

 ...

 I hope not.  I am guessing that wxPython is like the linux kernel, so
 2.7 is a dev branch.

Yes, 2.7 is a dev branch which normally lasts for quit some time, 
however this time round they are hoping to move to 2.8 pretty quickly, I 
believe before the end of the year.


  Is it not possible to have a wxPython nutral build?


 The native interface was  added for high speed blitting/animation.  A
 while back we talked about and agreed on trying to remove the native
 interfaces for gtk and wxpython to avoid these compilation headaches.
 This was after having decent success with pure python approaches for
 qt3 and qt4.  We are sticking with the unicode wxpython build for the
 remainder of 0.87.x to avoid more confusion.  Ideally 0.88 will have
 the pure python blitting implementations.

That is good news.

Best regards
Werner


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Etrade Griffiths
Hi

running Win XP, Python 2.4 with matlibplot and wxpython installed from 
these executables both down-loaded from sourceforge

matplotlib-0.87.7.win32-py2.4.exe
wxPython2.6-win32-ansi-2.6.3.3-py24.exe

Just taking the first steps with matplotlib and wxpython using 
wxmpl.  Running one of the wxmpl test apps I get this error message

python.exe - Unable to locate component

This application has failed to start because wxmsw26uh_vc.dll was not 
found.  Reinstalling this application may fix this problem

After dismissing the message box, the app pops up and runs OK so I guess 
the error is not that serious but still pretty irritating to users.  Tried 
reinstalling but that doesn't help.  Also did a google search on 
wxmsw26uh_vc.dll and it seems that several people have reported this 
problem but I couldn't find a solution.  One of the discussions I did find 
mentioned unicode versions of wxpython but AFAIK I have never installed a 
unicode version.

All suggestions gratefully received!



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Charlie Moad
Installing the unicode version of wxpython is the solution.  This will
get rid of the error message.  Matplotlib is compiled against it.

On 11/4/06, Etrade Griffiths [EMAIL PROTECTED] wrote:
 Hi

 running Win XP, Python 2.4 with matlibplot and wxpython installed from
 these executables both down-loaded from sourceforge

 matplotlib-0.87.7.win32-py2.4.exe
 wxPython2.6-win32-ansi-2.6.3.3-py24.exe

 Just taking the first steps with matplotlib and wxpython using
 wxmpl.  Running one of the wxmpl test apps I get this error message

 python.exe - Unable to locate component

 This application has failed to start because wxmsw26uh_vc.dll was not
 found.  Reinstalling this application may fix this problem

 After dismissing the message box, the app pops up and runs OK so I guess
 the error is not that serious but still pretty irritating to users.  Tried
 reinstalling but that doesn't help.  Also did a google search on
 wxmsw26uh_vc.dll and it seems that several people have reported this
 problem but I couldn't find a solution.  One of the discussions I did find
 mentioned unicode versions of wxpython but AFAIK I have never installed a
 unicode version.

 All suggestions gratefully received!



 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Werner F. Bruhin




Hi Charlie,

Charlie Moad wrote:

  Installing the unicode version of wxpython is the solution.  This will
get rid of the error message.  Matplotlib is compiled against it.
  

Isn't this a maint headache for you and others maintaining matplotlib?

Will there be wxPython 2.6, 2.7 and 2.8 builds?

Is it not possible to have a wxPython nutral build?

Best regards
Werner



  
On 11/4/06, Etrade Griffiths [EMAIL PROTECTED] wrote:
  
  
Hi

running Win XP, Python 2.4 with matlibplot and wxpython installed from
these executables both down-loaded from sourceforge

matplotlib-0.87.7.win32-py2.4.exe
wxPython2.6-win32-ansi-2.6.3.3-py24.exe

Just taking the first steps with matplotlib and wxpython using
wxmpl.  Running one of the wxmpl test apps I get this error message

python.exe - Unable to locate component

"This application has failed to start because wxmsw26uh_vc.dll was not
found.  Reinstalling this application may fix this problem"

After dismissing the message box, the app pops up and runs OK so I guess
the error is not that serious but still pretty irritating to users.  Tried
reinstalling but that doesn't help.  Also did a google search on
wxmsw26uh_vc.dll and it seems that several people have reported this
problem but I couldn't find a solution.  One of the discussions I did find
mentioned unicode versions of wxpython but AFAIK I have never installed a
unicode version.

All suggestions gratefully received!



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


  
  
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users



  






-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Charlie Moad
On 11/4/06, Werner F. Bruhin [EMAIL PROTECTED] wrote:

  Hi Charlie,

  Charlie Moad wrote:

  Installing the unicode version of wxpython is the solution. This will
 get rid of the error message. Matplotlib is compiled against it.

  Isn't this a maint headache for you and others maintaining matplotlib?

Among other things. ;)

  Will there be wxPython 2.6, 2.7 and 2.8 builds?

I hope not.  I am guessing that wxPython is like the linux kernel, so
2.7 is a dev branch.

  Is it not possible to have a wxPython nutral build?

The native interface was  added for high speed blitting/animation.  A
while back we talked about and agreed on trying to remove the native
interfaces for gtk and wxpython to avoid these compilation headaches.
This was after having decent success with pure python approaches for
qt3 and qt4.  We are sticking with the unicode wxpython build for the
remainder of 0.87.x to avoid more confusion.  Ideally 0.88 will have
the pure python blitting implementations.

- Charlie

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-09-18 Thread Daniel McQuillen

Hello Charlie,

I tried the solution you suggested below to get py2exe working and get rid of
the no such file wxmsw26uh_vc.dll message when trying to run the compiled .exe

1. I removed the _wxagg.pyd file from matplotlib/backends (although I was loathe
to do so as my guess is that this will make plotting slower?)
2. I removed the exclusion on the wxmsw26uh_vc.dll in the setup file

Now I can compile to an .exe but the application starts briefly, but stops and
closes the output window before I can see anything. It doesn't write anything to
the .log file.

I'm running XP, Python 2.4, wxPython 2.6.3.3-py4 and MPL 87.5

Has anybody else tried this solution and got it to work?

Thanks for any help you can provide.

- Daniel

P.S. If it's relevant, my setup.py is below...

# For py2exe only


Setup.py

Create .exe for VizTool. This code was provided on the Matploblib users
mailinglist

Run with the following command (use py2exe 0.6.2 or higher)

python.exe -OO setup.py py2exe -b 3 -c -p numarray,pytz -e numpy



import os
from distutils.core import setup
import py2exe
import glob

import matplotlib

#Following ops assignment pulled from Py2Exe WIKI :
http://starship.python.net/crew/theller/moin.cgi/MatPlotLib
opts = {
'py2exe': { 'compressed': 1,
'optimize': 2,
'packages': ['encodings',
 'matplotlib.backends',
 'pytz',
 'matplotlib.numerix'
 ],
'includes': 'matplotlib.numerix.random_array',
'excludes': ['_gtkagg', '_tkagg'],
'dll_excludes': ['libgdk-win32-2.0-0.dll',
 'libgobject-2.0-0.dll',
 'tcl84.dll',
 'tk84.dll']
  }
   }

setup( version = '0.0.1',
   windows = ['VizToolApp.py'], 
   data_files = [('conf',['conf/GraphStyles.ini']),
 ('',['matplotlibrc']),
 matplotlib.get_py2exe_datafiles()],
   options=opts,
)


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-08-10 Thread Daniel McQuillen

Werner,

Thanks for your work in solving this problem. I'm experiencing the same trouble.
I can compile to .exe if I exclude wxmsw26uh_vc.dll, but then when I run my
final .exe, I get a error dialog popup and the program won't run.

The dialog says The procedure entry point [EMAIL PROTECTED]@@UBEHXZ
could not be located in the dynamic link library wxmsw26uh_vc.dll

Did you experience this problem after compiling with 
an excluded wxmsw26uh_vc.dll?

BTW, I'm working with Python 2.4, the unicode verison of wxPython,
and windows XP.

With Regards,

Daniel McQuillen



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] wxmsw26uh_vc.dll and matplotlib 0.87

2006-07-06 Thread Werner F. Bruhin
Hi,

Charlie Moad wrote:
 As you have found, the matplotlib binaries are built using the unicode
 version of wxpython.  If you are not using blitting, then you can just
 go in any delete the matplotlib/backends/_wxagg.so (.pyd for
 windows) file from the installed matplotlib module.  Then the
 pure-python wx backend will be used instead, and it should work fine
 with both versions of wx.
I can run it without problem on my dev machine.  The problem is when 
packaging it with py2exe, worked around this one by just excluding that 
dll, but maybe this is the cause of the problem - see other thread.

Werner
 
 - Charlie
 
 On 7/6/06, Werner F. Bruhin [EMAIL PROTECTED] wrote:
 
Werner F. Bruhin wrote:


Trying to py2exe the application I get an error no such file
wxmsw26uh_vc.dll.

I am on:
# Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)]
# wxPython 2.6.3.2, Boa Constructor 0.4.4

Part of the changes I made inludes trying out numpy 0.8.9.

What is this dll for and where should it be?  The name looks like it is
part of wxWidget but I can't seem to find it.

Googling on it I found that it is included with wxPython Unicode.

What is needed to tell matplotlib not to use Unicode?  Is this still
possible with 0.87?

Werner



Werner


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

 
 
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users