Hallo
ich vermute mal, dass Dateinamen wie
__init__.pynicht erlaubt sind und andernfalls damit möglicherweise eine deep recursion stattfindet.
Aha.
„The
__init__.pyfiles are required to make Python treat the directories as containing packages; this is done to prevent directories with a common name, such as ‚string‘, from unintentionally hiding valid modules that occur later on the module search path. In the simplest case,__init__.pycan just be an empty file, but it can also execute initialization code for the package or set the__all__variable, described later.“
Tschö, Auge
--
Wenn man ausreichende Vorsichtsmaßnahmen trifft, muss man keine Vorsichtsmaßnahmen mehr treffen.
Toller Dampf voraus von Terry Pratchett
Wenn man ausreichende Vorsichtsmaßnahmen trifft, muss man keine Vorsichtsmaßnahmen mehr treffen.
Toller Dampf voraus von Terry Pratchett