<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Maybe there's something i don't understand, but PLaneT is telling me that the way to require a package i've put there is:<BR>(require (planet |tomcoiro/Doodle Draw:1:1/lang|))<BR><br><BR>But putting that in DrRacket tells me it's an ill-formed package name, (possibly because i've put the package with spaces?).<BR>Also there seems to be no way to either delete a package or change it's name, so if that's the problem i don't know how i could fix it.<BR><br><BR>If it helps, the package page is here <a href="http://planet.racket-lang.org/display.ss?package=Doodle%2520Draw.plt&amp;owner=tomcoiro." target="_blank">http://planet.racket-lang.org/display.ss?package=Doodle%20Draw.plt&amp;owner=tomcoiro</a><BR><br><BR>Although you can search it in Miscellaneous in the PLaneT page.<BR><br><BR>Is there anything I'm missing?<BR><br><BR>docs are still incomplete, an example program would be something like<BR>#lang s-exp (planet |tomcoiro/Doodle Draw:1:1/lang|)<br>500 500<br>(180 280 183 268 186 256 189 244)<br>(191 244 290 244 300 230 339 245)<br>(340 246 350 290 360 300 355 210)<br>(353 210 370 207 380 196 375 193)<br>(375 193 310 220 190 220 164 205)<br>(164 205 135 194 135 265 153 275)<br>(153 275 168 275 170 180 150 190)<br>(149 190 122 214 142 204 85 240)<br>(86 240 100 247 125 233 140 238)<br>(show "Picasso's Dog")<BR><br><BR>I'd hope that would work with the way it currently is written.<BR><br><BR>Thanks in advance and thanks to Robby for answering my last question.<BR>                                               </div></body>
</html>