Thanks Jerry!
By the way, I know I can change the way the loops works and bypass this
issue :)
I just wanted to mention this behavior which I thought interesting and
present some corner case (I have worked extensively in testing).
And I agree, probably I should not have used color. Bad on my part.
Hi, I got this problem :
#!python
# -*- coding: utf-8 -*-
import re
p = re.compile(ur'\bc123\b')
print '**',p.search('no class c123 at all').group()
p = re.compile(ur'\b\u7a0b\u6770\b')
print ur'\u7a0b\u6770'
print '',p.search(' 程杰 abc'.decode('utf8'))
why the \b boundary can't match t
On 03/05/2012 23:56, Emile van Sebille wrote:
On 5/3/2012 2:28 PM Adrian said...
I recently created a gui form using tkinter, is it possible to
integrate this form to my website page? How do i integrate?
pyjs aka pyjamas allows you to write once and run on both web and
desktop. I'd start the
there are many pitfalls in installing Python on Macs. it definitely
isn't straightforward because usually the one you install will
conflict with the that Apple ships with Mac OS X. i would second the
recommendation to use MacPorts, homebrew, finkCmdr, or similar tools.
someone should do a fresh in
On 03/05/12 23:56, Emile van Sebille wrote:
I recently created a gui form using tkinter, is it possible to
integrate this form to my website page? How do i integrate?
pyjs aka pyjamas allows you to write once and run on both web and
desktop. I'd start there.
I don't think pyjs can do Tkinter
On 5/3/2012 2:28 PM Adrian said...
I recently created a gui form using tkinter, is it possible to integrate this
form to my website page? How do i integrate?
pyjs aka pyjamas allows you to write once and run on both web and
desktop. I'd start there.
Emile
___
I recently created a gui form using tkinter, is it possible to integrate this
form to my website page? How do i integrate?
Adrian
Sent from my iPad
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.pyth
On 5/3/2012 9:57 AM, spa...@gmail.com wrote:
Hello all,
I have encountered the following scenario.
Here is the code - on IDLE on Windows XP.
*>>> while True:*
Please do not use color. Post plain text. That is very hard for me to
read and there is no need for color.
--
Bob Gailer
919-636-4239
On 03/05/12 12:14, Gergely Lőrincz wrote:
I've been struggling to set up python on snow leopard, mac os x.
Stupidly I downloaded and installed python 3.2
Nothing stupid about that, although it should have worked!
Did you get the MacPython version or the ActiveState Mac package or
something el
> I've been struggling to set up python on snow leopard, mac os x. Stupidly
> I downloaded and installed python 3.2 and since then the 'python' command
> in the terminal yields 'no command found'. In addition when opening the
> terminal I get this error message on the top of the
> window: http://pa
Thanks Andre, apologies for hijacking the thread!
On 3 May 2012 18:05, Andre' Walker-Loud wrote:
> Hi Greg,
>
> > I'm new to python, is schooling a python-developer thing? Whether I ask
> for help at forums, IRC or here, someone schools me. Should I stick with
> Java?
>
> No, the python mailing
Hi Greg,
> I'm new to python, is schooling a python-developer thing? Whether I ask for
> help at forums, IRC or here, someone schools me. Should I stick with Java?
No, the python mailing list is for the most part, very friendly and helpful (in
my experience).
Mark's message that you not hijac
I'm new to python, is schooling a python-developer thing? Whether I ask for
help at forums, IRC or here, someone schools me. Should I stick with Java?
On 3 May 2012 17:44, Gergely Lőrincz wrote:
> I say old bean, did not get an answer and wasn't sure if it went through.
> Sorry me for asking hel
I say old bean, did not get an answer and wasn't sure if it went through.
Sorry me for asking help with python in a python mailing list!
On 3 May 2012 17:30, Mark Lawrence wrote:
> On 03/05/2012 16:52, Gergely Lőrincz wrote:
>
>> Dear folks,
>>
>> I've been struggling to set up python on snow le
On 03/05/2012 16:52, Gergely Lőrincz wrote:
Dear folks,
I've been struggling to set up python on snow leopard, mac os x. Stupidly I
downloaded and installed python 3.2 and since then the 'python' command in
the terminal yields 'no command found'. In addition when opening the
terminal I get this
Dear folks,
I've been struggling to set up python on snow leopard, mac os x. Stupidly I
downloaded and installed python 3.2 and since then the 'python' command in
the terminal yields 'no command found'. In addition when opening the
terminal I get this error message on the top of the window:
http:/
On Thu, May 3, 2012 at 9:57 PM, wrote:
> Hello all,
>
> I have encountered the following scenario.
> Here is the code - on IDLE on Windows XP.
>
> *>>> while True:
> try:
> number = raw_input("enter number - ")
> print number * number
> except ValueError:
> print "
On Thu, May 3, 2012 at 9:57 AM, wrote:
> Hello all,
>
> I have encountered the following scenario.
> Here is the code - on IDLE on Windows XP.
>
while True:
> try:
> number = raw_input("enter number - ")
> print number * number
> except ValueError:
> print "in
Hello all,
I have encountered the following scenario.
Here is the code - on IDLE on Windows XP.
*>>> while True:
try:
number = raw_input("enter number - ")
print number * number
except ValueError:
print "invalid number"
except:
print "unspecified except
Dear folks,
I've been struggling to set up python on snow leopard, mac os x. Stupidly I
downloaded and installed python 3.2 and since then the 'python' command in
the terminal yields 'no command found'. In addition when opening the
terminal I get this error message on the top of the window:
http:/
Chris Hare wrote:
> I have four images in a frame. I want to pop up a menu when the user
> right clicks on an image, and when they choose an option from the menu,
> execute the action.
>
> I can create the popup menu, and bind it to the image. However, what I
> can't figure out is how to detect
On Sun, Apr 29, 2012 at 7:34 PM, Marco Mistroni wrote:
> HI all
> i have a VPS which is running Ubuntu server 9.10
>
> i have downloaded virtualenv 1.4.2 and installed it in a tmp directory
>
> i have created a environment for using googlemaps..
>
> i am able to download googlemaps package, but
22 matches
Mail list logo