Re: [Tutor] using python to write web page

2011-06-15 Thread Andrés Chandía
subscription options: http://mail.python.org/mailman/listinfo/tutor ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

Re: [Tutor] using python to write web page

2011-06-15 Thread Andrés Chandía
tutor ___     andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] Help to explain commenting

2011-04-15 Thread Andrés Chandía
h the code in a tgz file, if the attached can not be seen then this link: http://www.chandia.net/compart/NMT-2.4-20110415.tar.gz Thanks in advance to all of you and to the people that already helped me. ___     andrés chandía P No imprima innecesariamente. ¡Cuide el

Re: [Tutor] Converting files

2011-04-12 Thread Andrés Chandía
tions: http://mail.python.org/mailman/listinfo/tutor ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Converting files

2011-04-12 Thread Andrés Chandía
__ Tutor maillist  -  Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! ___

[Tutor] Cherrypy and Wysiwyg editor

2011-04-10 Thread Andrés Chandía
I have put a textarea at a web generated by cherrypy, but I would like to add  some user editing tool like HtmlArea, I've been sufing arround but I haven't found clear information. I would appreciate your help! ___         andrés chandía P

Re: [Tutor] Cherrypy and Iframes (or how to insert a file in a, page)

2011-04-10 Thread Andrés Chandía
d ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente!

[Tutor] Cherrypy and Iframes (or how to insert a file in a page)

2011-04-09 Thread Andrés Chandía
g different Maybe there is another way to do this ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] Cherrypy HtmlArea

2011-04-09 Thread Andrés Chandía
I have put a textarea at a web generated by cherrypy, but I would like to add  some user editing tool like HtmlArea, I've been sufing arround but I haven't found clear information. I would appreciate your help! ___         andrés chandía P No imprima innece

Re: [Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Andrés Chandía
Sorry, the command is Crtl+F9, not only F9 On Wed, April 6, 2011 12:43, "Andrés Chandía" wrote: Actually the default text editor in Ubuntu, "gedit" has a plugin named Python console, that you can activate at "edit > preferences" menu, then at the menu "v

Re: [Tutor] GUI IDLE for UBUNTU 10

2011-04-06 Thread Andrés Chandía
ith python IDLE which makes easy to write python codes and run using Run command or pressing F5. Now i want to ask if there is python GUI IDLE equivalent in Ubuntu. Please help. -- Regards, Ratna P Banjara _______ andrés chandía P No imprima i

Re: [Tutor] Regex question

2011-04-03 Thread Andrés Chandía
ot accented vowel, The qestion is : is there a way to say that whenever you find an accented character this one has to change into a non accented character, but not every character, it must be only this vowels and accented this way, because at the language I

Re: [Tutor] Regex question

2011-03-30 Thread Andrés Chandía
Thanks Steve, your are, from now on, my guru this is the final version, the good one! contents = re.sub(r'(|)(l|L|n|N|t|T)(|)', r"\2'" ,contents) On Wed, March 30, 2011 17:27, Steve Willoughby wrote: On 30-Mar-11 08:21, "Andrés Chandía" wrote: > >

Re: [Tutor] Regex question

2011-03-30 Thread Andrés Chandía
gt;/$1e/g; > > So I'm looking for > the way to do it in python, obviously this does not works: > > contents = > re.sub("(l|L|n|N)<\/u>", "$1e", contents) > You will use \1 for the backreference. The documentation of the re module (http://docs.python.org/

[Tutor] (no subject)

2011-03-29 Thread Andrés Chandía
I'm looking for the way to do it in python, obviously this does not works: contents = re.sub("(l|L|n|N)<\/u>", "$1e", contents) Thanks ___ andrés chandía P No imprima innecesariamente. ¡Cuide el medio ambiente! _