threefoldtecharchive / jumpscaleX_libs_extra

more community driven approach to libs for jumpscale
Apache License 2.0
1 stars 1 forks source link

j.tools.tfgrid_simulator object raise error #20

Closed Dinaamagdy closed 4 years ago

Dinaamagdy commented 4 years ago

j.tools.tfgrid_simulator

Traceback (most recent call last):
  File "/sandbox/lib/jumpscale/Jumpscale/core/BASECLASSES/TestTools.py", line 130, in _discover_group
    attr = getattr(group, factory)
  File "/sandbox/lib/jumpscale/jumpscale_generated.py", line 1074, in tfgrid_simulator
    from JumpscaleLibsExtra.tools.threefold_simulation.TFGridSimulatorFactory import TFGridSimulatorFactory
  File "/sandbox/lib/jumpscale/JumpscaleLibsExtra/tools/threefold_simulation/TFGridSimulatorFactory.py", line 3, in <module>
    from .TFGridSimulator import TFGridSimulator
  File "/sandbox/lib/jumpscale/JumpscaleLibsExtra/tools/threefold_simulation/TFGridSimulator.py", line 6, in <module>
    from .TokenCreator import TokenCreator
ImportError: cannot import name 'TokenCreator'
waleedhammam commented 4 years ago

can't reproduce anymore on current image

on fresh installation: Screenshot from 2020-05-26 14-37-57