Re: GetPath to variable

2007-12-12 Thread kyosohma
On Dec 11, 5:42 am, Connolly [EMAIL PROTECTED] wrote: Hey there, new Python user here. Currently, I'm working on a project in Python for my college work, I chose to use Python since I heard of its great advantages, now for designing GUI's I'm using the wxPython package. What I'm trying to do

GetPath to variable

2007-12-11 Thread Connolly
Hey there, new Python user here. Currently, I'm working on a project in Python for my college work, I chose to use Python since I heard of its great advantages, now for designing GUI's I'm using the wxPython package. What I'm trying to do at the moment is the following; A file directory browser

Re: GetPath to variable

2007-12-11 Thread Bruno Desthuilliers
Connolly a écrit : Hey there, new Python user here. Currently, I'm working on a project in Python for my college work, I chose to use Python since I heard of its great advantages, now for designing GUI's I'm using the wxPython package. What I'm trying to do at the moment is the following;

Re: GetPath to variable

2007-12-11 Thread Gabriel Genellina
En Tue, 11 Dec 2007 09:01:30 -0300, Bruno Desthuilliers [EMAIL PROTECTED] escribi�: Connolly a écrit : Hey there, new Python user here. [...] self.dialong.GetPath is created, after this it (would) goes into a variable and is stored in a config file I'm creating using the ConfigObj