Looks like that is the problem - I am running Python 2.2.2.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Bunton Sent: Thursday, March 10, 2005 9:13 PM To: PyAIM-t/PyICQ-t/PyMSN-t Discussion Subject: Re: [py-transports] Adding new tags to config.xml I came across this exact thing with PyMSNt. Are the people having troubles using Python 2.2? It doesn't have a type('bool'). You need to check bool & int and it will work. Either that, or just upgrade to Python 2.3 :) --- James On 11/03/2005, at 10:42 AM, Daniel Henninger wrote: > That's dodging the point of the checks though. ;D > > I'll get a fix in in a moment. No worries. > > Daniel > > -- > "The most addictive drug in the world is music." > - The Lost Boyz _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses. From [EMAIL PROTECTED] Fri Mar 11 13:26:20 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Fri Mar 11 13:26:18 2005 Subject: [py-transports] Adding new tags to config.xml In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Ok, I am going to put something to outright checks that you have at least Python 2.3. Daniel -- "The most addictive drug in the world is music." - The Lost Boyz > > Looks like that is the problem - I am running Python 2.2.2. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of James > Bunton > Sent: Thursday, March 10, 2005 9:13 PM > To: PyAIM-t/PyICQ-t/PyMSN-t Discussion > Subject: Re: [py-transports] Adding new tags to config.xml > > I came across this exact thing with PyMSNt. > > Are the people having troubles using Python 2.2? It doesn't have a > type('bool'). > You need to check bool & int and it will work. > > Either that, or just upgrade to Python 2.3 :) > > --- > > James > > > > On 11/03/2005, at 10:42 AM, Daniel Henninger wrote: > >> That's dodging the point of the checks though. ;D >> >> I'll get a fix in in a moment. No worries. >> >> Daniel >> >> -- >> "The most addictive drug in the world is music." >> - The Lost Boyz > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > IMPORTANT: The information contained in this email and/or its attachments > is confidential. If you are not the intended recipient, please notify the > sender immediately by reply and immediately delete this message and all > its attachments. Any review, use, reproduction, disclosure or > dissemination of this message or any attachment by an unintended recipient > is strictly prohibited. Neither this message nor any attachment is > intended as or should be construed as an offer, solicitation or > recommendation to buy or sell any security or other financial instrument. > Neither the sender, his or her employer nor any of their respective > affiliates makes any warranties as to the completeness or accuracy of any > of the information contained herein or that this message or any of its > attachments is free of viruses. > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
