Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: virtual env
Post: RE: virtual env

Thanks a lot, i will read this.
jeuvrey General Coding Help 8 3,600 Apr-25-2019, 03:41 PM
    Thread: virtual env
Post: RE: virtual env

Hello, i just want to set a automatic script to create virtual env with eventually all the package needed in this virtual env. I work with people who are not computer scientist(like me) and need "plug...
jeuvrey General Coding Help 8 3,600 Apr-25-2019, 12:09 PM
    Thread: virtual env
Post: RE: virtual env

Hello, Thanks but i use idle and i have difficulties to use virtual env: here is my code to create a virtual env and activate it: import sys import os import subprocess ''' Create virtual env in an f...
jeuvrey General Coding Help 8 3,600 Apr-24-2019, 10:23 AM
    Thread: virtual env
Post: RE: virtual env

Thanks! But sorry it is not clear for me again. I have created a virtual environement ('c:\Virtual_Env')and i know how to install new module in my virtual env. 1)i want to import standard lib of pyth...
jeuvrey General Coding Help 8 3,600 Apr-19-2019, 07:24 AM
    Thread: virtual env
Post: virtual env

Hello, I want to use virtualenv with python. I work with Windows 7 and python 3.7, i developped with the idle editor. i create with virtualenv a virtual environnement and i would like to: 1) Put some...
jeuvrey General Coding Help 8 3,600 Apr-18-2019, 12:50 PM
    Thread: Write in a csv file
Post: Write in a csv file

Hello, I receive a data stream i want to record in a variable (array, list or dictionnary) and then write these data in a csv file. My streamed data are coordinates of multiple marker. Hence at each l...
jeuvrey General Coding Help 1 2,152 Mar-07-2019, 04:32 PM
    Thread: tkinter and asyncio
Post: tkinter and asyncio

Hello, this topic has been ever discuted on differents forums but i don't ever understand how to associate tkinter and an asyncio task without freezing the tkinter animation. I tried to put the asynci...
jeuvrey GUI 0 3,840 Jan-18-2019, 11:11 AM
    Thread: Collect real time data
Post: Collect real time data

Hello, I would like to create a very simple animation (a moving dot) guided by data recorded in real time.i achieved the script to collect data (the code below) but i don't know how to keep these data...
jeuvrey General Coding Help 0 2,305 Dec-10-2018, 11:05 AM
    Thread: stop multiple threads
Post: RE: stop multiple threads

Thanks, It is fun because i just think about using multiprocessing ten minutes ago. Maybe this solution is more suited to my situation. I want to move a dot with data coming from a tracking system. Ma...
jeuvrey General Coding Help 5 3,324 Nov-15-2018, 01:34 PM
    Thread: stop multiple threads
Post: RE: stop multiple threads

hello, Thanks for your response, i think your advice will improve my code but my main problem is already here, how can i stop the two threads with one event (a quit button)? thanks!
jeuvrey General Coding Help 5 3,324 Nov-14-2018, 09:29 AM
    Thread: stop multiple threads
Post: stop multiple threads

Hello, I work with python 3.7 and want to develop a litle animation allowing a dot to move thanks to recorded data. i create 2 threads, one thread is used to "catch" new data (a simple incrementation ...
jeuvrey General Coding Help 5 3,324 Nov-13-2018, 03:53 PM

User Panel Messages

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