[pygame] Best instructions for a Pygame setup on OS-X?

2015-02-25 Thread Mike C. Fletcher

Hi all,

I've got a computer club (grade-school) starting up soon, and I'd like 
some advice wrt how students should set up OS-X machines for Python + 
Pygame?  Should we use the python.org OS-X installer or the built-in 
python? Is there a particular combination of Python and Pygame 
installers which works reliably and doesn't require a lot of fiddling 
(again, these are complete novices). I'm more interested in reliable 
operation, easy setup, etc. as distinct from the ultimate hacker setup, 
as they will be doing this on their machines at home, rather than the 
machines in the lab/club.


Thanks for any advice,
Mike

--

  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://www.vrplumber.com
  http://blog.vrplumber.com



Re: [pygame] Best instructions for a Pygame setup on OS-X?

2015-02-25 Thread Paul Vincent Craven
See the 'mac installation' part of this section:

http://programarcadegames.com/index.php?chapter=forewordlang=en#section_0_1

Paul Vincent Craven

On Wed, Feb 25, 2015 at 9:24 AM, Mike C. Fletcher mcfle...@vrplumber.com
wrote:

 Hi all,

 I've got a computer club (grade-school) starting up soon, and I'd like
 some advice wrt how students should set up OS-X machines for Python +
 Pygame?  Should we use the python.org OS-X installer or the built-in
 python? Is there a particular combination of Python and Pygame installers
 which works reliably and doesn't require a lot of fiddling (again, these
 are complete novices). I'm more interested in reliable operation, easy
 setup, etc. as distinct from the ultimate hacker setup, as they will be
 doing this on their machines at home, rather than the machines in the
 lab/club.

 Thanks for any advice,
 Mike

 --
 
   Mike C. Fletcher
   Designer, VR Plumber, Coder
   http://www.vrplumber.com
   http://blog.vrplumber.com




Re: [pygame]

2015-02-25 Thread diliup gabadamudalige
what i am looking for is the very latest stable version of Pygame which
everybody is currently using. I am using Pygame 1.9.2a0 without any
problems. I s there anything newer?

On Wed, Feb 25, 2015 at 3:43 PM, Gino Ingras ginoing...@gmail.com wrote:

 usually, i work only in linux.
 windows is for compliant tests, as i want my programs work on both with
 minimum modification.
 most of linux distro (debian based) have pygame 1.9.1 default package.

 so, sens CORRECT on your question is do i work with standard or why
 it doesn't work for me ?


 2015-02-25 7:48 GMT+01:00 diliup gabadamudalige dili...@gmail.com:

 Hi Gino and Mikhail!

 Thanks for your response! :)

 I am on Windows 7 64 bit
 Python version 2.7.9 32 bit

 I have been using Pygame 1.9.2a0 without any problems
 I was wondering whether there was anything out there which escaped my
 attention.

 On Mon, Feb 23, 2015 at 9:47 PM, Mikhail V mikhail...@gmail.com wrote:

 How I see, people recommend this link for windows, its always up-to-date:
 http://www.lfd.uci.edu/~gohlke/pythonlibs/
 I'm on windows 7 64 bit and I took
 pygame‑1.9.2a0‑cp27‑none‑win_amd64.whl
 Works for me good, 1.9.2 has a very useful new feature-
 Surface.get_view(0) which gets you direct write access to surface's
 bytes.

 Mikhail

 On 23 February 2015 at 08:08, diliup gabadamudalige dili...@gmail.com
 wrote:
  Hi All!
 
  Which is the current version of Pygame?
  Where is the CORRECT download for WINDOWS?
 
  Thanks in advance
 
  --
  Diliup Gabadamudalige
 
  http://www.diliupg.com
  http://soft.diliupg.com/
 
 
 **
  This e-mail is confidential. It may also be legally privileged. If you
 are
  not the intended recipient or have received it in error, please delete
 it
  and all copies from your system and notify the sender immediately by
 return
  e-mail. Any unauthorized reading, reproducing, printing or further
  dissemination of this e-mail or its contents is strictly prohibited
 and may
  be unlawful. Internet communications cannot be guaranteed to be timely,
  secure, error or virus-free. The sender does not accept liability for
 any
  errors or omissions.
 
 **
 




 --
 Diliup Gabadamudalige

 http://www.diliupg.com
 http://soft.diliupg.com/


 **
 This e-mail is confidential. It may also be legally privileged. If you
 are not the intended recipient or have received it in error, please delete
 it and all copies from your system and notify the sender immediately by
 return e-mail. Any unauthorized reading, reproducing, printing or further
 dissemination of this e-mail or its contents is strictly prohibited and may
 be unlawful. Internet communications cannot be guaranteed to be timely,
 secure, error or virus-free. The sender does not accept liability for any
 errors or omissions.

 **





