Suggestion for os.path.join

carlos eberhardt carlos.eberhardt at techrepublic.com
Wed May 23 18:53:46 EDT 2001


Could os.path.normcase or os.path.normpath solve your problem?

"David Morgenthaler" <boogiemorg at aol.com> wrote in message
news:f9b3eae9.0105231418.3bcc1b44 at posting.google.com...
> We use os.path.join() extensively to keep our code platform
> independent. But we sometimes have problems on win32 when the
> resulting path is passed to a C-extension -- not all C-extensions
> (e.g., gdchart) are smart enough to handle the result.

<snip>





More information about the Python-list mailing list