Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem In calling a Function from another python file of project
Post: RE: Problem In calling a Function from another pyt...

Thanks for your valuable reply facing another problem similar like this I am posting my error and code below please provide your suggestion Error faced is described below: Backend TkAgg is interactiv...
vinod2810 GUI 7 5,320 Oct-05-2019, 09:57 AM
    Thread: Problem In calling a Function from another python file of project
Post: RE: Problem In calling a Function from another pyt...

let me post booth of my files first file EEG.py #import os #os.chdir("C:\\Users\\LM HealthCare\\Documents\\Pycharm\\Projects\\EEG") # import Tkinter from tkinter import * from scipy import signal #f...
vinod2810 GUI 7 5,320 Sep-26-2019, 11:22 AM
    Thread: Problem In calling a Function from another python file of project
Post: RE: Problem In calling a Function from another pyt...

I am posting my digital filter code below: from scipy import signal from EEG import eeg_data import array as arr sample_rate = 250 nyquist_rate = sample_rate/2 gMax_Blocks = 32 gMax_Samples = 8 gMa...
vinod2810 GUI 7 5,320 Sep-26-2019, 05:10 AM
    Thread: Problem In calling a Function from another python file of project
Post: Problem In calling a Function from another python ...

Hello Everyone, **smile** I had created two different python files (EEG.py and Digital_Filter.py) in pycharm IDE under one project. And I want to call a function declared in Digital_Filter.py into ...
vinod2810 GUI 7 5,320 Sep-25-2019, 01:07 PM

User Panel Messages

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