Re: ipython3 port not working ?

2012-12-04 Thread Trémouilles David
Maybe I was not precise enough. I meant py33-ipython ipython version for python33. Are your running precisely this version with the few patches you mentioned ? Thanks, David Le 04/12/12 07:50, Sean Farley a écrit : On Mon, Dec 3, 2012 at 11:06 PM, Trémouilles David david.t...@gmail.com

Re: ipython3 port not working ?

2012-12-04 Thread Chris Jones
Hi, py33-ipython installs and runs fine for me Chris-Jones-Macbook-Pro ~ sudo port install py33-ipython --- Computing dependencies for py33-ipython --- Dependencies to be installed: py33-distribute python33 py33-readline --- Fetching archive for python33 --- Attempting to fetch

Re: ipython3 port not working ?

2012-12-04 Thread Sean Farley
On Tue, Dec 4, 2012 at 12:25 PM, Trémouilles David david.t...@gmail.com wrote: Maybe I was not precise enough. I meant py33-ipython ipython version for python33. Are your running precisely this version with the few patches you mentioned ? Yep, I understood. I still don't know how that path of

Re: ipython3 port not working ?

2012-12-04 Thread Trémouilles David
Fixed by rebuilding from source: sudo port -nRs upgrade --force python33 (However I don't know what the hell was going on...) Many thanks to Chris and Sean for their hints and reports ! Regards, David Le 04/12/12 06:06, Trémouilles David a écrit : Hello, Is ipython3 working for you ? I

Re: ipython3 port not working ?

2012-12-04 Thread Ryan Schmidt
On Dec 4, 2012, at 00:50, Sean Farley wrote: On Mon, Dec 3, 2012 at 11:06 PM, Trémouilles David wrote: I sudo install py33-ipython without any issue but when I try to launch ipython3 I get an error: ~ $ ipython3-3.3 -bash: /opt/local/bin/ipython3-3.3:

ipython3 port not working ?

2012-12-03 Thread Trémouilles David
Hello, Is ipython3 working for you ? I sudo install py33-ipython without any issue but when I try to launch ipython3 I get an error: ~ $ ipython3-3.3 -bash: /opt/local/bin/ipython3-3.3: /Volumes/work/macports/Library/Frameworks/Python.framework/Versions/3.3/bin/py: bad interpreter: No such

Re: ipython3 port not working ?

2012-12-03 Thread Sean Farley
On Mon, Dec 3, 2012 at 11:06 PM, Trémouilles David david.t...@gmail.com wrote: Hello, Is ipython3 working for you ? I have a few patches that update ipython to 0.13.1 and correctly fixes a missing py-matplotlib dependency. That might be what you're seeing here, but I'm not 100% sure. (I'll be