The reason the error message is in German is that the developer of
wxFalsecolor is German, so don't worry too much about that. I do realize
it is disconcerting to see the German text!
The real error is somewhere /before/ wx attempts to open the image.
Basically, the Radiance simulation fails and creates an empty image which
wxFalsecolor cannot open because it is just a blank file.
Without more information it is difficult to diagnose the problem, but if
you send me a zipped file of your C:\DIVA\temp\[RhinoFileName]\ directory
which has the issue, I can probably figure out what is going on
Best,
Alstan
On Mon, 19 Mar 2012 00:04:56 -0400, Lasse. <pro...@lbrandt.dk> wrote:
> Hi,
>
> I'm quite new to this so my apologies if this error message has an
> obvious
> reason or if this issue has already been discussed.
> When running a default simulation and opening with wxFalseColor I obtain
> the following error message, just as the image from the simulation is to
> be
> showed (so I get no result):
>
> Error loading image:
> Traceback (most recent call last):
> File "C:\Dokumente und
> Einstellungen\Administrator\Desktop\pyrat\utils\build\pyi.winsecolor\outPYZ1.pyz/falsecolor2",
> line 922, in readImageData
> File "C:\Dokumente und
> Einstellungen\Administrator\Desktop\pyrat\utils\build\pyi.winsecolor\outPYZ1.pyz/falsecolor2",
> line 953, in analyzeImage
> IndexError: list index out of range
>
> I'm not even running a German Windows 7?
>
> Running a simple file containing just a black box with with same default
> settings, I obtain no errors. So for sure it must be an error in the
> model
> somehow.
>
> I hope you can help me,
>
> thanks!
>
> Lasse