A problem with opening a file -- again
dn
PythonList at DancesWithMice.info
Sun Nov 29 16:55:00 EST 2020
On 30/11/2020 10:36, Gabor Urban wrote:
> Hi guys,
>
> I tried to solve the problem once again. I have inserted some print
> statements the check the variables.
>
> The actual code (naplo.py) is copy-pasted here:
Thanks = helpful
+1 @Chris' response!
Meantime, what happens if you start python, and enter into the REPL:
trc = open( 'nap1.log', 'a' )
trc
--
Regards =dn
More information about the Python-list
mailing list