I'm a very beginner in using Tkinter, so this is fortunately an easy question to most: how do I return values from GUI created with Tkinter?
I have lots of input data given in the GUI, but I don't know how I can close the root window and return the given parameters to the main Python code to go on with the routine.
User Profile
Collapse
Profile Sidebar
Collapse
jtorppa
Last Activity: May 20 '10, 08:27 AM
Joined: Jun 24 '09
Location:
-
To be more exact, the fortran code can be compiled and run with no problem by itself, so the error probably is not due to system memory settings. And the program works also fine when imported to python IF I reduce the array sizes in the fortran code. With large arrays the error appears.
The arrays are needed only inside the fortran code, so they are not input from or output to the Python script. -
DLL load error of fortran module imported to python
I have a f95 module (created with f2py) which I wish to import to a python code. Now the total number of array elements in the f95 code seems to be too large for python, since there is an error message:
ImportError: DLL load failed: invalid access to memory location .
How do I manage the memory to get the code working? I tried to read the python manuals, but can't get things working.
No activity results to display
Show More
Leave a comment: