Re: [Boa Constr] strange error message?
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2007-12-31 14:26:40
|
Jeff, Jeff Peery wrote: > Hello, > I'm using the Boa to build a wxApp and I am getting this strange error > message and there's no reference to where it is coming from. How might I > go about finding out more about this message? Thanks. > > Warning: invalid value encountered in double_scalars I would search in your site-packages folder for the message string to try to locate which component is causing it. Or use Google, just searched for "encountered in double_scalars" and it looks like this is coming from numpy. Are you using that package, are you using e.g. matplotlib with numpy? Hope this helps in tracking the error down. Werner |