Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Make Python as portable
Post: RE: Make Python as portable

(Jun-15-2021, 01:08 PM)Larz60+ Wrote: reinstall on D: follow instructions here: Windows install part1 Windows install part2 It worked. I have installed on D:\, copy installed folder on a USB stick,...
flaviu2 News and Discussions 3 5,776 Jun-15-2021, 06:22 PM
    Thread: Make Python as portable
Post: Make Python as portable

Hello Python users. Is there any way to use Python as portable ? I have installed Python on my C:\Program Files, copy this folder somewhere in D:\ ... uninstall Python from C:\Program Files, and set ...
flaviu2 News and Discussions 3 5,776 Jun-15-2021, 11:01 AM
    Thread: Embed Python blender code
Post: Embed Python blender code

I have got a legacy Python with blender code: import bpy import bmesh .... def debug(is_debug): if is_debug: bpy.ops.wm.redraw_timer(type='DRAW_WIN_SWAP', iterations=1) time.sle...
flaviu2 General Coding Help 0 1,488 Nov-16-2020, 06:33 PM
    Thread: Using numpy as chart
Post: RE: Using numpy as chart

If somebody else will have the same problem: I uninstall all Python from my PC, and I install it Python 3.6.8 64 bit only, and everything is ok. Thank you for your assistance.
flaviu2 General Coding Help 5 2,405 Nov-16-2020, 05:34 PM
    Thread: Using numpy as chart
Post: RE: Using numpy as chart

I have installed all packages in 32 bit side: https://ibb.co/VH1ByBj Now I should uninstall Python 32bit and let 64bit Python as it is and install all this packages in 64bit side ? Can I used both (3...
flaviu2 General Coding Help 5 2,405 Nov-15-2020, 10:13 AM
    Thread: Using numpy as chart
Post: RE: Using numpy as chart

(Nov-14-2020, 09:59 PM)Axel_Erfurt Wrote: Do you have 64bit OS and 32bit python ?I have 64bit system, and in this configuration I want the application, I mean 64bit.
flaviu2 General Coding Help 5 2,405 Nov-15-2020, 08:54 AM
    Thread: Using numpy as chart
Post: Using numpy as chart

I have the following code: import numpy as np import matplotlib.pyplot as plt xlist = np.linspace(-3.0, 3.0, 100) ylist = np.linspace(-3.0, 3.0, 100) X, Y = np.meshgrid(xlist, ylist) Z = np.sqrt(X*...
flaviu2 General Coding Help 5 2,405 Nov-14-2020, 08:31 PM
    Thread: Run a ready to go Python project
Post: Run a ready to go Python project

I am sorry for such trivial question. I have downloaded a Python project from github. I ran setup.py file as: python setup.py --install and python setup.py --build I guess these were commands that...
flaviu2 General Coding Help 1 1,632 Nov-03-2020, 08:21 PM
    Thread: Python development envirornment
Post: RE: Python development envirornment

Yes, I know that, I intended to avoid to install another tool for development, but I guess I have no choice.
flaviu2 General Coding Help 3 2,873 Oct-27-2020, 02:36 PM
    Thread: Python development envirornment
Post: Python development envirornment

Hi all. I am using VS2017 as Python development environment. But I don't have here any intellisense and my work goes slow due that. For instance, I have the following simple code: import sys from ma...
flaviu2 General Coding Help 3 2,873 Oct-27-2020, 09:29 AM
    Thread: DLL load failed
Post: RE: DLL load failed

I have solved a most of part: C:\>python -V Python 3.8.5 C:\>python -c "import sys; print(sys.executable)" C:\Python\python.exe C:\>pip -V pip 20.2.3 from c:\python\lib\site-packages\pip (...
flaviu2 General Coding Help 5 4,081 Oct-01-2020, 01:28 PM
    Thread: DLL load failed
Post: RE: DLL load failed

Thank you for your time and interest. It means a lot for me. I only try to run this tutorial: https://www.codeproject.com/Articles/527...-to-OpenCV So, I have tried on Win10, and I used PIP from Pyt...
flaviu2 General Coding Help 5 4,081 Sep-30-2020, 08:35 AM
    Thread: DLL load failed
Post: DLL load failed

I have successfully ran: pip install --upgrade matplotlib and then I wrote in my simple Python program: from matplotlib import pyplot I got: DLL load failed: The specified module could not be found. S...
flaviu2 General Coding Help 5 4,081 Sep-29-2020, 05:42 PM
    Thread: Jupyter Notebook cell ?
Post: RE: Jupyter Notebook cell ?

I have succeeded, seem I didn't installed PIP when I installed Python (I didn't knew what it was). I have a little question tough: how can uninstall those whl files at a future time ? I mean, when did...
flaviu2 General Coding Help 5 3,236 Sep-29-2020, 11:06 AM
    Thread: Jupyter Notebook cell ?
Post: RE: Jupyter Notebook cell ?

(Sep-29-2020, 06:00 AM)perfringo Wrote: (Sep-28-2020, 05:12 PM)flaviu2 Wrote: Where can I find "Jupyter Notebook cell" ? Quite obviously you can find one in Jupyter Notebook. Do you have trouble s...
flaviu2 General Coding Help 5 3,236 Sep-29-2020, 09:29 AM
    Thread: Jupyter Notebook cell ?
Post: Jupyter Notebook cell ?

Sorry for this trivial question. I have read in some Python tutorial how to "import" OpenCV in Python: OpenCV can be installed through pip, by running the following in a Jupyter Notebook cell: !pip in...
flaviu2 General Coding Help 5 3,236 Sep-28-2020, 05:12 PM
    Thread: Compiling SlicerCAT
Post: Compiling SlicerCAT

I have read here: https://blog.kitware.com/slicercat-creat...3d-slicer/ that I need to install Python in order to compile SlicerCAT application. Which I did. But since I didn't compiled any Python cod...
flaviu2 General Coding Help 1 1,852 Sep-21-2020, 08:29 AM

User Panel Messages

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