Python Forum
FCC API: addressing unexpected error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FCC API: addressing unexpected error
#8
So, I assume that the error might originate from the fact that FCC API is not "suitable" for python 3 (as it does not run with -python3-), but is ok for python2 (runs under -python-). Therefore, I (a) used 3to2 to convert my code written in python3 to python2, and (b) am trying to run that "converted" code now.

Update: the aforementioned approach did not work. It seems that the problem is beyond my ability to address it. Therefore, I am currently elaborating on another approach to complete the task. Details will be posted later.

I am thankful to all the contributors for their input.
Reply


Messages In This Thread
FCC API: addressing unexpected error - by kiton - Jun-26-2017, 05:53 PM
RE: FCC API: addressing unexpected error - by kiton - Jun-26-2017, 07:09 PM
RE: FCC API: addressing unexpected error - by kiton - Jun-27-2017, 11:41 PM
RE: FCC API: addressing unexpected error - by kiton - Jun-28-2017, 06:21 PM
RE: FCC API: addressing unexpected error - by kiton - Jun-29-2017, 07:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Addressing with np.where pberrett 0 1,583 May-19-2019, 12:45 PM
Last Post: pberrett

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020