Yes, this happens on wish.exe as well.
to repeat:
1) start Dos console and cd to C:\Tcl\demos\Tk8.4
2) at prompt enter: wish widget.tcl - widget demonstration window opens
3) scroll to Common Dialogs and select 2. File selection dialog
4) click browse button in dialog
5) click Desktop button on l
You should determine whether this error happens with wish.exe as well as
with Python's Tkinter module. If it does, please submit a bug report to
http://sf.net/projects/tktoolkit
http://sf.net/tracker/?group_id=12997&atid=112997
Jeff
___
Tkinter
I believe I have the missing piece to this puzzle. This only happens when
selecting files from the Desktop. If I'm selecting files from any other
location it is fine.
To repeat:
1) in the code that I submitted, change the initialdir to your python dir:
e.g. 'C:\\Python24'
2) run code - window
Ahha! I know how to reproduce this! I was starting to think it was the
Eclipse IDE but I did a reboot and ran from the windows console to make sure
it wasn't
to repeat:
1) Right after reboot, I opened a window console, did a cd to my python
directory and entered "python .py" to open the ui
wind
Hello, Thank you for the reply.
I commented out the Pmw import and still have the same results.
I usually run the program through Eclipse with the Pydev plugin. But I
also have tried running it by bringing up a window console and I have the
same result. So I don't think it is a problem is wit
mopman wrote:
> I'm using python tkinter to create a GUI. I wish to collect 4 files from a
> user so for this part I created a GUI that has a Label, Entry and Button.
> To get the file I use tkFileDialog askopenfilename. My problem is that
> after a few file selections using the tkFileDialog,
Hello,
I'm using python tkinter to create a GUI. I wish to collect 4 files from a
user so for this part I created a GUI that has a Label, Entry and Button.
To get the file I use tkFileDialog askopenfilename. My problem is that
after a few file selections using the tkFileDialog, the root windo