Hi Steve-

Try:
        hg clone --update https://code.google.com/p/pyglet/

Unlike git, mercurial separates the cloning process (moving data from remote 
repository to local repository) and the update process (update your working 
directory with latest files from local repo.)

-Winston


On Oct 25, 2012, at 2:47 PM, Steve Willis wrote:

> My apologies. Between posting the message below and being approved for the 
> group (thanks!), I realized Nathan was referring to the revision control 
> version, and not the release version.
> 
> That said, I attempted to get the latest version by doing the following:
> 
> hg clone https://code.google.com/p/pyglet/
> 
> This version exhibits the problem others were having with this on Mountain 
> Lion before...it runs without error, but no window is visible. Based on the 
> date stamps for the Mercurial download, I think I've still got a version that 
> predates the one Nathan committed recently. This is my first adventure with 
> Mercurial, and I'm sure I'm doing something silly. Any tips on getting a 
> version of the code with the Mountain Lion fix to try out?
> 
> Thanks,
> 
> Steve
> 
> On Thursday, October 25, 2012 9:37:06 AM UTC-7, Steve Willis wrote:
> This does not seem to be working for me on system python under Mountain Lion, 
> though this is my first attempt at using pyglet and I might be overlooking 
> something. When I try to run the "Hello, World" example 
> (http://www.pyglet.org/doc/programming_guide/hello_world.html), it fails with 
> the following error:
> 
> OSError: dlopen(/System/Library/Frameworks/QuickTime.framework/QuickTime, 6): 
> no suitable image found.  Did find:
>       /System/Library/Frameworks/QuickTime.framework/QuickTime: mach-o, but 
> wrong architecture
>       /System/Library/Frameworks/QuickTime.framework/QuickTime: mach-o, but 
> wrong architecture
> 
> Any advice would be appreciated.
> 
> Steve
> 
> On Monday, October 22, 2012 8:53:10 AM UTC-7, Nathan wrote:
> Just for the benefit of users finding this thread through Google, pyglet now 
> works on system python under Mountain Lion.
> 
> ~ Nathan
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "pyglet-users" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/pyglet-users/-/T--DZ1GbnlYJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/pyglet-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to