[pygame] PyCharm Inspection warning for pygame.image.load

2017-04-27 Thread Irv Kalb
I have recently been using PyCharm (Mac Community Edition) to develop a 
re-usable game module, with Python 2.7 with pygame 1.9.2 (I think?).  I started 
using the "inspection" tool (on the right edge of the editor window) that looks 
for potential errors while in the editor, and generates warnings.  Overall, 
this has worked very well, and I've cleaned up a lot of my code.  However, I am 
left with one consistent inspection warning.  

In every line where I use:  pygame.image.load, for example, with lines like 
this:

surfaceOn = pygame.image.load(on)

I get a warning that says:

   Cannot find reference 'load' in 'image.py'

The longer message says:

   This inspection detects names that should resolve but don't.  Due to dynamic 
dispatch and duck typing, this is possible in a limited but useful number of 
cases.  Top-level items are supported better than instance names.


If I ignore the inspection warning, the code runs fine.  The images that I am 
loading show up and work great.  I'm just curious if anyone knows why this 
inspection warning is being generated.  

Thanks,

Irv






Re: [pygame] calling Richard Jones

2017-04-27 Thread Luke Paireepinart
Might we take this time to switch to certbot and let's encrypt?

On Apr 27, 2017 1:53 AM, "bw"  wrote:

> The pyweek.org SSL cert is expired or broke. Could you fix it please,
> kind sir?
>
> I would fix it but somebody once said "You can't let him in here!"
>
> Gumm
>
>


Re: [pygame] pygame.org not displaying release descriptions

2017-04-27 Thread René Dudfield
Cheers Gumm.

On Wed, Apr 26, 2017 at 11:32 PM, bw  wrote:

> That is helpful, Thomas. Thank you.
>
> I can say with confidence I won't know how to fix it. I'm not a webby
> programmer, though I played one at work. :)
>
> I eyeballed the git project you listed below and see there are no open
> issues, so that answers my question: it's not in the works. I opened an
> issue.
>
> Gumm
>
> On 4/26/2017 2:28 AM, Thomas Kluyver wrote:
>
> On 26 April 2017 at 00:54, bw  wrote:
>
>> Is this in the works, by any chance?
>
>
> I have no idea, but the website code is here, if you can work out how to
> fix it:
> https://github.com/pygame/pygameweb
>
> Thomas
>
>
>


[pygame] calling Richard Jones

2017-04-27 Thread bw
The pyweek.org SSL cert is expired or broke. Could you fix it please, 
kind sir?


I would fix it but somebody once said "You can't let him in here!"

Gumm