I have a url of image, and I want to get the filename and extension of
the image. How to write in python?
for example, the url is http://a.b.com/aaa.jpg?version=1.1
how can I get aaa and jpg by python?
--
http://mail.python.org/mailman/listinfo/python-list
Get it. Thanks
Peter Otten wrote:
> lookon wrote:
>
> > I have a string a(for example, a='中文Chinese'), and I want to know
> > whether there are some Chinese in the string.
> >
> > Can someone tell me how to do it? Thanks!
>
> See
>
> http://
I have a string a(for example, a='中文Chinese'), and I want to know
whether there are some Chinese in the string.
Can someone tell me how to do it? Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
I want to use django to dispatch url.
The url is like /test/Google/6,and my patten is r'^/test/(?P\b\W+
\b)/(?P\d+)$'.
It works when the string is English(like Google), but fails when the
string is in foreign language.
Can anyone tell me the righ regular expression?
Thank you!
--
http://mail.pyth
I have solved the problem. thank you
On Oct 9, 7:20 pm, [EMAIL PROTECTED] wrote:
> lookon> Thank you for your help.It works. However, I am using Google
> lookon> App Engine and cannot import dateutil and epsilon.
>
> I don't know how Google App Engine works,
but can you tell me what format is it?
in the str there is a float and I can not deal with it
On Oct 9, 7:20 pm, [EMAIL PROTECTED] wrote:
> lookon> Thank you for your help.It works. However, I am using Google
> lookon> App Engine and cannot import dateutil and epsilon.
>
Thank you for your help.It works.
However, I am using Google App Engine and cannot import dateutil and
epsilon.
Are there any other ways?
On Oct 8, 10:06 pm, [EMAIL PROTECTED] wrote:
> lookon> I have two string like "2007-03-27T08:54:43+08:00 " how do I get
> lookon
I have two string like "2007-03-27T08:54:43+08:00 "
how do I get the hours between these two time(string format)?
--
http://mail.python.org/mailman/listinfo/python-list
I just installed again to see the error message. But it worked OK now.
The problem was about compiling the c extension last time.
Fredrik Lundh wrote:
> lookon wrote:
>
> > I am new to python and had difficulty in installing simplejson on
> > WinXP...Could anyone help me? Thank
I am new to python and had difficulty in installing simplejson on
WinXP...Could anyone help me? Thanks
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo