Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: where to get portable Python for Linux (Fedora)?
Post: RE: where to get portable Python for Linux (Fedora...

(Nov-01-2020, 06:12 AM)Larz60+ Wrote: FYI: there are very reliable binary packages available for all python OS versions here: https://www.python.org/downloads/ it's not necessary to rebuild from scr...
python001 General Coding Help 5 6,298 Nov-01-2020, 02:08 PM
    Thread: where to get portable Python for Linux (Fedora)?
Post: where to get portable Python for Linux (Fedora)?

My C++ project needs Python to do some simple things (I/O, batch string find/replacement...). I want my program self-contained and do not rely on the environment of the target computer for Python. I ...
python001 General Coding Help 5 6,298 Nov-01-2020, 04:04 AM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: RE: switch from version 3.5.3 to 3.8.6 get import ...

(Oct-31-2020, 03:10 AM)bowlofred Wrote: Can you see if you get any difference when run with -S? python -S -c "import sys ; print(sys.path)". The output is the same as the others.
python001 General Coding Help 9 3,963 Oct-31-2020, 03:02 PM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: RE: switch from version 3.5.3 to 3.8.6 get import ...

version 3.8 is also not easy to terminate Python process: D:\MyFolder>python Python 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit (AMD64)] on win32 >>> os.exit() ...
python001 General Coding Help 9 3,963 Oct-31-2020, 02:00 AM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: RE: switch from version 3.5.3 to 3.8.6 get import ...

(Oct-31-2020, 12:49 AM)bowlofred Wrote: That does seem a bit odd. I confirmed on my windows10 it seems to be working as expected. Do you see changes when you run the command this way? C:\> s...
python001 General Coding Help 9 3,963 Oct-31-2020, 01:52 AM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: RE: switch from version 3.5.3 to 3.8.6 get import ...

(Oct-30-2020, 08:58 PM)bowlofred Wrote: (Oct-30-2020, 08:12 PM)python001 Wrote: All my py files are under the same directory at the same level. Is that directory D:\\MyFolder\\3rdparty\\python\\wi...
python001 General Coding Help 9 3,963 Oct-30-2020, 11:41 PM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: RE: switch from version 3.5.3 to 3.8.6 get import ...

(Oct-30-2020, 05:47 PM)bowlofred Wrote: What's your file structure? How are you invoking the different versions of python? Is there any chance you have a wrapper for one of them that sets PYTHON...
python001 General Coding Help 9 3,963 Oct-30-2020, 08:12 PM
    Thread: switch from version 3.5.3 to 3.8.6 get import error
Post: switch from version 3.5.3 to 3.8.6 get import erro...

I am relatively new to Python. I have two small py programs. It runs on 3.5.3. When I switch to a newer version of Python (version 3.8.6). I got the following error: File ".\resources\scripts\batch...
python001 General Coding Help 9 3,963 Oct-30-2020, 05:40 PM

User Panel Messages

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