Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread Nathan Coulson
On Wed, Apr 13, 2011 at 7:53 PM, David Cournapeau wrote: > On Thu, Apr 14, 2011 at 11:28 AM, Nathan Coulson wrote: > >> actually figured out a neat trick,  mingw-w64 can link directly to the .dll. >> gcc file.c python31.dll -o file.exe >> >> no .a needed. >> >> http://www.mingw.org/wiki/sampleDLL

Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread David Cournapeau
On Thu, Apr 14, 2011 at 11:28 AM, Nathan Coulson wrote: > actually figured out a neat trick,  mingw-w64 can link directly to the .dll. > gcc file.c python31.dll -o file.exe > > no .a needed. > > http://www.mingw.org/wiki/sampleDLL > > (have yet to find out if it actually works yet, but so far loo

Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread Nathan Coulson
2-gcc],  but seems to be missing. >> >> so far,  tried installing it on a real 64bit windows system, >> cabextract, as well as msiexec /a python-3.1.3.amd64.msi /qb >> TARGETDIR=out.  Either case, libs/libpython31.a is not there. >> >> as a last resort, tried cross

Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread David Cournapeau
on a real 64bit windows system, > cabextract, as well as msiexec /a python-3.1.3.amd64.msi /qb > TARGETDIR=out.  Either case, libs/libpython31.a is not there. > > as a last resort, tried cross compiling it with my tools, but a few > google searches tell me that way will lead to

Re: looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread Martin v. Loewis
uot;just not there". I had no intention/procedure to create it, so it isn't being created, and hence not packaged, either. > so far, tried installing it on a real 64bit windows system, > cabextract, as well as msiexec /a python-3.1.3.amd64.msi /qb > TARGETDIR=out. Either case,

looking for libpython31.a 64bit (missing from python-3.1.3.amd64.msi)

2011-04-13 Thread Nathan Coulson
Well, as the subject says, I am looking to find libpython31.a [win64bit version] for use in a linux to windows 64bit cross compiler [x86_64-w64-mingw32-gcc], but seems to be missing. so far, tried installing it on a real 64bit windows system, cabextract, as well as msiexec /a python-3.1.3

Re: Python 3.1.3

2010-11-28 Thread Roy Smith
In article <53c154fa-e957-4266-ad12-eaf8c2ef3...@35g2000prt.googlegroups.com>, Gnarlodious wrote: > Well I don't know what a readline is, but I upgraded from 3.1.1 and it > was working fine. > > I might also add that the downarrow is also broken: ^[[B > > -- Gnarlie Readline is the (very coo

Re: Python 3.1.3

2010-11-28 Thread Ned Deily
In article , Roy Smith wrote: > I'm seeing the same behavior on a build I did of > > Python 3.2a4+ (py3k:86538, Nov 19 2010, 20:52:31) > > last week, also on 10.6.5. From the configure output, it looks like it > found readline: > > py3k$ grep -i readline config.status > D["HAVE_LIBREADLINE"

Re: Python 3.1.3

2010-11-28 Thread Ned Deily
In article <2b22dfa0-41d5-4047-8cfe-7a18e00e3...@o23g2000prh.googlegroups.com>, Gnarlodious wrote: > Ah yes, sorry. > This is Mac OSX 10.6.5, I did it build from the file at > http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz For Python 3.1 on OS X, you'll need to sup

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Well I don't know what a readline is, but I upgraded from 3.1.1 and it was working fine. I might also add that the downarrow is also broken: ^[[B -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3.1.3

2010-11-28 Thread Roy Smith
In article <2b22dfa0-41d5-4047-8cfe-7a18e00e3...@o23g2000prh.googlegroups.com>, Gnarlodious wrote: > Ah yes, sorry. > This is Mac OSX 10.6.5, I did it build from the file at > http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz > > -- Gnarlie I'm seeing the same

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Ah yes, sorry. This is Mac OSX 10.6.5, I did it build from the file at http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 3.1.3

2010-11-28 Thread Stefan Behnel
Gnarlodious, 28.11.2010 16:35: Don't know why, but in Terminal the uparrow now gives me: ^[[A which means I no longer have history scrolling. You seem to be mailing from a Mac, is that the system you're having this problem with? Did you build Python yourself or use a provided binary? (and,

Re: Python 3.1.3

2010-11-28 Thread Gnarlodious
Don't know why, but in Terminal the uparrow now gives me: ^[[A which means I no longer have history scrolling. -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list

[RELEASED] Python 3.1.3

2010-11-27 Thread Benjamin Peterson
On behalf of the Python development team, I'm happy as a lark to announce the third bugfix release for the Python 3.1 series, Python 3.1.3. This bug fix release features numerous bug fixes and documentation improvements over 3.1.2. The Python 3.1 version series focuses on the stabilizatio

[RELEASED] Python 3.1.3 release candidate 1

2010-11-13 Thread Benjamin Peterson
On behalf of the Python development team, I'm gladsome to announce a release candidate of the third bugfix release for the Python 3.1 series, Python 3.1.3. This bug fix release fixes numerous issues found in 3.1.2. Please try it with your packages and report any bugs you find. The fin