Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Go to next page TKinter
#2
(Jun-27-2022, 05:20 PM)achim1024768 Wrote: my question is, why can i only click next page once?
the second time i click nothing happens.

I've not run your code, but I assume you mean that after the first instance of script 2 has run run (by importing it) you close down that script and can't run it again in the same way (by importing it)?

If that's the case, then (so far as I know) therein is the answer: once 'imported', it won't be imported again, within the same session, that is to say, you'd need to quit script 1 (thus dropping the import) before script 2 can be imported again.
Sig:
>>> import this

The UNIX philosophy: "Do one thing, and do it well."

"The danger of computers becoming like humans is not as great as the danger of humans becoming like computers." :~ Konrad Zuse

"Everything should be made as simple as possible, but not simpler." :~ Albert Einstein
Reply


Messages In This Thread
Go to next page TKinter - by achim1024768 - Jun-27-2022, 05:20 PM
RE: Go to next page TKinter - by rob101 - Jun-27-2022, 05:56 PM
RE: Go to next page TKinter - by deanhystad - Jun-28-2022, 01:40 PM

Forum Jump:

User Panel Messages

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