Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Jay McCarthy
Great. In case Alex's email wasn't clear, you should be able to
reinstall (remove and install again) and it will work on your older
version (unless it doesn't work because of a problem that has been
fixed since we moved on from v6.2.1).

Jay

On Tue, Jan 12, 2016 at 2:07 PM,   wrote:
> On Tuesday, January 12, 2016 at 8:32:13 AM UTC-7, Jay McCarthy wrote:
>> Can you say what version of Racket you are using?
>>
>> `racket --version`
>>
>> will tell you
>>
>> Jay
>>
>> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
>> > Trying to run some of the default tests from pict3d (spaceship.rkt) 
>> > resulted in this error. When I downloaded the pict3d package to Racket I 
>> > got a lot of the same (if I remember correctly) directory errors. Is this 
>> > most likely from how I installed racket to begin with?  Ubuntu 14.04 LTS
>> >
>> > -Thanks
>> >
>> > default-load-handler: cannot open module file module path: racket/struct 
>> > path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
>> > such file or directory; errno=2
>> >
>> > /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
>> >
>> > /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
>> > ...
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "Racket Users" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to racket-users+unsubscr...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Jay McCarthy
>> Associate Professor
>> PLT @ CS @ UMass Lowell
>> http://jeapostrophe.github.io
>>
>>"Wherefore, be not weary in well-doing,
>>   for ye are laying the foundation of a great work.
>> And out of small things proceedeth that which is great."
>>   - D 64:33
>
> Jay, v6.2.1, thanks for the quick response.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Jay McCarthy
Associate Professor
PLT @ CS @ UMass Lowell
http://jeapostrophe.github.io

   "Wherefore, be not weary in well-doing,
  for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
  - D 64:33

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 8:32:13 AM UTC-7, Jay McCarthy wrote:
> Can you say what version of Racket you are using?
> 
> `racket --version`
> 
> will tell you
> 
> Jay
> 
> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
> > Trying to run some of the default tests from pict3d (spaceship.rkt) 
> > resulted in this error. When I downloaded the pict3d package to Racket I 
> > got a lot of the same (if I remember correctly) directory errors. Is this 
> > most likely from how I installed racket to begin with?  Ubuntu 14.04 LTS
> >
> > -Thanks
> >
> > default-load-handler: cannot open module file module path: racket/struct 
> > path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
> > such file or directory; errno=2
> >
> > /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
> >
> > /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
> > ...
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> -- 
> Jay McCarthy
> Associate Professor
> PLT @ CS @ UMass Lowell
> http://jeapostrophe.github.io
> 
>"Wherefore, be not weary in well-doing,
>   for ye are laying the foundation of a great work.
> And out of small things proceedeth that which is great."
>   - D 64:33

Jay, v6.2.1, thanks for the quick response. 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 10:03:54 AM UTC-7, Alex Knauth wrote:
> I just added version exceptions for earlier versions of racket, pointing to a 
> version that doesn't require racket/struct. So this should be fixed now.
> 
> > On Jan 12, 2016, at 10:36 AM, Alex Knauth  wrote:
> > 
> > This is because pict3d requires racket/struct, which was only added in 
> > racket version 6.3. If you have an older version, you'll get this error. 
> > 
> > There should probably be a version exception for older versions that 
> > doesn't require racket/struct. Or would it be better to change pict3d to 
> > not rely on racket/struct and use unstable/struct instead?
> > 
> >> On Jan 12, 2016, at 10:32 AM, Jay McCarthy  wrote:
> >> 
> >> Can you say what version of Racket you are using?
> >> 
> >> `racket --version`
> >> 
> >> will tell you
> >> 
> >> Jay
> >> 
> >> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
> >>> Trying to run some of the default tests from pict3d (spaceship.rkt) 
> >>> resulted in this error. When I downloaded the pict3d package to Racket I 
> >>> got a lot of the same (if I remember correctly) directory errors. Is this 
> >>> most likely from how I installed racket to begin with?  Ubuntu 14.04 LTS
> >>> 
> >>> -Thanks
> >>> 
> >>> default-load-handler: cannot open module file module path: racket/struct 
> >>> path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
> >>> such file or directory; errno=2
> >>> 
> >>> /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
> >>> 
> >>> /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
> >>> ...
> >>> 
> >>> --
> >>> You received this message because you are subscribed to the Google Groups 
> >>> "Racket Users" group.
> >>> To unsubscribe from this group and stop receiving emails from it, send an 
> >>> email to racket-users+unsubscr...@googlegroups.com.
> >>> For more options, visit https://groups.google.com/d/optout.
> >> 
> >> 
> >> 
> >> -- 
> >> Jay McCarthy
> >> Associate Professor
> >> PLT @ CS @ UMass Lowell
> >> http://jeapostrophe.github.io
> >> 
> >>  "Wherefore, be not weary in well-doing,
> >> for ye are laying the foundation of a great work.
> >> And out of small things proceedeth that which is great."
> >> - D 64:33
> >> 
> >> -- 
> >> You received this message because you are subscribed to the Google Groups 
> >> "Racket Users" group.
> >> To unsubscribe from this group and stop receiving emails from it, send an 
> >> email to racket-users+unsubscr...@googlegroups.com.
> >> For more options, visit https://groups.google.com/d/optout.
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups 
> > "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.

