Re: Wireshark Capture support

2010-09-14 Thread Rainer Müller
On 2010-09-14 12:40 , Jasper Frumau wrote: Installed Wireshark a while. Decided to use it for some network analysis today, using it for the first time ever. Got an error There are no interfaces on which a capture can be done. I believ I need teh capture support driver like wincap for Windows.

Re: where do python packages install

2010-09-14 Thread Adam Mercer
On Mon, Sep 13, 2010 at 23:22, Srinath Vadlamani srin...@txcorp.com wrote: I just installed py26-scipy.  I need to add the install location to my $PYTHONPATH.  Where is it? Why do you need to add it to PYTHONPATH, MacPorts python will be able to find scipy without setting this? Cheers Adam

Re: where do python packages install

2010-09-14 Thread Srinath Vadlamani
I have other packages (outside of macports) installed in a location added to PYTHONPATH. I use an in-house building package that installs its own scipy, numpy and matplotlib in this other location, so I need to supersede macports installations. I know that this not preferred package management

Re: Wireshark Capture support

2010-09-14 Thread Jeff Singleton
Actually ... that will work! Its the ChmodBPF steps to change the permissions so that the 'admin' group can access the devices. On Tue, Sep 14, 2010 at 10:36 AM, Rainer Müller rai...@macports.org wrote: On 2010-09-14 12:40 , Jasper Frumau wrote: Installed Wireshark a while. Decided to use it

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
I took a gamble and changed the CC and CXX variables being set in the py26-numpy Portfile to point to the gcc-4.2/g++-4.2 compiler in OS X. py26-numpy compiled without issue for me. I could not get it to build using mp-gcc-4.4 ... It kept failing with RuntimeError: Broken toolchain: cannot link

re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Michael Dickens
My US$0.02 worth, having been extensively experimenting with numpy over the past few days. - MLD On Sep 14, 2010, at 12:56 PM, Jeff Singleton wrote: I took a gamble and changed the CC and CXX variables being set in the py26-numpy Portfile to point to the gcc-4.2/g++-4.2 compiler in OS X.

Re: py26-numpy +gcc44 requires gcc45 variant of atlas

2010-09-14 Thread Jeff Singleton
On Tue, Sep 14, 2010 at 1:56 PM, Michael Dickens michae...@mailworks.orgwrote: Which in my experience means that you're compiling from .c to .o for one arch (e.g., 32 bit) but trying to link from .o to an executable with another arch (e.g., 64 bit) -- so, the compiler errors out that's the