Hello all. Is this list a suitable place to ask for help on totally simple issues for an absolute beginner? If not can someone direct me to a better place for some simple help?
 
Example:
I know there are functions to parse a filespec string and return the path or filename or extension, but how do you use them?
 
x = 'C:\mypath\myfile.txt'
print PyCFileDialog.GetFileName(x)
 
doesn't seem to work.
 
Also, (perhaps a little more involved):
 
How would you open a window and put a button in the window that would close the window?
Some sample code for some basic practical tasks would be appreciated.
 
 
Thanks
 
Don W. Freeman, P.E.
Transportation Engineer
Pima Association of Governments
177 N. Church Ave. #405
Tucson AZ 85701
(520) 792-1093 voice
(520) 792-9151 fax
 
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to