Re: Trouble with making modules 'global'

2020-06-03 Thread pythonfm
I just realized that the problem is related to python 3.8 and not to 3.7. Am Donnerstag, 4. Juni 2020 05:48:31 UTC+2 schrieb pyth...@gmail.com: > Hi, > > I am struggling with making modules global for all definitions in my code. > I faced the problem with the pyomo modules but can generate the e

Trouble with making modules 'global'

2020-06-03 Thread pythonfm
Hi, I am struggling with making modules global for all definitions in my code. I faced the problem with the pyomo modules but can generate the error with pandas too. The model structure looks as follow: I have 3 '.py' files each of them containing definitions. The first controls inputs and ou