Hi,

This seem to be a recurring problem but I haven't found the answer to my 
problem by googling.

I am packaging an application that uses python 2.5 (from python.org) , ansi 
version of wxpython
(version >= 2.6) and numpy 1.01, all this on windows.

When I run my program, it complains that it can't find wxmsw26uh_vc.dll but it 
will run perfectly,
which I find quite surprising.

I traced the program with dlldpends, and it turns out that it stems from the wx 
backend: _wxagg.pyd
depends on wxmsw26uh_vc.dll

I did not develop the application, I am only trying to package it and trying to 
understand the
dependencies. The app runs with various versions of wxPython, but only in ansi.

The problem really arises when I try to package the applicaiton with py2exe. 
Py2exe won't let me do
it. I have tried --dll-excludes and --excludes without success.

Is there a proper fix for this ?

        thanks in advance,

        Philippe Fremy


-------------------------------------------------------------------------
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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to