-
Member
'C:\Users\XXX' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
-
Member
__author__ = 'encode'
_delay = 5 #seconds
_useMode = "Skip" #Skip,Go
_logging = True
_zoomFactor = 1 #1 = 0.05 = 13.85Km
_nonstop = True
_cities = []
_pokemons = []
_pokemonslisted = []
#PokeSniper2 Configuration
ps_use = True
ps_path = "C:\Users\JWD asus\Desktop\Pokesniper2\PokeSniper2.exe"
ps_dir = "C:\Users\JWD asus\Desktop\Pokesniper2"
IS it good ?
-
Member
@xencodex help me plz
how can i do ,when i find sth,pokesniker2 needs to read settings from user.xml, then it becomes pokesniper2 program thing...
Last edited by lei1978; 07-31-2016 at 01:53 PM.
-
Member
@xencodex
excellent work, do you have any knowledge in multi processing lib? you can run in parallel to store it in a log and then launch pokesnipe to gun them all down together. this will be very much faster and efficient
-
Member
how to fix them :confused:
-
Member
Did poke sniper is supposed to catch pokemon ?
-
Member
-
Originally Posted by
jeoffery
@xencodex
excellent work, do you have any knowledge in multi processing lib? you can run in parallel to store it in a log and then launch pokesnipe to gun them all down together. this will be very much faster and efficient
is one thing i have in mind, clean project and add multi threading
-
Active Member
Originally Posted by
xencodex
write cmd on the folder browser and press enter
now call the script from console, then you can get the crash
Sorry i dont know what u mean by call the script from console. Im kind of new to this. I hit cmd in the pokevisionfinder folder and when cmd comes up,what do i put? the file path where python is?
-
Originally Posted by
bboystyle82
Sorry i dont know what u mean by call the script from console. Im kind of new to this. I hit cmd in the pokevisionfinder folder and when cmd comes up,what do i put? the file path where python is?
-
Post Thanks / Like - 1 Thanks
bboystyle82 (1 members gave Thanks to xencodex for this useful post)
-
Member
@Xencodex
Please help it dont find the way to PokeSniper is it good how i did it ? (on the top)
-
Private
Guys to fix the KeyError just put the sleep(3)
def _loop():
for city in _cities:
sleep(3)
if "Skip" in _useMode:
_finderSkipLagged(city)
elif "Go" in _useMode:
_finderGo(city)
-
Member
Originally Posted by
aqeelia
So how do we not show
-
Active Member
Originally Posted by
xencodex
Traceback (most recent call last):
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 212, in <module>
_loop()
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 189, in _loop
_finderSkipLagged(city)
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 145, in _finderSkipLagged
if ps_use: _pokeSniper(_name, str(_lat), str(_lng))
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 182, in _pokeSniper
os.chdir(ps_dir)
WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\x08boy\\Downloads\\PokeSniper2_v1.7'
-
Originally Posted by
bboystyle82
Traceback (most recent call last):
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 212, in <module>
_loop()
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 189, in _loop
_finderSkipLagged(city)
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 145, in _finderSkipLagged
if ps_use: _pokeSniper(_name, str(_lat), str(_lng))
File "C:\Users\bboy\Downloads\PokeVisionFinder-master\PokeVisionFinder.py", line 182, in _pokeSniper
os.chdir(ps_dir)
WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect: 'C:\\Users\x08boy\\Downloads\\PokeSniper2_v1.7'
Rename your folder PokeSniper2_v1.7 to PokeSniper2 better
then put path as C:\Users\x08boy\Downloads\PokeSniper2\PokeSniper2.exe
dir as C:\Users\x08boy\Downloads\PokeSniper2
-
Post Thanks / Like - 1 Thanks
bboystyle82 (1 members gave Thanks to xencodex for this useful post)