On 01/09/16 20:17, Kevin Conway wrote:
Hi, you might not get much of an answer for this on the Python mailing
list. I suggest sending your question to the Twisted mailing list instead:
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python.
On Thu, Sep 1, 2016 at 7:12 AM juraseg wrot
[EMAIL PROTECTED] wrote:
> I built a select in a form. My select is:
> print ''
> print 'ALL'
> print 'AAA'
> print 'BBB'
> print ''
>
> I can get which item value users select. For example users select item
> 2, I can get its value "001"
hing and how to
make it match the exact line i want.
Thanks
Yuri
from datetime import datetime, date, time
import re
today_day = datetime.now()
time_tuple= today_day.timetuple()
pattern_match = re.compile("([0-9])+ +" + "Fri +" + str(time_tuple[1]) + "
+" + s
r nnn in hhh:
if nnn.split()[2] == str(time_tuple[1]).strip(' \t\n\r') and
nnn.split()[4] == str(time_tuple[0]).strip(' \t\n\r') and nnn.split()[3]
== str(time_tuple[2]).strip(' \t\n\r') :
print nnn
Cheers and good day everyone
Yuri
On Tue, Apr 12, 20
of fields while
we really need just one ?
Thanks
Yuri
On Tue, Apr 12, 2011 at 3:50 PM, D'Arcy J.M. Cain wrote:
> On Tue, 12 Apr 2011 15:06:25 +0300
> Yuri Slobodyanyuk wrote:
> > Thanks everybody , and especially Chris - i used split and it took me 15
> > mins to make
Dear Python,
I encountered difficulties when installing the python.
Could you guys help me to solve and install it?!
Attached log error to help you guys to help me out. =) ;)
Regards,
[cid:image001.png@01D18EA7.4A69B7E0]
[cid:image006.jpg@01D152DC.ACCAF540]
Yuri Armellei
Tesouraria
Hi, I dont have "lib64" in libffi, are you sure it is "lib64" or just "lib"?
On Monday, 1 July 2019 21:32:46 UTC+9, tom...@gmail.com wrote:
> On Monday, September 24, 2018 at 11:48:59 AM UTC+3, Fetchinson . wrote:
> > I'm trying to compile python 3.7.0 from source with a custom libffi
> > path an
Hi,
I am trying to learn python and use the gud/pdb from emacs. The
functionality that I am used to under gud/gdb and gud/perldb is missing, or
I don't know how to make it work.
Specifically: when I start pdb on a script file, the source does not show in
an another window as it does with perldb an
Hello,
I'm embedding Python interpreter in a Win32 console application. I use
C++.
I would like to use the WinAPI LoadLibrary function to load the python
dll at runtime (followed by GetProcAddress calls), so that I have to
make no assumptions about the location of the dll.
However I can't use th