Hi there, everyone; first time poster! Sorry if this isn't very closely
related to Python, but I have encountered the issue while trying to
learn Python, so I guess I can just ask here.
My question is: when invoking a program with, let's say, a filename
containing spaces as a parameter:
myprog -f
On Sat, 2005-12-03 at 17:23 -0800, Danny Yoo wrote:
>
> > > My question is: when invoking a program with, let's say, a filename
> > > containing spaces as a parameter:
> > >
> > > myprog -file "Long name"
> > >
> > > What does sys.argv hold in this case? I am specifically interested in
> > > wheth
I don't have Python on Windows and didn't want to make any assumptions
about the way the Windows shell passes parameters. Sorry again for being
trivial.
On Sun, 2005-12-04 at 09:00 +, Alan Gauld wrote:
> > My question is: when invoking a program with, let's say, a filename
> > containing space
Hello everyone,
I have been desperately trying to get Tkinter to run, but without much
success thus far. I've followed the instructions at
http://wiki.python.org/moin/TkInter ; importing _tkinter does not work
and I have no idea what files I should edit in order to add the module.
Both Tcl and Tk,
Thanks a bunch, Michael. I am using Fedora Core 4 and have
installed the tkinter package via yum. Everything is working
great as far as I can tell. That really helped. Thanks again
> On Wed, 14 Dec 2005 15:05:07 +0200
> Vlad Popescu &