According to the docs, os.path.join does throw the drive letters away: http://docs.python.org/lib/module-os.path.html
I still think that it would be cool if there was a platform independent way in Pylons for doing this. Another thing, it would also be nice if one could use several static paths instead of one, just like the templates dict. Could the Pylons developers comment on this? Thanks On Jul 10, 5:45 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > On 7/10/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > Thank you Mike and Jose for your answers. > > > @ Mike > > > Where was the 'static' follder situated on your file system? Is it on > > another drive? > > It's inside the Pylons project so it's version controlled. And I > haven't used Pylons on Windows. The fact that there's still *another* > problem running applications on Windows that run fine on Linux make me > disinclined to. > > Does os.path.join really ignore drive-absolutes? I thought it was > smarter than that. > > -- > Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
