To solve the pythonpath problem

To solve the newbie problem of pythonpath,
I think to load the os (and other 2 or 3 modules)
in the Blender text buffer and distribute it
in the blend files.

In your opinion, this can cause a copyright problem
or other technical problems?

thx,

         Manuel

I don’t think it would cause a problem since Python is GPLed, as long as you give the liscence with it or something like this.

But I don’t think this will solve the problem as there are probably some OS dependant code in the os.py module, so you’d probably have to include several copies. That’s only an assumption here, maybe I’m wrong.

Martin