Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Wczytuje plik
  2. Wiersz: <map object at 0x036C5910>
  3. Wiersz: <map object at 0x036C5970>
  4. Wiersz: <map object at 0x036C59D0>
  5. Wiersz: <map object at 0x036C5A30>
  6. Wiersz: <map object at 0x036C5A90>
  7. Kolumna: <map object at 0x036C5B10>
  8. Kolumna: <map object at 0x036C5B70>
  9. Kolumna: <map object at 0x036C5BF0>
  10. Kolumna: <map object at 0x036C5C70>
  11. Kolumna: <map object at 0x036C5CD0>
  12. Plik wczytany pomyslnie
  13. Generujemy domeny
  14. Traceback (most recent call last):
  15. File "C:\Users\Olek\Downloads\PWR\SI\workspaceEclipsePython\SI\Si_lab2-master\main.py", line 30, in <module>
  16. main()
  17. File "C:\Users\Olek\Downloads\PWR\SI\workspaceEclipsePython\SI\Si_lab2-master\main.py", line 5, in main
  18. start_csp()
  19. File "C:\Users\Olek\Downloads\PWR\SI\workspaceEclipsePython\SI\Si_lab2-master\simulation.py", line 13, in start_csp
  20. row_domains_list = get_domains_for_variable_list(rows_list, columns_count)
  21. File "C:\Users\Olek\Downloads\PWR\SI\workspaceEclipsePython\SI\Si_lab2-master\nonogram_processing.py", line 86, in get_domains_for_variable_list
  22. domains_list.append(__get_domains_for_variable(variable, max_length))
  23. File "C:\Users\Olek\Downloads\PWR\SI\workspaceEclipsePython\SI\Si_lab2-master\nonogram_processing.py", line 92, in __get_domains_for_variable
  24. if len(variable)>1:
  25. TypeError: object of type 'map' has no len()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement