A form validation library with javascript validation

2008-12-28 Thread Grigory Temchenko
Hey everyone, Can someone advice me a beautiful or just cool library for form validation with javascript supporting? -- http://mail.python.org/mailman/listinfo/python-list

Re: How to know a top directory?

2008-08-23 Thread Grigory Temchenko
On Aug 23, 5:24 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Michiel Overtoom wrote: > >> I have path "/this/is/path" and I wanna get "/this/is". > >> Also I want to use it as platform independent. If I want to pass "c: > >> \that\path" then I need to get "c:\that". > > > import os > > print os.p

How to know a top directory?

2008-08-23 Thread Grigory Temchenko
Hey there, Help me please. How to know a top directory? I mean I have path "/this/ is/path" and I wanna get "/this/is". Also I want to use it as platform independent. If I want to pass "c: \that\path" then I need to get "c:\that". Does anyone have ideas? -- http://mail.python.org/mailman/listinfo