work on gf?
not workQuote:
For all the people who have also got the problem like @[Only registered and activated users can see links. Click Here To Register...] that the .py File loads but the iPUSH-button is not displayed.
The problem could be that the PyLoader you're using doesnt show an error if it can't find the .py file.
It just shows that it has successfully loaded the .py file.
Solution
- A possible Solution would be to load the .py file with the whole path to the file like so:
load <pathToFile>/ipush.py
<pathToFile> => You need to look for youre own path to the file.
Exemple: C:/users/user/desktop
Best regards Xer0x