advance.
Gonzalo form Chile.
Saludos,
Gonzalo
--
https://mail.python.org/mailman/listinfo/python-list
sta['Content-Disposition'] = 'attachment; filename="{0}"'.format(
archivo_a_descargar.name)
return respuesta
Saludos,
Gonzalo
--
https://mail.python.org/mailman/listinfo/python-list
Good morning!
A tiny question.
Are there a way to create a new character on python? i need to create some
kind of arroba @ but with other letter inside. Are there a library for that?
Really thanks.
Gonzalo from Chile.
--
https://mail.python.org/mailman/listinfo/python-list
hi,
good day.
where can i get a python certification?
thanks!
--
https://mail.python.org/mailman/listinfo/python-list
Try utf-8-sig
El 25 dic. 2016 2:57 AM, "Grady Martin" escribió:
> On 2016年12月22日 22時38分, subhabangal...@gmail.com wrote:
>
>> I am getting the error:
>> UnicodeDecodeError: 'utf8' codec can't decode byte 0x96 in position 15:
>> invalid start byte
>>
>
> The following is a reflex of mine, whenever
Explore url module and you need urlretrieve()
saludos,
desde un móvil.
El nov 12, 2016 12:23 p.m., "Veek M" escribió:
> Steve D'Aprano wrote:
>
> > On Sat, 12 Nov 2016 11:07 pm, Veek M wrote:
> >
> >> 121sukha wrote:
> >>
> >>> I am new to python and I want to use web scraping to download songs
Try print('blaba'+str(out))
saludos,
desde un móvil.
El abr 26, 2016 2:33 p.m., "Grant Edwards"
escribió:
> On 2016-04-26, David Aldrich wrote:
>
> > #!/usr/bin/python3
> > import serial
> >
> > ser=serial.Serial('COM1',115200)
> > while True:
> > out = ser.read()
> > print('Receiving..
oscar
instálate mejor anaconda y listo.
Saludos,
Gonzalo
2016-04-20 10:04 GMT-03:00 Oscar Benjamin :
> On 20 April 2016 at 12:30, wrote:
> > On Wednesday, April 20, 2016 at 2:09:10 PM UTC+3, liran@gmail.com
> wrote:
> >> On Tuesday, April 19, 2016 at 9:21:42 PM
Are you working with time series?
saludos,
desde un móvil.
El dic 15, 2015 9:41 a.m., "Ezhilarasan Chandrasekar"
escribió:
> Hi folks,
>
> I just want to find the cell display format in Excel. I have a Expected
> excel file and Actual Excel file.
>
> I have some knowledge about, how to check the
Selenium
https://selenium-python.readthedocs.org/
i used pip for install it.
Saludos,
Gonzalo
2015-09-27 18:16 GMT-04:00 Gonzalo V :
> I am working with selenium for.python. easy and powerful
>
> saludos,
> desde un móvil.
> El sep 27, 2015 6:01 p.m., "Laura Creighton&q
I am working with selenium for.python. easy and powerful
saludos,
desde un móvil.
El sep 27, 2015 6:01 p.m., "Laura Creighton" escribió:
> In a message of Sun, 27 Sep 2015 15:05:37 -0600,
> paul.hermeneu...@gmail.com wri
> tes:
> >Does anyone have an opinion on the relative merits of using the
>
nombre=''
origen=''
precioAhora=''
print(e.getcode(),disp)
pass
that works for me. You can handle any error. 404, and 500 and more. but you
have to tell him to python what to do.
greeting from Chile. Sor
Dear Python Org,
It wanted to know if already PIL's
version is available for Python 3.2.3.
Thanks.
Gonzalo
--
http://mail.python.org/mailman/listinfo/python-list
, quien mejor puede indicarle las posibilidades es el
personal del servicio de hospedaje y/o administradores del servidor
web.
Salud.
--
Gonzalo HIGUERA DÍAZ <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
of a dictionary?" URL:
<http://mail.python.org/pipermail/python-list/2006-August/357006.html>
--
Gonzalo HIGUERA DÍAZ <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Hi John,
John Machin escribió:
>On 28/05/2006 12:10 AM, Gonzalo Monzón wrote:
>
>[good advice snipped]
>
>
>
>>Example A:
>>This code is more than 80 times faster than a "easy" Python
>>implementation. For every call, it does some bitwise op
s = s - 1
m = m + 1000
else:
m = t1[1] - t0[1]
while m > 999:
m = m - 1000
s = s + 1
return s, m
I encourage you to google for some Pyrex papers on the net, they explain
the "to do"'s and the "not to do"
Hi,
sturlamolden escribió:
Gonzalo Monzón wrote:
>
>
>>I use Python 2.4.3 (msvcrt71) and I succesfully installed the last
>>version of binutils, pyrex and MinGW, some weeks ago, using Julien Fiore
>>step-by-step guide, so "my" MinGW is linking wit
Robert Kern escribió:
>Gonzalo Monzón wrote:
>
>
>
>>I see there are both libraries linked in my pyrex modules... However,
>>when one should expect to have problems with this "dll nightmare", if
>>you always provide the right msvcr71.dll bundled with
Robert Kern escribió:
>Gonzalo Monzón wrote:
>
>
>>sturlamolden escribió:
>>
>>
>
>
>
>>>I don't think this is safe. MinGW links with msvcrt.dll whereas the
>>>main Python distribution links with msvcr71.dll (due to Visual C++
>
ersion of binutils, pyrex and MinGW, some weeks ago, using Julien Fiore
step-by-step guide, so "my" MinGW is linking with msvcrt71.dll, with the
default configuration.
I don't understand why do you say MinGW links with msvcrt.dll... perhaps
you've got an older version than the ones Julien posted?
Hope it helps,
Gonzalo.
--
http://mail.python.org/mailman/listinfo/python-list
Hi John!
John Machin escribió:
>On 22/05/2006 5:22 AM, Gonzalo Monzón wrote:
>
>
>>Thank you for all the suggestions! :-)
>>
>>The C routine is almost -changing data type long for word- a copy of the
>>function given by a hardware manufacturer, the same code
it
seems to be based in CCITT CRC-16, but they adapted to their own
requirements -performace issues for the hardware unit?- (never 0x00, etc.)
Regards,
Gonzalo.
John Machin escribió:
>Gonzalo wrote:
>"""
>I missed the point to add the *and* to workaround the long resu
Thank you very much John,
I missed the point to add the *and* to workaround the long result issue!
I think I understand it now.
I am timing the code once translated, so here are the results for the
crc calculation function. I did expected a big gap, as this does a lot
of lookups to the crc tab
I reply again attaching a file as I see the editor wrecked the tab
indentation.
Gonzalo Monzón escribió:
Hi all!
I have been translating some Python custom C extension code into
Python, as I need these modules to be portable and run on a PocketPC
without the need of compile (for the
I reply again attaching a file as I see the editor wrecked the tab
indentation.
Gonzalo Monzón escribió:
Hi all!
I have been translating some Python custom C extension code into
Python, as I need these modules to be portable and run on a PocketPC
without the need of compile (for the
can see on the
FutureWarning message.
InitCRC16 function does some bitwise xor's too, but I checked it and
works as expected. Thought because only happen to be with small values
there.
Thanks in advance for any help,
Gonzalo
##
Python 2.3.2:
pytest1.py:90: F
from this page, but a direct link is:
http://sourceforge.net/project/shownotes.php?release_id=413801&group_id=104228
Luke
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
Regards,
Gonzalo Mon
l list. Hope a 2.4 version could be possible soon!
And about Python for Linux handhelds, I really don't know much, but I
thought the main Python distribution should work. Perhaps I'm wrong...
could someone point towards this issue?
Thanks to Luke Dunstan and all the Python & PythonCE contributors for
such a sucessful work.
Gonzalo Monzón.
--
http://mail.python.org/mailman/listinfo/python-list
template creation googling a bit, and probably is the best approach for
the case.
Sorry but my stl is a bit rusty as to put here a quick example, but be
sure stl allows almost anything to be done.
Regards,
Gonzalo
Marco Aschwanden escribió:
>This is actually a c++ problem. Got no satisfy
you could use addressof()
>>or pointer(), what you like best.
>>
>>Thomas
>>
>>
>
>Super, operates :-))
>
>My last answer must be in the Nirvana, strange ?
>
>Ok, only the version with 'addressof' generates a message and I must
>play with the data types. The receiver becomes a wrong data formate.
>Expect (int=1, char[256]='1\00'), but the int is 0x31 and the string
>somewhat. Must play with my data.
>
>Thanks
>gerd
>
>
Hi Gerd,
I'm not really sure of, but I think you must use a message value in
range of WM_USER or WM_APP so this fact maybe let the receiver window
getting bad data... have a look to this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/messagesandmessagequeues/messagesandmessagequeuesreference/messagesandmessagequeuesmessages/wm_user.asp
0 through WM_USER
<http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/messagesandmessagequeues/messagesandmessagequeuesreference/messagesandmessagequeuesmessages/wm_user.asp>
0x0400
Messages reserved for use by the system.
*WM_USER* through 0x7FFFInteger messages for use by private window
classes.
*WM_APP* through 0xBFFF Messages available for use by applications.
0xC000 through 0x String messages for use by applications.
Greater than 0x Reserved by the system.
I've done the same with PHP GTK and achieved random results sending low
Msg values... until used WM_USER and above. Also, in my case only
PostMessage work fine... try using both... but expect this doesn't
happen with python,
Hope it helps.
Gonzalo
--
http://mail.python.org/mailman/listinfo/python-list
Hi everyone!
I want to develop a C++ application, which must be scriptable (I'm
considering to use Python or Lua). The end users should develop and run
their scripts in an IDE, and the scripting language must be extended
with specific functions related to my application. The IDE should have
debuggi
nwanted persistence of the first request data, not about
defaults.
Anyway, I will try replacing VarsWrapper with a simple function in order
to avoid yet another possible bug cause.
Thanks again for your help, and if something else comes to your mind I
would really appreciate to hear a
ng nuts!
Sorry for all the writing, but I really hope somebody can help me.
Thanks in advance,
Gonzalo Sainz-Trápaga (GomoX)
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm starting to develop a Web application in Python for the first time. I
am considering some modules like SQLObject and Validators (by Ian
Bicking). The problem is, i'm planning to host the site on a shared
hosting provider with mod_python, and therefore I can't install the
modules site-wide.
35 matches
Mail list logo