[wxpython-users] [Fwd: Boa Constructor 0.6.1. beta?]

Werner F. Bruhin werner.bruhin at free.fr
Wed Apr 16 01:55:33 PDT 2008


Erik,

Erik Vandamme wrote:
> I finally managed a run with -T
I see you found this.
> C:\Program Files\Boa Constructor>boa.exe -T
> Running in trace mode.
> Starting Boa Constructor v0.6.1
> importing wxPython
> Traceback (most recent call last):
>   File "Boa.py", line 241, in <module>
>   File "zipextimporter.pyc", line 78, in load_module
>   File "wx\__init__.pyc", line 45, in <module>
>   File "zipextimporter.pyc", line 78, in load_module
>   File "wx\_core.pyc", line 4, in <module>
>   File "zipextimporter.pyc", line 91, in load_module
> ImportError: MemoryLoadLibrary failed loading wx\_core_.pyd
There are a few messages with this error on the py2exe list and they 
have something to do with either using the bundle option when building 
the .exe and/or a missing .dll.

Frankly instead of trying to get the Boa.exe to work I would strongly 
recommend that you use the CVS version.

Following some points Riaan mentioned some time ago to me:

Quote:
Implications of using the Boa.exe version.

* In the shell you can only import modules that were imported by Boa
  itself and built into the exe.

* The exe was built from the ansi version of wxPython so it's not
  recommended for non ascii source. It also would pickup anything
  in sitecustomize.

* Some others I can't think of now.

For people that can't live with these restrictions should run the Boa
source version.
EndQuote

Best regards
Werner


More information about the wxpython-users mailing list