Re: [pygame] unsubscribe pygame-users

2018-04-22 Thread Jorge Maldonado Ventura
Cloudflare blocks Tor users so I can't access the link, can you paste the instructions here? El 21.04.2018 a las 14:43, Thomas Kluyver escribió: > Sending this to the list doesn't work - there's a a separate address > for control messages. See: > > https://www.pygame.org/wiki/info

[pygame] unsubscribe pygame-users

2018-04-21 Thread Jorge Maldonado Ventura
unsubscribe pygame-users

[pygame] unsubscribe pygame-users

2018-04-21 Thread Jorge Maldonado Ventura
unsubscribe pygame-users

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-25 Thread Jorge Maldonado Ventura
On 2016-10-25 11:40, Thomas Kluyver wrote: > Hi Jorge, > > On 25 October 2016 at 00:00, Jorge Maldonado Ventura > wrote: > >> Here is what I got, but I want to distribute just one executable file; can I >> do that with your program? >> >> ~/Cod

Re: [pygame] Distributing games for Windows - Pynsist

2016-10-24 Thread Jorge Maldonado Ventura
On 2016-10-24 18:39, Thomas Kluyver wrote: > I've mentioned this on the list before, but some changes since then have made > it easier to use with Pygame. > > Pynsist (https://pynsist.readthedocs.io/ [1] ) is an open source tool to > build Windows installers for Python applications. It's ba

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 17:02, Thomas Kluyver wrote: > Have you tried with the --pre flag? > > Normally, pip will ignore beta versions unless you specify --pre to allow > pre-releases. It seems there is some special case if it can only find > pre-releases - pygame has never been installable from PyPI

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
On 2016-09-28 16:58, Martin Kühne wrote: > What version do you get when you install pygame from pip? > sudo pip3 install pygame Collecting pygame Using cached pygame-1.9.2b8-cp35-cp35m-manylinux1_x86_64.whl Installing collected packages: pygame Successfully installed PYGAME-1.9.2B8

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
According to setup.py from pygame source code it is called 'pygame'. Anyway, pip is case insensitive. I can install pygame alone via pip, but I don't know why requirement 'pygame >= 1.9.1' from my project can't be found by pip. Do you have any example of a game that can be completely installed w

[pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
I made a game with pygame and made it possible to install it with pip. Its only requirement is pygame. It would be nice if pygame could also be installed with pip. Why isn't it possible to install it with pip? Are you planning to do that?

Re: [pygame] Installing pygame with pip

2016-09-28 Thread Jorge Maldonado Ventura
Oh, cool, tested again now pip it gives me a more meaningful output. This is my install requires in setup.py. Here is the project: https://notabug.org/jorgesumle/bullet_dodger/src/master/setup.py * install_requires=[ * 'pygame >= 1.9.1', * ], This is the error I get. S

[pygame] About the website

2016-09-28 Thread Jorge Maldonado Ventura
The things I dislike most about the website are: 1. You cannot find nothing with Ctrl+F 2. The tweet section. Remove that, It's useless and it's taking a lot of space. 3. The documentation is difficult to find Apart from that, the website is pretty good.

[pygame] pygame.org

2016-09-01 Thread Jorge Maldonado Ventura
>From https://bitbucket.org/pygame/pygame/issues/290: > There's a secret signup link - I don't know it, but if you post to the pygame > mailing list, someone will probably share it with you. They disabled new > accounts because of issues with spam, sadly. What is the link to make an accound