How to locating a transaction with my website

I am using xampp and i want run a script in python to locate transaction on blockchain. When i run the .py file from my terminal is all ok, but when i use inside my website i can’t have an output, maybe because i need to install Python SDK in xampp?

Thank you :slight_smile:

Are you logging errors that can be shared? There are a number of possibilities here for what’s going awry.

Items to potentially check:

  • The script does need access to the SDK libraries
  • Access from the website to the port algod is on might be blocked

I use PureStake API to locate a transaction. When i run the script i just see a white page, instead from terminal works perfect