[issue2729] Link error in What's New in Python 2.6

2008-04-30 Thread Manuel Kaufmann
New submission from Manuel Kaufmann [EMAIL PROTECTED]: I found a link error in section What's New in Python 2.6 to Trac project. I attach the patch file -- assignee: georg.brandl components: Documentation files: patch.diff keywords: patch messages: 66028 nosy: georg.brandl, humitos

HTTP keep-alive performance

2008-03-04 Thread Manuel Metz
-- -- ACK ~40ms CONTENT -- -- ACK ~1ms -- HEADER ACK -- ~40ms [...] response data is submitted It's just a rought timeline to show where the bottleneck is. Has anyone any idea why the acknowledgement messages take so long to be sent??? Manuel

[issue1781] ConfigParser: add_section('DEFAULT') causes duplicate sections.

2008-02-23 Thread Manuel Kaufmann
Manuel Kaufmann added the comment: I tested the patch and works very well. I modified Misc/NEWS file beacuse the change wasn't reported and I uploaded diff file (NEWS.diff). -- nosy: +humitos Added file: http://bugs.python.org/file9492/NEWS.diff

[issue1720992] automatic imports

2008-01-09 Thread Juan Manuel Borges Caño
Juan Manuel Borges Caño added the comment: Thank you for the link. I think this bug is already closed. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1720992

Re: An Editor that Skips to the End of a Def

2007-09-24 Thread Manuel Graune
Lawrence D'Oliveiro [EMAIL PROTECTED] writes: In message [EMAIL PROTECTED], Manuel Graune wrote: Matthew Woodcraft [EMAIL PROTECTED] writes: Lawrence D'Oliveiro [EMAIL PROTECTED] wrote: http://www.asktog.com/SunWorldColumns/S02KeyboardVMouse3.html And cursor keys? Please, every self

Re: An Editor that Skips to the End of a Def

2007-09-23 Thread Manuel Graune
have taken about 10 seconds. With Mouse or Keyboard. Regards, Manuel -- A hundred men did the rational thing. The sum of those rational choices was called panic. Neal Stephenson -- System of the world http://www.graune.org/GnuPG_pubkey.asc Key fingerprint = 1E44 9CBD DEE4 9E07 5E0A 5828 5476

error in the if, elif, else statement ?

2007-05-09 Thread juan-manuel . behrendt
Hello together, I wrote a script for the engineering software abaqus/CAE. It worked well until I implemented a selection in order to variate the variable lGwU through an if elif, else statement. I am going to post the first 82 lines of the script, since the error message points at line 80: from

Re: Objects, lists and assigning values

2007-04-07 Thread Manuel Graune
7stud [EMAIL PROTECTED] writes: What book are you reading? I worked my way through most of the online-docs. A bit to casual obviously. As printed desktop-reference I use a german book called Python ge-packt. -- A hundred men did the rational thing. The sum of those rational choices was

Re: Objects, lists and assigning values

2007-04-06 Thread Manuel Graune
Hello Gabriel, hello William, thanks to both of you for your answers. I seem to need a better book about python. Regards, Manuel Gabriel Genellina [EMAIL PROTECTED] writes: class new_class(object): def __init__(self, internal_list=None): if internal_list is None

Objects, lists and assigning values

2007-04-05 Thread Manuel Graune
second_collection[i].internal_list ---snip--- Can someone explain to me, what's happening here and why the two approaches do not lead to the same results? Thanks in Advance. Regards, Manuel -- A hundred men did the rational thing. The sum of those rational choices was called panic. Neal

tag replacement in toxml()

2007-04-01 Thread Manuel Ospina
;/gt;/nodeTwo/node/example' My question is how I can avoid that toxml() replaces the tags? Regards, Manuel __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com

Re: Are there sprintf in Python???

2007-01-23 Thread Manuel Graune
questions? [EMAIL PROTECTED] writes: Are there any sprintf in Python? I know you can print to files(or redefine sys.stout) and later open the file content. Are you looking for something like this? http://norvig.com/python-iaq.html or

Question about Tkinter windows

2006-12-21 Thread Manuel Malo de Molina
Hi everyone, this is the first time I use Python. I'm working on an application using Tkinter and I would like that the windows could only be opened once, is there any option to get that? I don't know if I've explained myself: what I want is that if the user clicks on Options, for example, and

Re: Classes referencing each other

2006-09-04 Thread Manuel Bleichner
to a minimum... It would have just been nice to declare and later define the classes, but such a feature would bloat the neat python syntax. Thanks for all the text you wrote, but it all went a bit in the wrong direction, sorry :) Manuel -- http://mail.python.org/mailman/listinfo/python-list

Classes referencing each other

2006-09-01 Thread Manuel Bleichner
the references have to be followed very often and that would cause more CPU load and make the program code uglier :) If anyone of you knows a neat way to solve this, I'd be very grateful. Greetings, Manuel -- http://mail.python.org/mailman/listinfo/python-list

Re: Classes referencing each other

2006-09-01 Thread Manuel Bleichner
. Thanks again, Manuel -- http://mail.python.org/mailman/listinfo/python-list

Re: Classes referencing each other

2006-09-01 Thread Manuel Bleichner
] ... And because not all classes have the same types of connections, it would become extremely unreadable to try to define them at a central place. Also it seperates attributes from each other; 'name' is defined in the class, the connections somewhere else. Greetings, Manuel -- http://mail.python.org

Re: Classes referencing each other

2006-09-01 Thread Manuel Bleichner
in possible_constructs and possible_research. The problem occured when i wanted to define a unit that can construct a building which itself is able to construct that unit. Absolutely overkill for a browsergame, I know, but I like the concept =) Manuel -- http://mail.python.org/mailman/listinfo/python-list

Problem installing Kinterbasdb on mac

2006-08-26 Thread Manuel Cidrás Pidre
My question is to Mac users: Did you problems installing Kinterbasdb?. I have a lot of problems: .../... FINISHED PROBING DATABASE API FOR FEATURES. --- building 'kinterbasdb._kinterbasdb' extension gcc -arch ppc -arch

mod_python config problem

2005-06-03 Thread Manuel Pellecer
i want to use mod_python with Apache2 and i made a .htaccess in the subdirectory where i have all my scripts: The .htacces goes like this: AddHandler mod_python .py PythonHandler mptest PythonDebug On and I changed the main configuracion file of Apache2 like this: #--memepelle Directory

<    1   2   3