Alex, Wow you made quick work of that, thanks for being on top of it. Im going 
to go ahead and update Racket now =).

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Jay McCarthy
Can you say what version of Racket you are using?

`racket --version`

will tell you

Jay

On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
> Trying to run some of the default tests from pict3d (spaceship.rkt) resulted 
> in this error. When I downloaded the pict3d package to Racket I got a lot of 
> the same (if I remember correctly) directory errors. Is this most likely from 
> how I installed racket to begin with?  Ubuntu 14.04 LTS
>
> -Thanks
>
> default-load-handler: cannot open module file module path: racket/struct 
> path: /home/biz/share/racket/collects/racket/struct.rkt system error: No such 
> file or directory; errno=2
>
> /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
>
> /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
> ...
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Jay McCarthy
Associate Professor
PLT @ CS @ UMass Lowell
http://jeapostrophe.github.io

   "Wherefore, be not weary in well-doing,
  for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
  - D 64:33

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
Trying to run some of the default tests from pict3d (spaceship.rkt) resulted in 
this error. When I downloaded the pict3d package to Racket I got a lot of the 
same (if I remember correctly) directory errors. Is this most likely from how I 
installed racket to begin with?  Ubuntu 14.04 LTS

-Thanks

default-load-handler: cannot open module file module path: racket/struct path: 
/home/biz/share/racket/collects/racket/struct.rkt system error: No such file or 
directory; errno=2

/home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2 

/home/biz/share/racket/collects/racket/require-transform.rkt: 266:2  
...

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Alex Knauth
This is because pict3d requires racket/struct, which was only added in racket 
version 6.3. If you have an older version, you'll get this error. 

There should probably be a version exception for older versions that doesn't 
require racket/struct. Or would it be better to change pict3d to not rely on 
racket/struct and use unstable/struct instead?

