<div dir="ltr"><div><div><div>Hi, I've got a really simple problem, I think.  Why is it that when I try to do the following:<br><br>(require 2htdp/image)<br>(define path-stringy "images/some.png")<br>(bitmap (path-stringy))<br><br>I get the following error:<br> bitmap: expected the argument to specify a local path (via a string) or a module path (e.g. `icons/b-run.png') in: (bitmap (path-stringy))<br><br></div>I mean, shouldn't path-stringy evaluate to a string before it's passed into bitmap?  If not, then how do I use bitmap for anything dynamic?<br><br></div>Thanks,<br></div>Andrew<br></div>