Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python 3.9 alpha how to install psutil?
Post: RE: Python 3.9 alpha how to install psutil?

[inline]# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific environment if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] then ...
lmh1 General Coding Help 10 8,878 Apr-12-2020, 11:25 AM
    Thread: Python 3.9 alpha how to install psutil?
Post: RE: Python 3.9 alpha how to install psutil?

Quote:After this, just append the pyenv initializator command on your “.bashrc” file Remark: If you use ZSH instead of Bash, update the “.zshrc” file. export PATH="~/.pyenv/bin:$PATH" eval "$...
lmh1 General Coding Help 10 8,878 Apr-10-2020, 03:23 PM
    Thread: Python 3.9 alpha how to install psutil?
Post: RE: Python 3.9 alpha how to install psutil?

I also have question for ubuntu\mint: Quote:Traceback (most recent call last): File "menu.py", line 1, in <module> from tkinter import Tk, Menu , messagebox ImportError: No module named tk...
lmh1 General Coding Help 10 8,878 Apr-10-2020, 03:04 PM
    Thread: Python 3.9 alpha how to install psutil?
Post: RE: Python 3.9 alpha how to install psutil?

Still did not works, pyenv --version bash: pyenv: command not found... This is writed for ubuntu\mint\kubuntu not for fedora\opensuse. I have upgraded pip so that is not issue. Its works with other...
lmh1 General Coding Help 10 8,878 Apr-10-2020, 02:58 PM
    Thread: Python C?
Post: RE: Python C?

I want to learn it.
lmh1 General Coding Help 2 1,963 Apr-09-2020, 08:28 PM
    Thread: Python 3.9 alpha how to install psutil?
Post: RE: Python 3.9 alpha how to install psutil?

Something misssing? dnf install -y python3-devel.x86_64 Last metadata expiration check: 0:02:55 ago on to. 09. april 2020 kl. 23.01 +0300. Package python3-devel-3.8.2-2.fc32.x86_64 is already install...
lmh1 General Coding Help 10 8,878 Apr-09-2020, 08:27 PM
    Thread: Python 3.9 alpha how to install psutil?
Post: Python 3.9 alpha how to install psutil?

I tryed python 3.9 alpha but its failed to install psutil? pip install psutil Requirement already satisfied: psutil in /usr/local/lib64/python3.8/site-packages (5.7.0)
lmh1 General Coding Help 10 8,878 Apr-09-2020, 04:36 PM
    Thread: Test GPU app:
Post: RE: Test GPU app:

import tkinter as tk from tkinter import messagebox as mb import platform def write_Norsk(): #if testprogram.Button is pressed: # Return ordlisteNO ordliste = ordlisteNO ordlisteNO =...
lmh1 GUI 4 2,537 Apr-06-2020, 05:22 PM
    Thread: Python C?
Post: Python C?

https://docs.python.org/3/extending/extending.html https://cython.org/ Hi can someone tell me what python C its difference with C++ or? What is limit of it? can its build operating system on it? di...
lmh1 General Coding Help 2 1,963 Apr-06-2020, 04:59 PM
    Thread: Test GPU app:
Post: RE: Test GPU app:

import tkinter as tk from tkinter import messagebox as mb import platform def answer(): mb.showerror("Answer", "Sorry, no answer available") def operatingsystem(): mb.showinfo("operatingsys...
lmh1 GUI 4 2,537 Apr-06-2020, 04:21 PM
    Thread: Test GPU app:
Post: RE: Test GPU app:

import tkinter as tk from tkinter import messagebox as mb def answer(): mb.showerror("Answer", "Sorry, no answer available") def operatingsystem(): mb.operatingsystem("operatingsystem","Your...
lmh1 GUI 4 2,537 Apr-06-2020, 11:42 AM
    Thread: Test GPU app:
Post: Test GPU app:

''' Created on 24. apr. 2019 @author: lars_ ''' import platform import os from tkinter import messagebox import ctypes import sys import site import py_compile import subprocess import pip import ps...
lmh1 GUI 4 2,537 Apr-06-2020, 10:31 AM

User Panel Messages

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