Re: first release of PyPy

2005-05-20 Thread Paul Rubin
Christian Tismer [EMAIL PROTECTED] writes: PyPy is just a completely new approach to interpreted languages, almost based upon known compiler technology, but applying this in a consequent manner, that has no comparable prior example. Is there a web page describing what's new? Compile-and-go

Re: Memory errors with large zip files

2005-05-20 Thread Do Re Mi chel La Si Do
Hi I had make this test (try) : - create 12 txt's files of 100 MB (exactly 102 400 000 bytes) - create the file tst.zip who contains this 12 files (but the file result is only 1 095 965 bytes size...) - delete the 12 txt's files - try your code And... it's OK for me. But : the

Re: SQL Query via python

2005-05-20 Thread Sakesun Roykiattisak
Try cursor.execute ( SELECT name, month, day ,category, city FROM bday WHERE %s = %s %(arg1,arg2)) Jeff Elkins wrote: I'm attempting to pass an SQL query via the console: $ ./getbd month 05 The arguments get seem to passed correctly (via print statements) and then: cursor.execute

Re: performance of Nested for loops

2005-05-20 Thread Andrew Dalke
querypk wrote: Is there a better way to code nested for loops as far as performance is concerned. what better way can we write to improve the speed. for example: N=1 for i in range(N): for j in range(N): do_job1 for j in range(N): do_job2 For this case compute

Re: Running a python program during idle time only

2005-05-20 Thread Mike Meyer
los [EMAIL PROTECTED] writes: I'm trying to create a program similar to that of Google's desktop that will crawl through the hard drive and index files. I have written the program and as of now I just put the thread to sleep for 1 second after indexing a couple of files. I'm wondering if

Re: Running a python program during idle time only

2005-05-20 Thread Donn Cave
Quoth Mike Meyer [EMAIL PROTECTED]: | los [EMAIL PROTECTED] writes: | I'm trying to create a program similar to that of Google's desktop that | will crawl through the hard drive and index files. I have written the | program and as of now I just put the thread to sleep for 1 second after |

Re: first release of PyPy

2005-05-20 Thread Kay Schluehr
Christian Tismer wrote: [EMAIL PROTECTED] wrote: Kay Schluehr wrote: holger krekel wrote: Welcome to PyPy 0.6 *The PyPy Development Team is happy to announce the first public release of PyPy after two years of spare-time and half a year of EU funded

[ python-Bugs-1205736 ] wrong location for math lib with --prefix

2005-05-20 Thread SourceForge.net
Bugs item #1205736, was opened at 2005-05-20 17:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1205736group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1205568 ] Compile fails on Darwin8 with --with-cxx=g++

2005-05-20 Thread SourceForge.net
Bugs item #1205568, was opened at 2005-05-20 13:05 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1205568group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1200287 ] Windows msi installer fails on virtual drives

2005-05-20 Thread SourceForge.net
Bugs item #1200287, was opened at 2005-05-12 02:55 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1200287group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1199947 ] Python 2.4.1 Installer ended prematurely

2005-05-20 Thread SourceForge.net
Bugs item #1199947, was opened at 2005-05-11 18:01 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1199947group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1199808 ] installation problem with python 2.4.1 on Win2k system

2005-05-20 Thread SourceForge.net
Bugs item #1199808, was opened at 2005-05-11 14:50 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1199808group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Feature Requests-1200804 ] enhancing os.chown functionality

2005-05-20 Thread SourceForge.net
Feature Requests item #1200804, was opened at 2005-05-12 18:26 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=355470aid=1200804group_id=5470 Please note that this message will contain a full copy of the

[ python-Bugs-1202533 ] a bunch of infinite C recursions

2005-05-20 Thread SourceForge.net
Bugs item #1202533, was opened at 2005-05-15 23:43 Message generated for change (Comment added) made by arigo You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202533group_id=5470 Please note that this message will contain a full copy of the comment thread,

[ python-Feature Requests-1184678 ] replace function should accept lists.

2005-05-20 Thread SourceForge.net
Feature Requests item #1184678, was opened at 2005-04-17 18:05 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=355470aid=1184678group_id=5470 Please note that this message will contain a full copy of the

[ python-Feature Requests-1184678 ] replace function should accept lists.

2005-05-20 Thread SourceForge.net
Feature Requests item #1184678, was opened at 2005-04-17 19:05 Message generated for change (Comment added) made by poromenos You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=355470aid=1184678group_id=5470 Please note that this message will contain a full copy of the

<    1   2