Python Forum
coding error from a script (absolute noob)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
coding error from a script (absolute noob)
#2
I haven't dug into it deeply, but I suspect that
bytes.append(i / 256)
should be
bytes.append(int(i / 256))
Reply


Messages In This Thread
RE: coding error from a script (absolute noob) - by micseydel - May-11-2018, 11:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolute paths in subprocess - file not found kittyticker 4 501 Jan-28-2024, 10:37 PM
Last Post: kittyticker
  Coding error. xflyerwdavis 2 535 Oct-07-2023, 07:08 PM
Last Post: deanhystad
  Coding error. Can't open directory EddieG 6 1,139 Jul-13-2023, 06:47 PM
Last Post: deanhystad
  Coding Error EddieG 2 551 Jul-09-2023, 02:59 AM
Last Post: EddieG
  Need help with coding in script madpatrick 9 1,517 Feb-05-2023, 04:24 PM
Last Post: madpatrick
  automatically get absolute paths oclmedyb 1 2,127 Mar-11-2021, 04:31 PM
Last Post: deanhystad
  python coding error isntitzee 1 2,218 Oct-17-2020, 06:30 AM
Last Post: buran
  Coding error- Not sure where I have put error markers against the code that is wrong Username9 1 1,745 Sep-28-2020, 07:57 AM
Last Post: buran
  coding error iro a menu Rollo 2 2,105 Sep-27-2020, 04:17 PM
Last Post: deanhystad
  Absolute beginner am I missing something? kamren 7 3,218 Sep-25-2020, 05:32 AM
Last Post: buran

Forum Jump:

User Panel Messages

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