RE: cpython and python and visual studio 2019

2022-06-09 Thread jschwar
Never mind. I figured it out myself. It's not documented very well. From: jsch...@sbcglobal.net Sent: Thursday, June 9, 2022 11:17 AM To: 'python-list@python.org' Subject: cpython and python and visual studio 2019 I contacted Visual Studio 2019 support about this and they referred

cpython and python and visual studio 2019

2022-06-09 Thread jschwar
I contacted Visual Studio 2019 support about this and they referred me to this site, but I'm not sure this is a bug or not (https://github.com/python/cpython/issues/new?assignees= =type-bug=bug.md). If I should open a

traceback Shows path to my python libraries

2022-06-20 Thread jschwar
I coded an application with a 64-bit executable using cython with the embed option and gcc and I received a traceback showing the path to my python installation. Is that normal or does that mean the application is going outside of my executable to my python libraries? I want it portable so it if

python 3.11

2022-10-24 Thread jschwar
Is python 3.11 still being release today? Just wondering. Not sure when during the day this is done. Thanks. -- https://mail.python.org/mailman/listinfo/python-list

RE: AWS upload script written in python - verify number of processes used

2022-10-09 Thread jschwar
Sorry, I forgot to mention that I'm using Windows 10 64-bit. From: jsch...@sbcglobal.net Sent: Sunday, October 9, 2022 1:48 PM To: 'python-list@python.org' Subject: AWS upload script written in python - verify number of processes used I have an AWS upload script to upload to my S3

AWS upload script written in python - verify number of processes used

2022-10-09 Thread jschwar
I have an AWS upload script to upload to my S3 bucket and I have it configured to use 6 processes. How can I verify that it's using 6 processes to do the upload? I have wireshark installed, but I'm not very familiar with it. I also have tried tasklist, but that doesn't tell me what I want to

RE: Problem using cx_Freeze

2022-08-15 Thread jschwar
I see a class called BdistDMG in the module called bdist_mac.py. Did you try importing that from cx_freeze? -Original Message- From: Python-list On Behalf Of David at Booomer Sent: Monday, August 15, 2022 11:31 AM To: python-list@python.org Subject: Problem using cx_Freeze I’m trying

RE: [RELEASE] Python 3.10.6 is available

2022-08-02 Thread jschwar
Does anyone know if this is being worked on? https://github.com/python/cpython/issues/90242 It was originally reported here: https://bugs.python.org/issue46084 -Original Message- From: Python-list On Behalf Of Pablo Galindo Salgado Sent: Tuesday, August 2, 2022 5:13 AM To: Python