Re: Best editor?

2005-04-06 Thread Nicolay A. Vasiliev
Hello! What do you think all about ActiveState Komodo? Michael George Lerner wrote: Aahz <[EMAIL PROTECTED]> wrote: Use vim. 80% of the power of emacs at 20% of the learning curve. A system administrator said this to me about unix a long time ago, but it applies equally well to emacs: Emac

Re: ANN: XMLObject

2006-04-22 Thread Nicolay A. Vasiliev
Hello! I tried to use this class in my work. But I Can't understand the next. I have an XML file, where I store an information by this way Wesley Hunter ie. How can I get the value between and ? Thanks in advance. aum wrote: > Hi folks, > > I've just released an XML object wrapper called XMLO

MySQLdb trouble

2006-05-10 Thread Nicolay A. Vasiliev
Hello there! I got some trouble trying to insert data into the database with MySQLdb module. I have such code: from MySQLdb import * def loc_connect_db(): """ The DB connection subroutine """ db = MySQLdb.connect(host = "localhost", user = "root",

Re: MySQLdb trouble

2006-05-10 Thread Nicolay A. Vasiliev
server. Before I upload the script to the server I just switch loc_connect_db to connect_db. That's it :) John Salerno wrote: Nicolay A. Vasiliev wrote: def loc_connect_db(): """ The DB connection subroutine """ db

Re: MySQLdb trouble

2006-05-11 Thread Nicolay A. Vasiliev
Hi! > Number two suggestion: try committing the transaction (autocommit > might not be enabled in your environment). > commit() - is what I need :) Thank you very much! -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI in python

2006-03-30 Thread Nicolay A. Vasiliev
Hello! I think this library is enough old, isn't it? Version 0.72 was released on 2004-06-20. Nicolay [EMAIL PROTECTED] wrote: > For quick, no learning curve, simple: > > http://www.ferg.org/easygui/ > > -- http://mail.python.org/mailman/listinfo/python-list