ERROR file:.\Balls.hs - Can't find imported module "Graphics.UI.WX"
And if I run that in Helium I get some error message that the . in "Graphics.UI.WX" is unexpected. (Which means by my views that it didn't import wxHaskell.)
And if I run it in ghci it compiles perfect. So I thought let's type in "main" to start it in a interpreter. So I get the following: http://img10.imageshack.us/img10/5118/testzrs.jpg. I don't think that program is running correctly. Can someone point out what went wrong or what I am doing wrong?
And some small question, do I always have to compile those programs in order for it to run correctly?
Thanks for your time and effort!
Tsunkiet Man