I'm trying to pull data from remote xml files to load the database of a library. My sources are www.amazon.com and www.ISBNdb.com. But when I try to search and read the xml files, I get this error:
When I open the resulting URLs in a browser, I can see the xml data just fine, and I have tried this on to different computers and servers, with the same result.
Here is my code (minus the access keys...
User Profile
Collapse
-
simplexml_load_file can't load URL
-
Combobox get() not returning selected value
I'm trying to pass a name from a ComboBox to a MySQL search function, but no matter how I twist it, the get() always returns the first value in the combobox list, regardless of which name the user selects. Any ideas why?
ComboBox Window
Code:import search def match(): #Initialize new2 = tk.Toplevel() new2.title("Matching Students and Projects") title = tk.Label(new2, text
No activity results to display
Show More