you can also use  http://tohtml.com  to quickly format code for pasting
into email/forums, etc.
paste your python in there and then copy and paste the HTML formatted
content here. but no one can help you if we can't see the code.

good luck.

On Sat, Nov 14, 2015 at 8:58 AM, Justin Israel <justinisr...@gmail.com>
wrote:

> And use a pastebin please, to preserve formatting.
>
> On Sun, 15 Nov 2015 4:35 AM yury nedelin <ynede...@gmail.com> wrote:
>
>> Post here exactly what you trying to run.
>> On Nov 14, 2015 4:43 AM, "Rudi Hammad" <rudiham...@gmail.com> wrote:
>>
>>> it is weird because I can excute le code with success one time or two
>>> times. But after that it breaks. I have 2 errors:
>>>
>>> // Error: ...ta =
>>> [\"l_indexMetacarpal\",\"l_middleMetacarpal\",\"l_ringMetacarpal\",\"l_pinkyMetacarpal\"]\n
>>> for i in range(0,fin //
>>> // Error: Line 2.0: Unterminated string. //
>>>
>>> error...ta??? what is that
>>> My comments are like # mycomment or like #--[mycomment]--#. Do you thing
>>> that #--[mycomment]--# could be causing problems.
>>> But how can it work a couple of times with no errors, and then breaks?
>>>
>>>
>>> El sábado, 14 de noviembre de 2015, 7:23:49 (UTC+1), Geordie Martinez
>>> escribió:
>>>>
>>>> unterminated string usually means a typo.
>>>>
>>>> you have one too many quotes or forgot to put a quote.
>>>> your trace back will tell you which line it's happening in.
>>>>
>>>>
>>>> On Fri, Nov 13, 2015 at 6:07 PM, Justin Israel <justin...@gmail.com>
>>>> wrote:
>>>>
>>>>> Got an example of broken code?
>>>>> That fix you mentioned is only if you use Unicode characters within
>>>>> your source code.
>>>>>
>>>>> On Sat, 14 Nov 2015 12:47 PM Rudi Hammad <rudih...@gmail.com> wrote:
>>>>>
>>>>>> hi,
>>>>>> so my code breaks when he wants...if I delete all the comments it
>>>>>> works.
>>>>>> If I leave the comments, sometime it works and other times it
>>>>>> breaks...soo what is going on?
>>>>>> I´ve read that addind at the beginning of my code the following
>>>>>> solves the problem:
>>>>>>
>>>>>> #!/usr/bin/env python
>>>>>> # -*- coding: utf-8 -*-
>>>>>>
>>>>>> but it doesn´t.
>>>>>> what can I do?
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Python Programming for Autodesk Maya" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to python_inside_maya+unsubscr...@googlegroups.com.
>>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/python_inside_maya/8a0861ca-0569-42eb-a918-03db2832542e%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/python_inside_maya/8a0861ca-0569-42eb-a918-03db2832542e%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Python Programming for Autodesk Maya" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to python_inside_maya+unsubscr...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0V_5QNKoFhb6aiHR%3DoCDpFTz90QSYZGfuiBrxRbaGfYQ%40mail.gmail.com
>>>>> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0V_5QNKoFhb6aiHR%3DoCDpFTz90QSYZGfuiBrxRbaGfYQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Python Programming for Autodesk Maya" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to python_inside_maya+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/python_inside_maya/e95f862f-a693-46c7-a325-7c14cfe143da%40googlegroups.com
>>> <https://groups.google.com/d/msgid/python_inside_maya/e95f862f-a693-46c7-a325-7c14cfe143da%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Python Programming for Autodesk Maya" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to python_inside_maya+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/python_inside_maya/CACqGSchJEEDE1Hu%2BscbcnRLyas6Cs9mF-1Nntrd%3DtN0MTsGa6A%40mail.gmail.com
>> <https://groups.google.com/d/msgid/python_inside_maya/CACqGSchJEEDE1Hu%2BscbcnRLyas6Cs9mF-1Nntrd%3DtN0MTsGa6A%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2hsNNDKu-fY6fwE2aF4VffdN31XqWJXr-XtqUawy5ypw%40mail.gmail.com
> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2hsNNDKu-fY6fwE2aF4VffdN31XqWJXr-XtqUawy5ypw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CABPXW4jvnWsZw9o0GoAL3AkXqgDP14Z%2Brh7x3j%2B_gDmPMqN9fQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to