On 1 December 2014 at 22:59, Ned Deily wrote:
> In article
> ,
> Paul Wiseman wrote:
> > I just gave 2.7.9rc1 a go and seems like it is still linked to the same
> > version of openssl?
>
> Yes, it still is for rc1. Unfortunately, I was not able to get
> everyth
On 10 November 2014 at 22:51, Ned Deily wrote:
> In article
> ,
> Paul Wiseman wrote:
> > I've been using the latest mac ppc/i386 binaries from python.org
> > (https://www.python.org/ftp/python/2.7.8/python-2.7.8-macosx10.5.dmg).
> > From what I can tell this ve
On 12 November 2014 19:52, Ned Deily wrote:
> In article
> ,
> Paul Wiseman wrote:
>> I'm currently using the installer with py2app to make a distributable
>> app that targets 10.5+ (including ppc). To save having more than one
>> build I use this for all dow
On 10 November 2014 22:51, Ned Deily wrote:
> In article
> ,
> Paul Wiseman wrote:
>> I've been using the latest mac ppc/i386 binaries from python.org
>> (https://www.python.org/ftp/python/2.7.8/python-2.7.8-macosx10.5.dmg).
>> From what I can tell this versio
Hey,
I've been using the latest mac ppc/i386 binaries from python.org
(https://www.python.org/ftp/python/2.7.8/python-2.7.8-macosx10.5.dmg).
>From what I can tell this version is linked against a pretty old
version of OpenSSL (OpenSSL 0.9.7l 28 Sep 2006) which doesn't seem to
be able to handle new
The line should be:
file1.write(file_data)
you could write
file.write(file1, file_data)
but that would be an odd way to do it :)
On 18 August 2014 10:41, ngangsia akumbo wrote:
> error
>
> yems ~ # nano testfile1
> yems ~ # python testfile1
> Enter file name: g
> write in data: g
> Tracebac
On 5 August 2013 14:09, Luca Cerone wrote:
> Hi everybody,
> I am trying to understand how to use named pipes in python to launch
> external processes (in a Linux environment).
>
> As an example I am trying to "imitate" the behaviour of the following sets
> of commands is bash:
>
> > mkfifo named