How to analyse Chinese language using Python code?
--
https://mail.python.org/mailman/listinfo/python-list
When I click "quit" button, why the following code has problem?
from Tkinter import *
colors = ['red', 'green', 'yellow', 'orange', 'blue', 'navy']
def gridbox(parent):
r = 0
for c in colors:
l = Label(parent, text=c, relief=RIDGE, width=25)
e = Entry(parent, bg=c, reli
Hi,
I wonder how to hold the ctrl key and left button (button-1) to do
multiple selection of the following items?
Thanks,
Linda
import Tkinter
s = Tkinter.Scrollbar()
L = Tkinter.Listbox()
s.pack(side=Tkinter.RIGHT, fill=Tkinter.Y)
L.pack(side=Tkinter.LEFT, fill=Tkinter.Y)
s.config(command=L.yv
I run the following code and got the error (I put a .gif file on the desktop)
Traceback (most recent call last):
File "11.py", line 25, in
for gifname in os.listdir(dirpath):
OSError: [Errno 2] No such file or directory: '.\\Desktop\\'
import os
import Tkinter
root = Tkinter.Tk()
L = Tkint
On 2/10/06, David M. Cooke <[EMAIL PROTECTED]> wrote:
> "linda.s" <[EMAIL PROTECTED]> writes:
>
> > where to download numpy for Python 2.3 in Mac?
> > Thanks!
> > Linda
>
> I don't know if anybody's specifically compiled for 2.3; I t
On 2/10/06, Steve Holden <[EMAIL PROTECTED]> wrote:
> linda.s wrote:
> > On 2/10/06, Michael Foord <[EMAIL PROTECTED]> wrote:
> >
> >>
> >>
> >>On 10/02/06, linda.s <[EMAIL PROTECTED]> wrote:
> >>
> >>>I found if
where to download numpy for Python 2.3 in Mac?
Thanks!
Linda
--
http://mail.python.org/mailman/listinfo/python-list
On 2/10/06, Michael Foord <[EMAIL PROTECTED]> wrote:
>
>
>
> On 10/02/06, linda.s <[EMAIL PROTECTED]> wrote:
> > I found if I opened a second TKinter, Python will go out of work. But
> > I need two graph outputs at the same time. What to do?
> > Linda.
I found if I opened a second TKinter, Python will go out of work. But
I need two graph outputs at the same time. What to do?
Linda.
--
http://mail.python.org/mailman/listinfo/python-list
On 2/6/06, mclaugb <[EMAIL PROTECTED]> wrote:
> Has anyone recompiled the Scientific Computing package using NumPy instead
> of Numeric?
> I need a least squares algorithm and a Newton Rhaphson algorithm which is
> contained in Numeric but all the documentation out there says that Numeric
> is crap
Is there any detailed debug tutorial for Pythonwin?
--
http://mail.python.org/mailman/listinfo/python-list
is there any tool like "run line or selection" in Pythonwin?
Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I got the message of "There was an error in the DDE conversation with
Pythonwin" when I tried to run Pythonwin.
I googled and found the possible solution is:
modify the Pythonwin shortcut to pass a
"/nodde" command-line option.
I got lost how to do that.
Thanks for any help!
--
http://mail.pyt
I did check and found 'dateutil' is under
the folder of python-dateutil-1.0
very confused, :(
On 12/21/05, linda.s <[EMAIL PROTECTED]> wrote:
> Hi Fuzzyman,
> I also wanted to install the DateUtil module from
> http://labix.org/python-dateutil
> but had problems (u
Hi Fuzzyman,
I also wanted to install the DateUtil module from
http://labix.org/python-dateutil
but had problems (using Windows).
C:\Python24>python python-dateutil-1.0\setup.py build
running build
running build_py
error: package directory 'dateutil' does not exist
Can you tell me why?
Linda
On 21
15 matches
Mail list logo