Python Forum
Help with Global/Coerced Variable (Understanding Scope)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Global/Coerced Variable (Understanding Scope)
#3
Thx for the reply ich - I'm now getting this back(not even the full return as it goes on forver and is too large to post):

Error:
Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Traceback (most recent call last): File "C:/MyScripts/scope.py", line 14, in <module> my_vars() File "C:/MyScripts/scope.py", line 11, in my_vars my_vars() File "C:/MyScripts/scope.py", line 11, in my_vars my_vars() File "C:/MyScripts/scope.py", line 11, in my_vars my_vars() [Previous line repeated 993 more times] File "C:/MyScripts/scope.py", line 3, in my_vars print( "Global Variable:" , global_var ) RecursionError: maximum recursion depth exceeded while calling a Python object Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Global Variable: 1 Local Variable: 2 Process finished with exit code 1
Reply


Messages In This Thread
RE: Help with Global/Coerced Variable (Understanding Scope) - by Rev2k - Jan-09-2020, 03:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to create a variable only for use inside the scope of a while loop? Radical 10 1,912 Nov-07-2023, 09:49 AM
Last Post: buran
  It's saying my global variable is a local variable Radical 5 1,236 Oct-02-2023, 12:57 AM
Last Post: deanhystad
  Delete all Excel named ranges (local and global scope) pfdjhfuys 2 1,844 Mar-24-2023, 01:32 PM
Last Post: pfdjhfuys
  Library scope mike_zah 2 882 Feb-23-2023, 12:20 AM
Last Post: mike_zah
  Scope of variable confusion Mark17 10 2,929 Feb-24-2022, 06:03 PM
Last Post: deanhystad
  Variable scope issue melvin13 2 1,594 Nov-29-2021, 08:26 PM
Last Post: melvin13
  Variable scope - "global x" didn't work... ptrivino 5 3,095 Dec-28-2020, 04:52 PM
Last Post: ptrivino
  Python Closures and Scope muzikman 2 1,859 Dec-14-2020, 11:21 PM
Last Post: muzikman
  Spyder Quirk? global variable does not increment when function called in console rrace001 1 2,259 Sep-18-2020, 02:50 PM
Last Post: deanhystad
  NameError for global variable leviporton 3 2,587 Jul-10-2020, 06:51 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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