I've developed a software with submodules and I'd like to be able to test 
the submodules from Spyder. In a terminal I would write

python -m pyfda.filter_tree_builder

to rune.g.
pyfda/filter_tree_builder.py

from the top directory (see https://github.com/chipmuenk/pyfda).

Unfortunately, I haven't been able to to that using Spyder. Either I get 
the error message


*import pyfda.filterbroker as fbImportError: No module named 'pyfda'*

or I specify -m in Spyder's run options and get the message



*Error while finding spec for 
'D:\\Daten\\design\\python\\git\\pyFDA\\pyfda\\filter_tree_builder.py' 
(<class 'ImportError'>: No module named 
'D:\\Daten\\design\\python\\git\\pyFDA\\pyfda\\filter_tree_builder')*
Is there an easy solution? If it's too complicated I can always use the 
terminal, but it would be reaaally nice to just press that green triangle 
...

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to