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, PurePo

Re: Help on PyQt4 QProcess

2011-08-22 Thread Edgar Fuentes
On Aug 20, 4:36 am, Phil Thompson wrote: > On Fri, 19 Aug 2011 14:32:12 -0700 (PDT), Edgar Fuentes > > > > > > > > > > wrote: > > On Aug 19, 4:21 pm, Carl Banks wrote: > >> On Friday, August 19, 2011 12:55:40 PM UTC-7, Edgar Fuentes wrote: > &

Re: Help on PyQt4 QProcess

2011-08-19 Thread Edgar Fuentes
On Aug 19, 4:21 pm, Carl Banks 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 > > > wrote: > > > > Dear

Re: Help on PyQt4 QProcess

2011-08-19 Thread Edgar Fuentes
On Aug 19, 1:56 pm, Phil Thompson wrote: > On Fri, 19 Aug 2011 10:15:20 -0700 (PDT), Edgar Fuentes > > > > > > > > > > wrote: > > Dear friends, > > > I need execute an external program from a gui using PyQt4, to avoid > > that hang th

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 QProc

Re: making a valid file name...

2006-10-17 Thread Edgar Matzinger
; is NOT valid. On a unix platform. 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-

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

2006-09-12 Thread Edgar Matzinger
thon.org). can anyone of you guys help me? It seems that the spec-file does not contain a valid %files section. Thanks, cu l8r, Edgar. -- \|||/ (o o) Just curious... ooO-(_)-Ooo--

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

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. -- http://mail.python.org/mailman/listinfo/

read serial data from a barcode reader/scanner using python

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