Re: IdentationError; unexpected indent

2016-04-14 Thread Joel Goldstick
list so that other people can > help you... > > Thank you. > >> >> >> Cordially. >> >> 2016-04-13 17:02 GMT+01:00 Igor Korot : >>> >>> Hi, Salma, >>> >>> On Wed, Apr 13, 2016 at 11:53 AM, salma ammar >>> wrote: >

Re: IdentationError; unexpected indent

2016-04-14 Thread Igor Korot
ubscribe to the list so that other people can help you... Thank you. > > > Cordially. > > 2016-04-13 17:02 GMT+01:00 Igor Korot : >> >> Hi, Salma, >> >> On Wed, Apr 13, 2016 at 11:53 AM, salma ammar >> wrote: >> > Hi, >> > >> > I a

Re: IdentationError; unexpected indent

2016-04-13 Thread Rob Gaddi
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.

Re: IdentationError; unexpected indent

2016-04-13 Thread Ian Kelly
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 o

Re: IdentationError; unexpected indent

2016-04-13 Thread Igor Korot
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?

Re: IdentationError; unexpected indent

2016-04-13 Thread alister
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

IdentationError; unexpected indent

2016-04-13 Thread salma ammar
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.22.0/tools')* *import sum