Werner Smidt added the comment:
Thanks for going to the trouble, Sara.
Curiosity remains, but I'll mark this as closed.
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.
Werner Smidt added the comment:
Sorry for being lacking in providing some OS info. b
Opensuse Tumbleweed, Linux kernel 5.8.10-1, Intel system
I cannot explain why, but relating to Sara's answer, if you remove the .join()
statements at the end, you get the following exception:
/us
Werner Smidt added the comment:
The condition still stands.
if I execute:
python3 testqueuepickle3.py
Everything is fine. If, however I execute:
python3 -m testqueuepickle3.py
It hangs.
--
versions: +Python 3.8
___
Python tracker
<ht
Change by Werner Smidt :
--
status: pending -> open
Removed file: https://bugs.python.org/file47255/testqueuepickle.py
___
Python tracker
<https://bugs.python.org/issu
Werner added the comment:
I believe, I found a simple way to get what you are looking for:
Open Automator and create an app.
Select »execute Shell script«
put in the editor: python3 $1
Save this as MyPythonLauncher or what you want. Test it: Drop a Python script
on the app. It should execute
Werner added the comment:
Thank you! That’s an Information which Looks bad but has good parts. At least
it may be not my fault ;)
Best regards
Werner Hintze
Am 2. Mai 2020, 19:10 +0200 schrieb Ned Deily :
>
> Ned Deily added the comment:
>
> Thanks for the report. At first gla
New submission from Werner :
I can’t figure out how to use Python Launcher on Catalina. Or it is broken.
Anyway: It does absolutely nothing. When I double click a scriopt file, I se
very shortly the preferences window of Launcher, and this is all. The script is
not executed. I made a very
New submission from Werner Smidt :
Hi there
I recently stumbled on an interesting behaviour. I won't call it an error,
because I think it's a mistake I made.
BACKGROUND: I want to spawn threads that handle pickled data. This works
really well. However, I would like to execute
Werner Van Geit added the comment:
Will this patch ever make it into the main python version ? I just ran into
exactly this issue (mimetypes returns None as mimetype of csv file on Windows)
--
nosy: +Werner Van Geit
versions: +Python 3.4, Python 3.5, Python 3.6
Hans Werner May added the comment:
"Out of curiosity: where did you get a file that was last modified in 1956?"
No idea, this was a jpeg file, probably downloaded from internet. Btw, on Linux
you can manipulate the creation date with the touch command, so it is possible
to create
New submission from Hans Werner May :
Bug in tarfile:
In extractall, when a file exists in tarball with changetime older than (I
don't know, in my case it was year 1956) tarfile raises an Overflow exception:
File "/usr/lib64/python2.7/tarfile.py", line 2298, in utime
os.u
New submission from Werner Arnhold <[EMAIL PROTECTED]>:
I don't know if it is a bug or a feature but the result seems to be
wrong for me: A constructor argument remembers its values from the last call
--
files: class_with_listparamdefault.py
messages: 65024
nosy: warnho
12 matches
Mail list logo