Python Forum
Anyone help me to run this project?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone help me to run this project?
#2
The code in the pdf is python2. You can try to use 2to3 tool to try to convert it to python3. I see you try to solve some of the issues, like print, but you don't need to import xrange from
mpmath.libmp.backend. in python3 xrange becomes range and 2to3 tool will fix it.

As a side note - it's dishonest to claim you are author of the code, given it's not true.
Reply


Messages In This Thread
Anyone help me to run this project? - by HungTran - Oct-16-2017, 07:42 PM
RE: Anyone help me to run this project? - by buran - Oct-16-2017, 08:20 PM
RE: Anyone help me to run this project? - by buran - Oct-17-2017, 05:56 AM

Forum Jump:

User Panel Messages

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