Re: [Python-Dev] Needs to install python 3.4.4 in RHEL 6

2016-04-29 Thread Nick Coghlan
On 29 April 2016 at 01:38, Zachary Ware wrote: > Hi Nilesh, > > On Thu, Apr 28, 2016 at 7:00 AM, Nilesh Date wrote: >> Hi team, >> >> I wanted to install python version 3.4.4 in my RHEL 6 system. >> Can someone give installation process or

[Python-Dev] Problemas con modulos

2016-04-29 Thread Felipe Ruiz via Python-Dev
  Hola, Estoy intentando conectarme a twitter para recibir tweets, sin embargo algunos códigos que he bajado de internet, me indican que debo de instalar tweepy y matplotlib, lo hago y sigo recibiendo el mensaje de que no están instalados. tweepy no reporta problemas, lo invoco en la línea de

[Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Marcos Dione
First of all, I'm not subbscribed to the list (too much traffic for me), so please CC: me in any answers if possible. I'm trying to add a new syscall to the os module: https://bugs.python.org/issue26826 One of the few missing parts is to cenvert a parameter, which would be a Python

Re: [Python-Dev] Problemas con modulos

2016-04-29 Thread Facundo Batista
Just to mention that I already answered this (in Spanish, in private), redirecting to proper lists. Regards, 2016-04-29 5:04 GMT-03:00 Felipe Ruiz via Python-Dev : > Hola, > > Estoy intentando conectarme a twitter para recibir tweets, sin embargo > algunos códigos que he

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Random832
On Fri, Apr 29, 2016, at 10:45, Marcos Dione wrote: > One possible solution hat was suggested to me in the #python IRC > channel was to use that, then test if the resulting value is negative, > and adjust accordingly, but I wonder if there is a cleaner, more general > solution (for instance,

[Python-Dev] Summary of Python tracker Issues

2016-04-29 Thread Python tracker
ACTIVITY SUMMARY (2016-04-22 - 2016-04-29) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open5475 (-16) closed 33167 (+72) total 38642 (+56) Open issues

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Martin Panter
On 29 April 2016 at 18:11, Marcos Dione wrote: > On Fri, Apr 29, 2016 at 12:18:46PM -0400, Random832 wrote: >> On Fri, Apr 29, 2016, at 10:45, Marcos Dione wrote: >> > One possible solution hat was suggested to me in the #python IRC >> > channel was to use that, then

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Martin Panter
On 29 April 2016 at 18:25, Random832 wrote: > On Fri, Apr 29, 2016, at 14:11, Marcos Dione wrote: >> These are not output parameters, even if they're pointers. they'r >> using the NULL pointer to signal that the current offsets should not be >> touched, to

Re: [Python-Dev] Problemas con modulos

2016-04-29 Thread Stephen J. Turnbull
Guido van Rossum writes: > Thank you Facundo, and thanks for following up here! (I wonder if it > wouldn't have been just as efficient if you had just BCC'ed the list to > your original response? Or perhaps with a brief English note at the > top?) BCC'ing lists usually gets your post held,

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Marcos Dione
On Fri, Apr 29, 2016 at 12:18:46PM -0400, Random832 wrote: > On Fri, Apr 29, 2016, at 10:45, Marcos Dione wrote: > > One possible solution hat was suggested to me in the #python IRC > > channel was to use that, then test if the resulting value is negative, > > and adjust accordingly, but I

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Random832
On Fri, Apr 29, 2016, at 14:11, Marcos Dione wrote: > These are not output parameters, even if they're pointers. they'r > using the NULL pointer to signal that the current offsets should not be > touched, to differentiate from a offset of 0. Something that in Python we > would use None.

Re: [Python-Dev] Convert int() to size_t in Python/C

2016-04-29 Thread Terry Reedy
On 4/29/2016 10:45 AM, Marcos Dione wrote: First of all, I'm not subbscribed to the list (too much traffic for me), so please CC: me in any answers if possible. I am indulging you this once, but the proper solution is to read pydev via the gmane.comp.python.devel mirror at

Re: [Python-Dev] Problemas con modulos

2016-04-29 Thread Guido van Rossum
Thank you Facundo, and thanks for following up here! (I wonder if it wouldn't have been just as efficient if you had just BCC'ed the list to your original response? Or perhaps with a brief English note at the top?) 2016-04-29 9:37 GMT-07:00 Facundo Batista : > Just to

Re: [Python-Dev] Problemas con modulos

2016-04-29 Thread Facundo Batista
2016-04-29 13:52 GMT-03:00 Guido van Rossum : > Thank you Facundo, and thanks for following up here! (I wonder if it > wouldn't have been just as efficient if you had just BCC'ed the list to your > original response? Or perhaps with a brief English note at the top?) Probably