On 06/14/2010 08:10 AM, Vincent Davis wrote:
>
> I kinda get that, I posted on the nose list ask what source/version to
> install. I installed the most recent.
They have a special branch for py3k support, I think you have to use that,
cheers,
David
__
On Sun, Jun 13, 2010 at 5:06 PM, David Cournapeau wrote:
>
>
> On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis
> wrote:
>>
>> As an update. I was able to get py 3.2.1 current source to build/install.
>> After that I was able to build and install the current numpy. Everything
>> seems ok.
>> I did
On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis wrote:
> As an update. I was able to get py 3.2.1 current source to build/install.
> After that I was able to build and install the current numpy. Everything
> seems ok.
> I did try to run the tests but get an error. It looks like nose has a
> problem
As an update. I was able to get py 3.2.1 current source to build/install.
After that I was able to build and install the current numpy. Everything
seems ok.
I did try to run the tests but get an error. It looks like nose has a
problem.
>>> np.test()
Running unit tests for numpy
Traceback (most rec
Have any of you built py 3.1.2 from source on a mac?
Vincent
On Tue, Jun 8, 2010 at 6:56 PM, David wrote:
> On 06/09/2010 08:04 AM, Vincent Davis wrote:
>> I do have limits.h in 10.4 sdk
>>
>> So what next. Ay Ideas?
>> I had tried to build py 3.1.2 from source but that did not work either.
>
> I
On 06/09/2010 08:04 AM, Vincent Davis wrote:
> I do have limits.h in 10.4 sdk
>
> So what next. Ay Ideas?
> I had tried to build py 3.1.2 from source but that did not work either.
I had the same issue when I tried the python 3 branch on mac os x. I
have not found the issue yet, but I am afraid it
I do have limits.h in 10.4 sdk
So what next. Ay Ideas?
I had tried to build py 3.1.2 from source but that did not work either.
Thanks
Vincent
On Tue, Jun 8, 2010 at 3:15 PM, Zachary Pincus wrote:
> Hi Vincent,
>
> I'm not really sure -- now the build is using the 10.4 SDK but still
> not findin
Hi Vincent,
I'm not really sure -- now the build is using the 10.4 SDK but still
not finding the right headers.
Could you check to see that the following file exists:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/limits.h
If it does, then I'm really not sure what's going on.
Zach
On Jun 8, 2
> Failed again, I have attached the output including the execution of
> the above commands.
> Thanks for link to the environment variables, I need to read that.
In the attached file (and the one from the next email too) I didn't
see the
MACOSX_DEPLOYMENT_TARGET=10.4
export MACOSX_DEPLOYMENT_TA
> On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus > wrote:
>> This is unexpected, from the error log:
>>> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/
>>> Python.h:11:20: error: limits.h: No such file or directory
>>
>> No good... it can't find basic system headers. Perhaps
On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus wrote:
> This is unexpected, from the error log:
>> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/
>> Python.h:11:20: error: limits.h: No such file or directory
>
> No good... it can't find basic system headers. Perhaps it's due
This is unexpected, from the error log:
> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/
> Python.h:11:20: error: limits.h: No such file or directory
No good... it can't find basic system headers. Perhaps it's due to the
MACOSX_DEPLOYMENT_TARGET environment variable that w
On Mon, Jun 7, 2010 at 7:26 PM, Ralf Gommers
wrote:
>
>
> On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis
> wrote:
>>
>> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold
>> wrote:
>> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
>> > wrote:
>> >> "Cannot compile 'Python.h'. Perhaps you need to
On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis wrote:
> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold
> wrote:
> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
> wrote:
> >> "Cannot compile 'Python.h'. Perhaps you need to "\
> >> SystemError: Cannot compile 'Python.h'. Perhaps you need to in
On Mon, Jun 7, 2010 at 3:19 PM, Vincent Davis wrote:
> On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus
> wrote:
> > Hi Vincent,
> >
> > (1) Fortran compiler isn't necessary for numpy, but is for scipy,
> > which isn't ported to python 3 yet.
> > (2) Could you put up on pastebin or somewhere online
Well I am way from my computer so I am not sure what's up. You might
give it a bit?
Vincent
On Monday, June 7, 2010, Zachary Pincus wrote:
>
> On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote:
>
>> Here is a link to the full output after typing python setup.py build.
>> https://docs.google.com/Doc
On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote:
> Here is a link to the full output after typing python setup.py build.
> https://docs.google.com/Doc?docid=0AVQgwG2qUDgdZGYyaGo0NjNfMjI5Z3BraHd6ZDg&hl=en
that's just bringing up an empty document page for me...
___
On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus wrote:
> Hi Vincent,
>
> (1) Fortran compiler isn't necessary for numpy, but is for scipy,
> which isn't ported to python 3 yet.
> (2) Could you put up on pastebin or somewhere online the full error
> you got?
>
> The problem isn't one of not finding
Hi Vincent,
(1) Fortran compiler isn't necessary for numpy, but is for scipy,
which isn't ported to python 3 yet.
(2) Could you put up on pastebin or somewhere online the full error
you got?
The problem isn't one of not finding the Python.h header file, which
will be present in the Python 3
On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold wrote:
> On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
> wrote:
>> Going down the prerequisite list I have.
>>
>> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
>> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
>> Type "help", "copyright", "credi
On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis wrote:
> Going down the prerequisite list I have.
>
> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>
nose.__version__
> '
Going down the prerequisite list I have.
Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> nose.__version__
'0.11.0'
I don't really understand the fortran stuff so so I just e
22 matches
Mail list logo