Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named item list #1119

Closed
HeIix opened this issue Jul 27, 2016 · 3 comments
Closed

ImportError: No module named item list #1119

HeIix opened this issue Jul 27, 2016 · 3 comments

Comments

@HeIix
Copy link

HeIix commented Jul 27, 2016

Traceback (most recent call last):
File "pokecli.py", line 40, in
from pokemongo_bot import PokemonGoBot
File "/home/pi/PokemonGo-Bot/pokemongo_bot/init.py", line 17, in
from cell_workers import PokemonCatchWorker, SeenFortWorker, MoveToFortWorker, InitialTransferWorker, EvolveAllWorker
File "/home/pi/PokemonGo-Bot/pokemongo_bot/cell_workers/init.py", line 7, in
from evolve_all_worker import EvolveAllWorker
File "/home/pi/PokemonGo-Bot/pokemongo_bot/cell_workers/evolve_all_worker.py", line 5, in
from item_list import Item
ImportError: No module named item_list

Config.json:

    "max_steps": 5,
    "mode": "all",
    "walk": 4.16,
    "debug": false,
    "test": false,
    "initial_transfer": false,
    "location_cache": true,
    "distance_unit": "km",
    "item_filter": {
      "1": { "keep" : 100 },
      "101": { "keep" : 10 },
      "102": { "keep" : 30 },
      "103": { "keep" : 30 },
      "201": { "keep" : 30 },
      "701": { "keep" : 100 }
    },
    "evolve_all": "NONE",
    "evolve_speed": 20,
    "use_lucky_egg": false,
    "evolve_captured": false,

Steps to Reproduce

Starting the bot

Other Information

OS: Debian
Git Commit: fb85852.

@fizzxed
Copy link

fizzxed commented Jul 27, 2016

in evolve_all_worker.py change
from item_list import Item
to
from ..item_list import Item

@VictorChen
Copy link
Contributor

#1120

@AdaptCharm
Copy link
Contributor

Duplicate of #1120

/closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants