Re: IdentationError; unexpected indent

2016-04-14 Thread Joel Goldstick
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

Re: IdentationError; unexpected indent

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

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.append('C:/Users/user/src/sumo-0.

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 of all, please post your

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? > > > *import sys*

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? > > > *import sys* > *