From: Scott J. <js...@sk...> - 2005-05-23 16:27:54
|
Hello, when I try to run Ghci with BouncingBalls.hs I get the following: Loading package base ... linking ...done. C:/Documents and Settings/Jan/Desktop/BouncingBalls.hs: Can't find module `Graphics.UI.WX' (use ............for) Prelude> These are the data: I use Windows XP I use Ghci 6.2.2 I have folders : C:\wxhaskell-0.9 and C:\ghc\ghc-6.2.2 path variable: added c:\ghc\ghc-6.2.2\bin;C:\wxhaskell-0.9 During installation with the help of = C:\wxhaskell-0.9\bin\wxhaskell-register.bat apparantly no errors this = time I have a .ghci file with contents : :set -fglasgow-exts -cpp=20 at C:\Documents and Settings\Jan\Desktop\.ghci=20 Any help welcome. I am a 1 month Haskell user eager to use wxHaskell. Thanks Jan |