Re: gEDA-user: Mr. Filter 0.1 released

2009-09-03 Thread asomers
Yes, I know what your problem is: 1) Mr. Filter requires python 2.6 . Sorry about that. I may try to backport it to an earlier version of python when I have time. 2) rather than adding that code to the mrfilter script, I suggest you set the following environment variable: $ export

Re: gEDA-user: Mr. Filter 0.1 released

2009-09-01 Thread Carlos Nieves Ónega
Hi Alan, I downloaded and installed mrfilter in a non standard directory using --prefix=~/mrfilter . When I run mrfilter, I get the following error: Traceback (most recent call last): File ./mrfilter, line 22, in module from mrfilter.main import * ImportError: No module named

Re: gEDA-user: Mr. Filter 0.1 released

2009-08-21 Thread asomers
To install as a normal user on unix, you can do % python setup.py install --home=~ This will put all of the files in your home directory. They'll go into ~/bin , ~/share, etc. To run it, you will have to set the environment variable % export PYTHONPATH=~/lib/python or wherever python installed

gEDA-user: Mr. Filter 0.1 released

2009-08-20 Thread asomers
I've just posted the first public release of my new project, Mr. Filter. It's an analog active filter design assistant. Currently only low-pass and high-pass SallenKey filters are supported, but I'm working on extending it. Gschem is used in the build process to generate all the schematics.

Re: gEDA-user: Mr. Filter 0.1 released

2009-08-20 Thread Christoph Lechner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 asom...@gmail.com wrote: I've just posted the first public release of my new project, Mr. Filter. It's an analog active filter design assistant. Currently only low-pass and high-pass SallenKey filters are supported, but I'm working on extending

Re: gEDA-user: Mr. Filter 0.1 released

2009-08-20 Thread asomers
Oops. It seems that anonymous viewing is not allowed. IIRC, that has to be changed in LocalSettings.php. But I can't find any way to access that file right now. I'll try to fix it as soon as I can. In the meantime, I think you can log in with any sourceforge account. FWIW, you aren't missing

Re: gEDA-user: Mr. Filter 0.1 released

2009-08-20 Thread Bert Timmerman
Hi Alan, On Thu, 2009-08-20 at 14:58 -0700, asom...@gmail.com wrote: Oops. It seems that anonymous viewing is not allowed. IIRC, that has to be changed in LocalSettings.php. But I can't find any way to access that file right now. I'll try to fix it as soon as I can. In the meantime, I

Re: gEDA-user: Mr. Filter 0.1 released

2009-08-20 Thread Bert Timmerman
To continue ... On Fri, 2009-08-21 at 07:27 +0200, Bert Timmerman wrote: Hi Alan, On Thu, 2009-08-20 at 14:58 -0700, asom...@gmail.com wrote: Oops. It seems that anonymous viewing is not allowed. IIRC, that has to be changed in LocalSettings.php. But I can't find any way to access