Re: [Tutor] Question Regarding startswith()

2018-06-04 Thread Peter Otten
Jeremy Ogorzalek wrote: > Not sure this is how this is done, but here goes. > > When I try to run the code in the SGP4 module, I get the following error, > and it originates in the io.py script: > > > File "C:\ProgramData\Anaconda3\lib\site-packages\sgp4\io.py", line 131, > in twoline2rv >

Re: [Tutor] Question Regarding startswith()

2018-06-04 Thread Alan Gauld via Tutor
On 04/06/18 16:57, Jeremy Ogorzalek wrote: > Not sure this is how this is done, but here goes. > > When I try to run the code in the SGP4 module, I get the following error, > and it originates in the io.py script: I have no idea what you are talking about and do not know what the SGP4 or io.py

[Tutor] Question Regarding startswith()

2018-06-04 Thread Jeremy Ogorzalek
Not sure this is how this is done, but here goes. When I try to run the code in the SGP4 module, I get the following error, and it originates in the io.py script: File "C:\ProgramData\Anaconda3\lib\site-packages\sgp4\io.py", line 131, in twoline2rv assert line.startswith('1 ') TypeError: