You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem might be with the fact that slycat.darray imports slycat.email, which imports slycat.web.server, which imports slycat.hdf5, which tries to import slycat.darray, which is in the process of being imported?
The text was updated successfully, but these errors were encountered:
Modifying the scope of the import works because the function send_error is parsed but not executed. When it is finally called, all modules have been imported so Python can resolve the import statement inside the function.
results in an error:
The problem might be with the fact that slycat.darray imports slycat.email, which imports slycat.web.server, which imports slycat.hdf5, which tries to import slycat.darray, which is in the process of being imported?
The text was updated successfully, but these errors were encountered: