Python Forum
[Tkinter] add search bar = search for input in all computer directory
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] add search bar = search for input in all computer directory
#10
(Apr-13-2019, 03:37 PM)Larz60+ Wrote: I don't understand why you get an error. It's thoroughly tested. where did you put the code, and how did you run it? I also looked at your error message, and looks as though you have some permission issues. If you correct those, you should have no problem running. Also, which directory did you try and start in? on windows, Microsoft will not allow access to some directories, and that could be a (fixable) issue. I can alter the code to skip these directories. Finally, what did you name the module? It cannot be the same name as any python commands. When run, it's amazingly fast, I have 8 TB of internal disk space, and it finished fast.

I deleted all prints and changed
if __name__ == '__main__':
    fw = FileWalker('/home/larz60/Documents/TestFileWalker/data')
to
if __name__ == '__main__':
    fw = FileWalker('C:/')
Reply


Messages In This Thread
RE: add search bar = search for input in all computer directory - by francisco_neves2020 - Apr-13-2019, 08:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Search data in treeview without search button TomasSanchexx 3 1,681 Aug-12-2023, 03:17 AM
Last Post: deanhystad
  search is not finding documentation i want Skaperen 1 924 Aug-26-2022, 08:17 AM
Last Post: Gribouillis
  [PyQt] [Solved]Display Search Results in QTable Extra 5 2,520 Jun-29-2022, 10:20 PM
Last Post: Extra
  [Tkinter] Text.search() regexp not working rfresh737 11 5,098 Apr-16-2021, 06:56 PM
Last Post: rfresh737
  Listbox search code partially works chesschaser 9 3,981 May-05-2020, 01:08 PM
Last Post: chesschaser
  tkinter search box DT2000 3 7,755 Apr-08-2020, 05:59 AM
Last Post: DT2000
  [Tkinter] GUI help for search engine carzymind 0 2,689 Sep-27-2019, 10:49 AM
Last Post: carzymind
  [Tkinter] Problem with tkinter search widget poopcupine 1 2,719 Mar-25-2019, 08:24 AM
Last Post: Larz60+
  Python, Tkinter. How to search a specific file in a folder Roo 3 3,465 Feb-13-2019, 10:41 AM
Last Post: Larz60+
  [WxPython] Search window position in Trelby blackclover 20 9,118 May-07-2018, 05:08 AM
Last Post: blackclover

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020