[wxPython-users] combobox problem

Christopher Barker Chris.Barker at noaa.gov
Wed Nov 21 08:46:51 PST 2007


Simone wrote:
> In your example:
> 
> path = "C:\\Python25\\"
> 
> or
> 
> path = r"C:\Python25\"

or use the other slash:

path = "C:/Python25/"

Windows will understand that too.

Even better, use the os.path.join to build your path, and have something 
more cross-platform.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list