[issue45081] dataclasses that inherit from Protocol subclasses have wrong __init__

2021-09-01 Thread Edgar Ramírez
Change by Edgar Ramírez : -- nosy: +edgarrmondragon ___ Python tracker <https://bugs.python.org/issue45081> ___ ___ Python-bugs-list mailing list Unsubscribe:

Unpickle patch: cannot instantiate 'WindowsPath' on your system

2019-10-23 Thread edgar
Hello, I hope that I am writing to the right list. Python 3.7.4 on GNU/Linux Parabola 5.3.1-gnu-1 x86_64 AMD Issue: I got a .pickle which had some WindowsPath inside. I was unable to unpickle like this: ┌ │ import pickle as pkl │ from pathlib import Path, PureWindowsPath, PurePath,

Re: Help on PyQt4 QProcess

2011-08-22 Thread Edgar Fuentes
On Aug 20, 4:36 am, Phil Thompson p...@riverbankcomputing.com wrote: On Fri, 19 Aug 2011 14:32:12 -0700 (PDT), Edgar Fuentes fuente...@gmail.com wrote: On Aug 19, 4:21 pm, Carl Banks pavlovevide...@gmail.com wrote: On Friday, August 19, 2011 12:55:40 PM UTC-7, Edgar Fuentes wrote

Help on PyQt4 QProcess

2011-08-19 Thread Edgar Fuentes
Dear friends, I need execute an external program from a gui using PyQt4, to avoid that hang the main thread, i must connect the signal finished(int) of a QProcess to work properly. for example, why this program don't work? from PyQt4.QtCore import QProcess pro = QProcess() # create

Re: Help on PyQt4 QProcess

2011-08-19 Thread Edgar Fuentes
On Aug 19, 1:56 pm, Phil Thompson p...@riverbankcomputing.com wrote: On Fri, 19 Aug 2011 10:15:20 -0700 (PDT), Edgar Fuentes fuente...@gmail.com wrote: Dear friends, I need execute an external program from a gui using PyQt4, to avoid that hang the main thread, i must connect

Re: Help on PyQt4 QProcess

2011-08-19 Thread Edgar Fuentes
On Aug 19, 4:21 pm, Carl Banks pavlovevide...@gmail.com wrote: On Friday, August 19, 2011 12:55:40 PM UTC-7, Edgar Fuentes wrote: On Aug 19, 1:56 pm, Phil Thompson  wrote: On Fri, 19 Aug 2011 10:15:20 -0700 (PDT), Edgar Fuentes fuen...@gmail.com wrote: Dear friends, I need

[issue2054] add ftp-tls support to ftplib - RFC 4217

2009-10-15 Thread Lance Edgar
Changes by Lance Edgar la...@edbob.org: -- nosy: +lgedgar ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2054 ___ ___ Python-bugs-list mailing list

Re: making a valid file name...

2006-10-17 Thread Edgar Matzinger
. And it should be easy to scan the filename and check every character against the 'valid-string'. HTH, cu l8r, Edgar. -- \|||/ (o o) Just curious... ooO-(_)-Ooo- -- http

FW: Re: [Spambayes] How to create a valid RPM?

2006-09-12 Thread Edgar Matzinger
that the spec-file does not contain a valid %files section. Thanks, cu l8r, Edgar. -- \|||/ (o o) Just curious... ooO-(_)-Ooo--- -- http://mail.python.org/mailman/listinfo/python-list

Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
Hi everybody, Im newbie to Python (I found it three weeks ago) , in fact Im newbie to programming. I'm being reading and training with the language, but I still wondering about what Classes are used to. Could you please give me some examples?? Thanks. --

Re: Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
Thanks, I'll do that. -- http://mail.python.org/mailman/listinfo/python-list

read serial data from a barcode reader/scanner using python

2005-10-10 Thread Edgar
Hi. is therea way to program python to read serial data from a barcode reader/scanner and then using the parallel port of the PC to activatean electromagnetic door lock. edgar -- http://mail.python.org/mailman/listinfo/python-list