Hacking Chiaki

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
what happens if you just double click the psn-account-id.py file?

Also what happens if you just type python3 in the cmd window?
 
Last edited by Leeful,

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
I mean in the command prompt window:
Click the windows button > type cmd > select 'Command Prompt' type in python3
 

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
I mean in the command prompt window:
Click the windows button > type cmd > select 'Command Prompt' type in python3
Put me to the store again I'm in command prompt it said pip whatever at one point when trying to use command prompt
 
Last edited by Bryan1986,

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
I'm really confused now. I've never heard of the cmd window redirecting anything to the micosoft store.

when you click on the windows icon in the bottom left of the screen and type cmd and press enter what happens?
 

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
I'm really confused now. I've never heard of the cmd window redirecting anything to the micosoft store.

when you click on the windows icon in the bottom left of the screen and type cmd and press enter what happens?
Trying to send picture of what's happening when I do it I'm just typing python 3 in cmd
 

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
OK, I'm sure we'll get it sorted in the end.:)

This is what the command prompt window looks like and this is what it should say if you have python 3 installed.
 

Attachments

  • cmd.jpg
    cmd.jpg
    55.8 KB · Views: 286

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
OK, I'm sure we'll get it sorted in the end.:)

This is what the command prompt window looks like and this is what it should say if you have python 3 installed.
Mines doesn't say python 3 on cmd prompt I've ended up installing python3.7.5 shell don't know if that would work? Thanks for the patience
 

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
download python 3 from here:
https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe

when you are installing it make sure you look out for something that says 'add to path' or something like that and make sure you enable it.

Once it is installed reboot your PC. Then when you type python3 in the black command prompt window it should display the installed python 3 version number like it does in the image I posted.

Also when you are installing it try and take note of where it is being installed to.
 
Last edited by Leeful,

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
download python 3 from here:
https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe

when you are installing it make sure you look out for something that says 'add to path' or something like that and make sure you enable it.

Once it is installed reboot your PC. Then when you type python3 in the black command prompt window it should display the installed python 3 version number like it does in the image I posted.

Also when you are installing it try and take note of where it is being installed to.
Cant download it as not administrator on laptop sorry
 

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
click on the windows icon and type python. Try and upload a screenshot so I can see what it shows.

this is what happens when I do it.
python.jpg
 

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
you could try this:

rightclick on the psn-account-id.py and select 'open with'
if python is not in the list browse to where it is installed on your PC and choose the python.exe

If that doesnt work I'm gonna have to give up for tonight, its getting late.
If you still cant get it working we can try again tomorrow.:)
 
  • Like
Reactions: Bryan1986

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
you could try this:

rightclick on the psn-account-id.py and select 'open with'
if python is not in the list browse to where it is installed on your PC and choose the python.exe

If that doesnt work I'm gonna have to give up for tonight, its getting late.
If you still cant get it working we can try again tomorrow.:)
I'm on python 3 I've tried typing in psn-account-id.py but still nothing lol
 
Last edited by Bryan1986,

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
@Bryan1986 try this:
copy the the scripts folder to the root of your C drive.
open the command prompt window (click on the windows icon > type cmd > press enter)
when the black command prompt window opens type in C:\scripts\psn-account-id.py
 

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
@Bryan1986 try this:
copy the the scripts folder to the root of your C drive.
open the command prompt window (click on the windows icon > type cmd > press enter)
when the black command prompt window opens type in C:\scripts\psn-account-id.py
Thanks for your patience don't know why it's being so tricky

--------------------- MERGED ---------------------------

@Bryan1986 try this:
copy the the scripts folder to the root of your C drive.
open the command prompt window (click on the windows icon > type cmd > press enter)
when the black command prompt window opens type in C:\scripts\psn-account-id.py
Tried that got this syntaxerror unexpected character after line continuation character
 
  • Like
Reactions: Leeful

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
I think thats a python error. could you post a screen shot of the error?

Also what happens if you just type python in the black command promp window?
 

Bryan1986

Well-Known Member
OP
Newcomer
Joined
May 20, 2018
Messages
58
Trophies
0
Age
37
XP
676
Country
United Kingdom
I think thats a python error. could you post a screen shot of the error?

Also what happens if you just type python in the black command promp window?

--------------------- MERGED ---------------------------


--------------------- MERGED ---------------------------
 

Attachments

  • Screenshot_20191107-112957_Gallery.jpg
    Screenshot_20191107-112957_Gallery.jpg
    1.4 MB · Views: 228
  • Screenshot_20191107-112952_Gallery.jpg
    Screenshot_20191107-112952_Gallery.jpg
    1.9 MB · Views: 244
  • Like
Reactions: Leeful

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Good idea