Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

It's hard to think of you as the end result of millions of years of evolution.


devel / comp.lang.python / Re: Problem using cx_Freeze

SubjectAuthor
o Re: Problem using cx_FreezePeter J. Holzer

1
Re: Problem using cx_Freeze

<mailman.283.1660771055.20444.python-list@python.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=19239&group=comp.lang.python#19239

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: hjp-pyt...@hjp.at (Peter J. Holzer)
Newsgroups: comp.lang.python
Subject: Re: Problem using cx_Freeze
Date: Wed, 17 Aug 2022 23:17:27 +0200
Lines: 60
Message-ID: <mailman.283.1660771055.20444.python-list@python.org>
References: <mailman.7.1660752002.28462.python-list@python.org>
<EC789AA9-D716-4D36-B101-03D7D41135CA@boomer.org>
<20220817211727.3jad6yukog4vrz4g@hjp.at>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
protocol="application/pgp-signature"; boundary="umqtdiuhdsnl6dfo"
X-Trace: news.uni-berlin.de 2U1UyLNL4Z/WwgkIUuQWIQ3vKq9Fo90nP807fLlunKtg==
Return-Path: <hjp-python@hjp.at>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.001
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'content-
type:multipart/signed': 0.05; 'content-type:application/pgp-
signature': 0.09; 'didn\xe2\x80\x99t': 0.09; 'filename:fname
piece:asc': 0.09; 'filename:fname piece:signature': 0.09;
'filename:fname:signature.asc': 0.09; 'values.': 0.09;
'"creative': 0.16; '(especially': 0.16; '__/': 0.16;
'challenge!"': 0.16; 'from:addr:hjp-python': 0.16;
'from:addr:hjp.at': 0.16; 'from:name:peter j. holzer': 0.16;
'hjp@hjp.at': 0.16; 'holzer': 0.16; 'ignored.': 0.16; 'reality.':
0.16; 'skip:" 70': 0.16; 'stross,': 0.16; 'url-
ip:212.17.106.137/32': 0.16; 'url-ip:212.17.106/24': 0.16; 'url-
ip:212.17/16': 0.16; 'url:hjp': 0.16; '|_|_)': 0.16; 'wrote:':
0.16; 'problem': 0.16; 'python': 0.16; 'to:addr:python-list':
0.20; 'languages': 0.22; 'subject:using': 0.23; 'help.': 0.25;
'programming': 0.25; 'sense': 0.28; 'programmers': 0.32; 'skip:"
20': 0.34; 'header:In-Reply-To:1': 0.34; 'people': 0.36; "skip:'
10": 0.37; 'really': 0.37; 'put': 0.38; 'otherwise': 0.39;
'this,': 0.39; 'list': 0.39; 'deleting': 0.40; 'place.': 0.40;
'remember': 0.61; 'received:212': 0.62; 'your': 0.64; 'years':
0.65; 'received:userid': 0.66; 'skip:e 20': 0.67; 'right': 0.68;
'url-ip:212/8': 0.69; '8bit%:33': 0.74; 'received:at': 0.84;
'younger': 0.91
Mail-Followup-To: python-list@python.org
Content-Disposition: inline
In-Reply-To: <EC789AA9-D716-4D36-B101-03D7D41135CA@boomer.org>
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <20220817211727.3jad6yukog4vrz4g@hjp.at>
X-Mailman-Original-References: <mailman.7.1660752002.28462.python-list@python.org>
<EC789AA9-D716-4D36-B101-03D7D41135CA@boomer.org>
 by: Peter J. Holzer - Wed, 17 Aug 2022 21:17 UTC
Attachments: signature.asc (application/pgp-signature)

On 2022-08-17 12:09:14 -0600, David at Booomer wrote:
> Executable(
> "prjui.py","Maiui.py","about.py","dict.py","geometry.py","getEquation.py",
> "gtrail.py","main.py","matchingstring.py","producelatex.py","readfile.py",
> "separete.py","speak.py",
> )
[...]
> I am/was worried about the trailing ‘,' after ',"speak.py”,’ <- but
> deleting it or moving it after the ] didn’t help.

This has nothing to do with your problem but:

Python allows a trailing comma in any comma-separated list of values. It
will just be ignored.

This is really common in modern programming languages (read: programming
languages younger than 30 years or so), because it makes it much more
convenient to extend/shorten/reorder a list. Otherwise you alway have to
remember add or remove a comma in the right place. (Some people
(especially SQL programmers for some reason) resorted to put the comma
at the start of each line to get around this, which is really ugly.)

hp

--
_ | Peter J. Holzer | Story must make more sense than reality.
|_|_) | |
| | | hjp@hjp.at | -- Charles Stross, "Creative writing
__/ | http://www.hjp.at/ | challenge!"

Attachments: signature.asc (application/pgp-signature)
1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor