On Dienstag, 8. Juni 2010, F.A. Pinkse wrote: > Hello Detlev, > > Here two tests. > > One on the operatingsystem level. > One with the Python3 module os. > > Both showing case insensitive/case preserving
Windows is case insensitive but case preserving. That could lead to the situation, that you enter a path manually with all lower case (e.g. for the project file) and the file path of e.g. __init__.py might be mixed case. This could lead to the situation observed by you. I found a situation win eric5, where this can happen and fixed it. Please try the code from the source repository (no installation required, just run python eric5.py after an initial python compileUi.py). > > The Eric test will come later. > > > With best regards > > > Frans. > -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
