Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyethrecover Program help
#20
Yes, you are again hit with python2 / python3 incompability. While in python2 it was possible to use either file() or open() to open file (with open() preferred), in python3 file() was removed, so only open() is used. You can again try to convert it for python3 with replacing file(... with open(..

But honestly, you are trying to run python2 program with python3, so its possible that even after you correct this, another error due to incompability will raise. Perhaps its worth to consider to try it run with python2.7...
Reply


Messages In This Thread
pyethrecover Program help - by Able98 - Mar-21-2017, 02:18 PM
RE: pyethrecover Program help - by wavic - Mar-21-2017, 02:57 PM
RE: pyethrecover Program help - by Able98 - Mar-21-2017, 03:37 PM
RE: pyethrecover Program help - by nilamo - Mar-21-2017, 06:07 PM
RE: pyethrecover Program help - by Able98 - Mar-22-2017, 03:32 AM
RE: pyethrecover Program help - by wavic - Mar-22-2017, 07:13 AM
RE: pyethrecover Program help - by Larz60+ - Mar-22-2017, 12:52 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 03:55 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 04:01 PM
RE: pyethrecover Program help - by zivoni - Mar-27-2017, 04:39 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 05:22 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 05:34 PM
RE: pyethrecover Program help - by wavic - Mar-27-2017, 05:39 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 06:14 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 05:49 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 06:03 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 06:25 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 07:40 PM
RE: pyethrecover Program help - by nilamo - Mar-27-2017, 07:50 PM
RE: pyethrecover Program help - by zivoni - Mar-27-2017, 07:58 PM
RE: pyethrecover Program help - by Able98 - Mar-27-2017, 08:30 PM
RE: pyethrecover Program help - by Able98 - Mar-28-2017, 11:25 AM
RE: pyethrecover Program help - by Nozu - Jun-11-2017, 05:53 AM
RE: pyethrecover Program help - by Able98 - Jun-13-2017, 12:22 PM
RE: pyethrecover Program help - by Nozu - Jun-12-2017, 05:28 AM

Forum Jump:

User Panel Messages

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