> On Jan 12, 2016, at 10:32 AM, Jay McCarthy  wrote:
> 
> Can you say what version of Racket you are using?
> 
> `racket --version`
> 
> will tell you
> 
> Jay
> 
> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
>> Trying to run some of the default tests from pict3d (spaceship.rkt) resulted 
>> in this error. When I downloaded the pict3d package to Racket I got a lot of 
>> the same (if I remember correctly) directory errors. Is this most likely 
>> from how I installed racket to begin with?  Ubuntu 14.04 LTS
>> 
>> -Thanks
>> 
>> default-load-handler: cannot open module file module path: racket/struct 
>> path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
>> such file or directory; errno=2
>> 
>> /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
>> 
>> /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
>> ...
>> 
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> 
> -- 
> Jay McCarthy
> Associate Professor
> PLT @ CS @ UMass Lowell
> http://jeapostrophe.github.io
> 
>   "Wherefore, be not weary in well-doing,
>  for ye are laying the foundation of a great work.
> And out of small things proceedeth that which is great."
>  - D 64:33
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread bre2159732
On Tuesday, January 12, 2016 at 12:08:18 PM UTC-7, Jay McCarthy wrote:
> Great. In case Alex's email wasn't clear, you should be able to
> reinstall (remove and install again) and it will work on your older
> version (unless it doesn't work because of a problem that has been
> fixed since we moved on from v6.2.1).
> 
> Jay
> 
> On Tue, Jan 12, 2016 at 2:07 PM,   wrote:
> > On Tuesday, January 12, 2016 at 8:32:13 AM UTC-7, Jay McCarthy wrote:
> >> Can you say what version of Racket you are using?
> >>
> >> `racket --version`
> >>
> >> will tell you
> >>
> >> Jay
> >>
> >> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
> >> > Trying to run some of the default tests from pict3d (spaceship.rkt) 
> >> > resulted in this error. When I downloaded the pict3d package to Racket I 
> >> > got a lot of the same (if I remember correctly) directory errors. Is 
> >> > this most likely from how I installed racket to begin with?  Ubuntu 
> >> > 14.04 LTS
> >> >
> >> > -Thanks
> >> >
> >> > default-load-handler: cannot open module file module path: racket/struct 
> >> > path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
> >> > such file or directory; errno=2
> >> >
> >> > /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
> >> >
> >> > /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
> >> > ...
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google 
> >> > Groups "Racket Users" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send 
> >> > an email to racket-users+unsubscr...@googlegroups.com.
> >> > For more options, visit https://groups.google.com/d/optout.
> >>
> >>
> >>
> >> --
> >> Jay McCarthy
> >> Associate Professor
> >> PLT @ CS @ UMass Lowell
> >> http://jeapostrophe.github.io
> >>
> >>"Wherefore, be not weary in well-doing,
> >>   for ye are laying the foundation of a great work.
> >> And out of small things proceedeth that which is great."
> >>   - D 64:33
> >
> > Jay, v6.2.1, thanks for the quick response.
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to racket-users+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> 
> 
> Updated pict3d for a sanity check, no more dependency issues. Getting it to 
> render, that's a different problem lol.  -Thanks
> -- 
> Jay McCarthy
> Associate Professor
> PLT @ CS @ UMass Lowell
> http://jeapostrophe.github.io
> 
>"Wherefore, be not weary in well-doing,
>   for ye are laying the foundation of a great work.
> And out of small things proceedeth that which is great."
>   - D 64:33

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Pict3d general Racket help

2016-01-12 Thread Alex Knauth
I just added version exceptions for earlier versions of racket, pointing to a 
version that doesn't require racket/struct. So this should be fixed now.

> On Jan 12, 2016, at 10:36 AM, Alex Knauth  wrote:
> 
> This is because pict3d requires racket/struct, which was only added in racket 
> version 6.3. If you have an older version, you'll get this error. 
> 
> There should probably be a version exception for older versions that doesn't 
> require racket/struct. Or would it be better to change pict3d to not rely on 
> racket/struct and use unstable/struct instead?
> 
>> On Jan 12, 2016, at 10:32 AM, Jay McCarthy  wrote:
>> 
>> Can you say what version of Racket you are using?
>> 
>> `racket --version`
>> 
>> will tell you
>> 
>> Jay
>> 
>> On Tue, Jan 12, 2016 at 10:25 AM,   wrote:
>>> Trying to run some of the default tests from pict3d (spaceship.rkt) 
>>> resulted in this error. When I downloaded the pict3d package to Racket I 
>>> got a lot of the same (if I remember correctly) directory errors. Is this 
>>> most likely from how I installed racket to begin with?  Ubuntu 14.04 LTS
>>> 
>>> -Thanks
>>> 
>>> default-load-handler: cannot open module file module path: racket/struct 
>>> path: /home/biz/share/racket/collects/racket/struct.rkt system error: No 
>>> such file or directory; errno=2
>>> 
>>> /home/biz/share/racket/pkgs/gui-lib/mred/private/snipfile.rkt: 324:2
>>> 
>>> /home/biz/share/racket/collects/racket/require-transform.rkt: 266:2
>>> ...
>>> 
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to racket-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>> 
>> 
>> 
>> -- 
>> Jay McCarthy
>> Associate Professor
>> PLT @ CS @ UMass Lowell
>> http://jeapostrophe.github.io
>> 
>>  "Wherefore, be not weary in well-doing,
>> for ye are laying the foundation of a great work.
>> And out of small things proceedeth that which is great."
>> - D 64:33
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.