troglodytes

2024-08-13 Thread Robin Becker via Python-list

I am clearly one of the troglodytes referred to in recent discussions around 
the PSF. I've been around in python land
for far too long, my eyesight fails etc etc.

I feel strongly that a miscarriage of justice has been made in the 3-month banning of a famous python developer from 
some areas of discourse.


I have had my share of disagreements with others in the past and have been 
sometimes violent or disrespectful in emails.

I might have been in the kill list of some, but never banned from any mailing 
lists.

Honest dialogue is much better than imposed silence.

-- grumblingly-yrs --
Robin Becker

--
https://mail.python.org/mailman/listinfo/python-list


Re: Error codes

2024-08-13 Thread Barry Scott via Python-list


> On 11 Aug 2024, at 13:06, Charlotte Plant via Python-list 
>  wrote:
> 
> Hiya, I'm using the sims 4 mod constructor by Zerbu, and when saving I'm 
> getting these error codes.
> I'm going around in circles trying to figure out what is causing it, and I'm 
> stuck!
> Can you help please?
> Thank you.
> Errors:
> There was an error compiling the generated Python script. This can happen if 
> you tried to install Python but the isntallation was interrupted. Please try 
> running the installer again. It should be located in the "Python Installer" 
> subfolder of where you extracted Mod Constructor.
> Element ID: (No Element)
> Element Name: (No Element)
> ---
> 
> Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod 
> Constructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\MetalMummysMods_Ehlers-DanlosMod.cpython-37.pyc'.
> Element ID: (No Element)
> Element Name: (No Element)

These are app specific errors. The most likely source of help will be to ask 
Zerbu, 
who I assume is the author and maintainer.

Barry


>  ---
> 
> 
> 
> 
> Sent from Outlook for iOS
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: troglodytes

2024-08-13 Thread Michael Torrie via Python-list
On 8/13/24 3:24 AM, Robin Becker via Python-list wrote:
> I am clearly one of the troglodytes referred to in recent discussions around 
> the PSF. I've been around in python land
> for far too long, my eyesight fails etc etc.
> 
> I feel strongly that a miscarriage of justice has been made in the 3-month 
> banning of a famous python developer from 
> some areas of discourse.
> 
> I have had my share of disagreements with others in the past and have been 
> sometimes violent or disrespectful in emails.
> 
> I might have been in the kill list of some, but never banned from any mailing 
> lists.
> 
> Honest dialogue is much better than imposed silence.
> 
> -- grumblingly-yrs --
> Robin Becker

Agreed.  Here's a good summary of the issue:
https://chrismcdonough.substack.com/p/the-shameful-defenestration-of-tim

The PSF has really screwed this up.  Really embarrassing, frankly.  And
sad.


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Error codes

2024-08-13 Thread Albert-Jan Roskam via Python-list
   On Aug 13, 2024 15:29, Barry Scott via Python-list
wrote:

 > Could not find file 'C:\Users\Charl\OneDrive\Documents\The Sims 4 Mod
 
Constructor\Projects\MetalMummysMods_Ehlers-DanlosMod\Python\__pycache__\MetalMummysMods_Ehlers-DanlosMod.cpython-37.pyc'.
 > Element ID: (No Element)
 > Element Name: (No Element)

   
   Wild guess: do you have sufficicient permissions to write the .pyc files?
   What happens if you run the program with the -B option?
   https://docs.python.org/3/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE
-- 
https://mail.python.org/mailman/listinfo/python-list