Re: Error in Autoamation

2013-07-06 Thread Harjot Mann
On Sat, Jul 6, 2013 at 1:12 PM, Nigel Legg wrote: > Make sure the two variables you are trying to combine are the same datatype. > This is in the python docs, and not a django problem. ok. -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are

Re: Error in Autoamation

2013-07-06 Thread Nigel Legg
Make sure the two variables you are trying to combine are the same datatype. This is in the python docs, and not a django problem. Regards, Nigel Legg 07914 740972 http://www.treavnianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 6 July 2013 08:40, Harjot Mann

Re: Error in Autoamation

2013-07-06 Thread Harjot Mann
On Fri, Jul 5, 2013 at 4:46 PM, Nigel Legg wrote: > You can't combine int and unicode. Seems you are trying to. Yes I am adding int with another datatype. What should I do to remove this error? -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you

Re: Error in Autoamation

2013-07-05 Thread Nigel Legg
You can't combine int and unicode. Seems you are trying to. Regards, Nigel Legg 07914 740972 http://www.treavnianlegg.co.uk http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 5 July 2013 12:08, Harjot Mann wrote: > While generating bill an error is coming in automation softwa

Error in Autoamation

2013-07-05 Thread Harjot Mann
While generating bill an error is coming in automation software. TypeError at /tcc/jobok/ unsupported operand type(s) for +: 'int' and 'unicode' -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Django us