-- 
Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


Re: [pygame] Best instructions for a Pygame setup on OS-X?

2015-02-25 Thread Mikhail V
A friend of mine tried to install pygame on OSX yosemite without any
luck... But still, good luck ;) !

On 25 February 2015 at 18:19, Paul Vincent Craven p...@cravenfamily.com wrote:
 See the 'mac installation' part of this section:

 http://programarcadegames.com/index.php?chapter=forewordlang=en#section_0_1

 Paul Vincent Craven

 On Wed, Feb 25, 2015 at 9:24 AM, Mike C. Fletcher mcfle...@vrplumber.com
 wrote:

 Hi all,

 I've got a computer club (grade-school) starting up soon, and I'd like
 some advice wrt how students should set up OS-X machines for Python +
 Pygame?  Should we use the python.org OS-X installer or the built-in python?
 Is there a particular combination of Python and Pygame installers which
 works reliably and doesn't require a lot of fiddling (again, these are
 complete novices). I'm more interested in reliable operation, easy setup,
 etc. as distinct from the ultimate hacker setup, as they will be doing this
 on their machines at home, rather than the machines in the lab/club.

 Thanks for any advice,
 Mike

 --
 
   Mike C. Fletcher
   Designer, VR Plumber, Coder
   http://www.vrplumber.com
   http://blog.vrplumber.com




Re: [pygame]

2015-02-25 Thread Gino Ingras
usually, i work only in linux.
windows is for compliant tests, as i want my programs work on both with
minimum modification.
most of linux distro (debian based) have pygame 1.9.1 default package.

so, sens CORRECT on your question is do i work with standard or why it
doesn't work for me ?


2015-02-25 7:48 GMT+01:00 diliup gabadamudalige dili...@gmail.com:

 Hi Gino and Mikhail!

 Thanks for your response! :)

 I am on Windows 7 64 bit
 Python version 2.7.9 32 bit

 I have been using Pygame 1.9.2a0 without any problems
 I was wondering whether there was anything out there which escaped my
 attention.

 On Mon, Feb 23, 2015 at 9:47 PM, Mikhail V mikhail...@gmail.com wrote:

 How I see, people recommend this link for windows, its always up-to-date:
 http://www.lfd.uci.edu/~gohlke/pythonlibs/
 I'm on windows 7 64 bit and I took  pygame‑1.9.2a0‑cp27‑none‑win_amd64.whl
 Works for me good, 1.9.2 has a very useful new feature-
 Surface.get_view(0) which gets you direct write access to surface's
 bytes.

 Mikhail

 On 23 February 2015 at 08:08, diliup gabadamudalige dili...@gmail.com
 wrote:
  Hi All!
 
  Which is the current version of Pygame?
  Where is the CORRECT download for WINDOWS?
 
  Thanks in advance
 
  --
  Diliup Gabadamudalige
 
  http://www.diliupg.com
  http://soft.diliupg.com/
 
 
 **
  This e-mail is confidential. It may also be legally privileged. If you
 are
  not the intended recipient or have received it in error, please delete
 it
  and all copies from your system and notify the sender immediately by
 return
  e-mail. Any unauthorized reading, reproducing, printing or further
  dissemination of this e-mail or its contents is strictly prohibited and
 may
  be unlawful. Internet communications cannot be guaranteed to be timely,
  secure, error or virus-free. The sender does not accept liability for
 any
  errors or omissions.
 
 **
 




 --
 Diliup Gabadamudalige

 http://www.diliupg.com
 http://soft.diliupg.com/


 **
 This e-mail is confidential. It may also be legally privileged. If you are
 not the intended recipient or have received it in error, please delete it
 and all copies from your system and notify the sender immediately by return
 e-mail. Any unauthorized reading, reproducing, printing or further
 dissemination of this e-mail or its contents is strictly prohibited and may
 be unlawful. Internet communications cannot be guaranteed to be timely,
 secure, error or virus-free. The sender does not accept liability for any
 errors or omissions.

 **