Linked Questions
66 questions linked to/from How do I determine if my python shell is executing in 32bit or 64bit?
0 votes
1 answer
182 views
Why does it continue to say that the whl file is not supported on this platform?
I'm attempting to set up pygame on another computer, but it continues to say that my wheel is not supported. I've downloaded and upgraded my wheel and the pip install function, and I also am running ...
0 votes
2 answers
180 views
Python and PowerShell returning errors
Edit to Post: I have tested differently and now I am seeing the errors that I was seeing in Python in PowerShell. I changed from pasting the enitre script below into PowerShell, and am instead calling ...
2 votes
1 answer
130 views
NETCDF4 file doesn't grow beyond 2GB
I have a NETCDF4 file which doesn't grow beyond 2GB. I am using the following sample data - I am converting over 200 txt files to netcdf4 file STATIONS_ID;MESS_DATUM; QN;FF_10;DD_10;eor 3660;...
0 votes
1 answer
86 views
Loading a big list of matrices into Python shell
I have a file containing a really big list of matrices (i.e. lists of lists of integers), which I want to load into the python shell. The file content has the form L = [ [[1,2],[3,4]], [[5,6],[7,8]], ...
1 vote
0 answers
56 views
Can anyone help me convert this snippet from C to an x64 .dll?
I'm having trouble converting a .c file to a .dll file with VSCode. I think the problem is that MinGW is not able to compile on x64. OSError: [WinError 193] %1 is not a valid Win32 application Any ...
0 votes
0 answers
33 views
Python read file limitations on macOS? [duplicate]
I've read some topics (like this one) regarding this issue, but it was a side issue and only workarounds were proposed/accepted as an solution. So is there a way to fix the issue as is, without "read ...