[Tutor] Command line arguments passing

2005-12-03 Thread Vlad Popescu
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

Re: [Tutor] Command line arguments passing

2005-12-04 Thread Vlad Popescu
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

Re: [Tutor] Command line arguments passing

2005-12-04 Thread Vlad Popescu
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

[Tutor] Tkinter help required

2005-12-14 Thread Vlad Popescu
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,

Re: [Tutor] Tkinter help required

2005-12-15 Thread Vlad Popescu
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 &