Sorry, but I want to resuscitate this thread 😛
The first thing:
- in linux (don't know what's the behaviour on windows) when I delete the startup.py file and restart CE, it continues to behave as if the file was there. When I inspect the cache, it seems the both the *.py file and its *.class file continues there, and CE disregards that the file was deleted on the workspace. I was forced to remove both files from the jython cache.
Second:
- the most annoying thing is that, in spite of my startup file being read by CE, when I open a python Console on CE, I cannot access the modules that were imported there. Actually, all the debug messages I put on the startup.py get printed when the console opens, but after that I cannot access the module functions (either directly or using the module name).
I did not pursue the problem further, because I've been out of time... but when I have more details I'll post them here.
Can someone test this behaviour on linux?
Thanks!!