Re: [racket] Embedding an image in Racket source

2012-01-03 Thread Danny Yoo
On Tuesday, January 3, 2012, José Lopes wrote: > Hello, > > I am using Racket 5.2.0.7. > I defined a name that holds an image, embedded in a Racket source file, and I exported the name. > Does this describe the situation you're seeing? http://bugs.racket-lang.org/query/?cmd=view%20audit-trail&da

Re: [racket] Embedding an image in Racket source

2012-01-03 Thread Bloch Stephen
On Jan 3, 2012, at 1:53 PM, José Lopes wrote: I have two files: a file "a.rkt" that defines and provides a name to hold an image; and a file "b.rkt" that requires "a.rkt". I press the Run button with "b.rkt" in the definitions window and I get that I mentioned before. I encountered a sim

Re: [racket] Embedding an image in Racket source

2012-01-03 Thread José Lopes
Hello, I have two files: a file "a.rkt" that defines and provides a name to hold an image; and a file "b.rkt" that requires "a.rkt". I press the Run button with "b.rkt" in the definitions window and I get that I mentioned before. What exactly is the problem with the images you are trying to

Re: [racket] Embedding an image in Racket source

2012-01-03 Thread Robby Findler
In general, you cannot compile files that contain images (at least not until we figure out how to fix that, but that probably won't be soon). Are you trying to compile the file directly or is something else doing it for you? Robby 2012/1/3 José Lopes : > Hello, > > I am using Racket 5.2.0.7. > I

[racket] Embedding an image in Racket source

2012-01-03 Thread José Lopes
Hello, I am using Racket 5.2.0.7. I defined a name that holds an image, embedded in a Racket source file, and I exported the name. When I try to import that name from another file I get this error: ..\..\..\..\..\..\..\Program Files\Racket-5.2.0.7\collects\compiler\cm.rkt:369:6: write: canno