File "/usr/regos-1.0/lib/python/rcs/dbi/__init__.py", line 1, in <module> >from dbi import *
ModuleNotFoundError: No module named 'dbi'
When I do the same import with python3, I get:
Traceback (most recent call last):
File "/home/toby/me", line 1, in <module>
import rcs.dbi
File "/usr/regos-1.0/lib/python/rcs/dbi/__init__.py", line 1, in <module>
from dbi import *
ModuleNotFoundError: No module named 'dbi'
from dbi import *
from regos import *
rcs.dbi.bar()
rcs.dbi.testing()
rcs.dbi.foo()
I guess in a sense Py2 was smarter figuring out what whent where and
where
it came from. Or it was a bad hack that has been removed.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 08:59:59 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,060 |
Messages: | 6,416,668 |