On Thu, Apr 14, 2016 at 8:04 AM, Igor Korot wrote:
> Salma,
>
> On Thu, Apr 14, 2016 at 3:28 AM, salma ammar wrote:
>> Hi Igor,
>>
>> thank you very much for your response. In fact, I put the code in bold, that
>> is why it displays those symbols.
>> This is the code:
>>
>> import sys
>> sys.path
Salma,
On Thu, Apr 14, 2016 at 3:28 AM, salma ammar wrote:
> Hi Igor,
>
> thank you very much for your response. In fact, I put the code in bold, that
> is why it displays those symbols.
> This is the code:
>
> import sys
> sys.path.append('C:/Users/user/src/sumo-0.22.0/tools')
> import sumolib
>
salma ammar wrote:
> Hi,
>
> I am about to run this code using python 2.7. But when executing this code,
> an error appears (see attachement): IdentationError; unexpected indent
>
> What should I rectify to correct this error please?
>
>
> *import sys*
> *sys.path.append('C:/Users/user/src/sumo-0.
On Wed, Apr 13, 2016 at 9:53 AM, salma ammar wrote:
> Hi,
>
> I am about to run this code using python 2.7. But when executing this code,
> an error appears (see attachement): IdentationError; unexpected indent
>
> What should I rectify to correct this error please?
First of all, please post your
Hi, Salma,
On Wed, Apr 13, 2016 at 11:53 AM, salma ammar wrote:
> Hi,
>
> I am about to run this code using python 2.7. But when executing this code,
> an error appears (see attachement): IdentationError; unexpected indent
>
> What should I rectify to correct this error please?
>
>
> *import sys*
On Wed, 13 Apr 2016 16:53:09 +0100, salma ammar wrote:
> Hi,
>
> I am about to run this code using python 2.7. But when executing this
> code,
> an error appears (see attachement): IdentationError; unexpected indent
>
> What should I rectify to correct this error please?
>
>
> *import sys*
> *