[wxPython-users] sys.path adjusted?
Jorgen Bodde
jorgen.maillist at gmail.com
Sun Nov 11 07:09:02 PST 2007
> I have yet to encounter any sitation where it was not a
> full pathname, but, yes, that's what the docs say.
Indeed, and being a true xplatform freak, I have to obey that ;-)
> You might read and save away sys.path[0] as the very
> first thing in your main script.
That is what I am doing now, but for me it is an unnessecary
workaround if wxversion would not intrude the sys.path[0] location.
Somewhere in the docs I've read that you should always append when
adding search paths. So I hope it's fixable
> > So to keep that path correct I see no reason why wxPython cannot
> > append the path either at the end or one place after the sys.path[0].
> True enough.
Thanks for your input!
- Jorgen
More information about the wxpython-users
mailing list