Spotify technology

2022-08-01 Thread Gonzalo V
advance. Gonzalo form Chile. Saludos, Gonzalo -- https://mail.python.org/mailman/listinfo/python-list

always return the same pdf

2022-03-07 Thread Gonzalo V
sta['Content-Disposition'] = 'attachment; filename="{0}"'.format( archivo_a_descargar.name) return respuesta Saludos, Gonzalo -- https://mail.python.org/mailman/listinfo/python-list

SPECIALS CHARACTERS

2020-04-15 Thread Gonzalo V
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

python certification

2017-06-08 Thread Gonzalo V
hi, good day. where can i get a python certification? thanks! -- https://mail.python.org/mailman/listinfo/python-list

Re: UTF-8 Encoding Error

2016-12-25 Thread Gonzalo V
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

Re: Web Scraping

2016-11-12 Thread Gonzalo V
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

Re: How to read from serial port?

2016-04-26 Thread Gonzalo V
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..

Re: Failed install scipy lib

2016-04-20 Thread Gonzalo V
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

Re: Need help - How to identify the cell display format?

2015-12-15 Thread Gonzalo V
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

Re: Interacting with a web site, which lib?

2015-09-27 Thread Gonzalo V
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

Re: Interacting with a web site, which lib?

2015-09-27 Thread 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" 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 >

Re: ConnectionError handling problem

2015-09-27 Thread Gonzalo V
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

PIL for the Python 3.2.3

2012-06-15 Thread Gonzalo de Soto
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

Re: Ayuda

2007-09-03 Thread Gonzalo HIGUERA DÍAZ
, 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

Re: Finding name of variable?

2006-09-05 Thread Gonzalo HIGUERA DÍAZ
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

Re: Pyrex speed

2006-05-27 Thread Gonzalo Monzón
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

Re: Pyrex speed

2006-05-27 Thread Gonzalo Monzón
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"&#x

Re: Pyrex installation on windows XP: step-by-step guide

2006-05-26 Thread Gonzalo Monzón
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

Re: Pyrex installation on windows XP: step-by-step guide

2006-05-21 Thread Gonzalo Monzón
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

Re: Pyrex installation on windows XP: step-by-step guide

2006-05-21 Thread Gonzalo Monzón
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++ >

Re: Pyrex installation on windows XP: step-by-step guide

2006-05-21 Thread Gonzalo Monzón
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

Re: Python update trouble (2.3 to 2.4): x<

2006-05-21 Thread Gonzalo Monzón
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

Re: Python update trouble (2.3 to 2.4): x<

2006-05-21 Thread Gonzalo Monzón
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

Re: Python update trouble (2.3 to 2.4): x<

2006-05-21 Thread Gonzalo Monzón
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

Python update trouble (2.3 to 2.4): x<

2006-05-20 Thread Gonzalo Monzón
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

Re: Python update trouble (2.3 to 2.4): x<

2006-05-20 Thread Gonzalo Monzón
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

Python update trouble (2.3 to 2.4): x<

2006-05-20 Thread Gonzalo Monzón
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

Re: py on windows Mobile 5.0?

2006-05-15 Thread Gonzalo Monzón
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

Re: [PythonCE] Curious about Python for Windows CE

2006-05-03 Thread Gonzalo Monzón
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

Re: From Python to c++

2006-03-21 Thread Gonzalo Monzón
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

Re: PyWin SendMessage

2005-09-30 Thread Gonzalo Monzón
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

C++ app. with python scripting IDE ?

2005-04-25 Thread Gonzalo
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

Re: Dictonary persistance weirdness

2005-04-10 Thread Gonzalo Sainz-Trápaga (GomoX)
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

Dictonary persistance weirdness

2005-04-10 Thread Gonzalo Sainz-Trápaga (GomoX)
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

Local module installation

2005-02-17 Thread Gonzalo Sainz-Trápaga (GomoX)
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.