Re: [matplotlib-devel] Python 3.x port status/roadmap

2011-03-30 Thread Darren Dale
On Tue, Mar 29, 2011 at 12:52 PM, Michael Droettboom  wrote:
> I would love a Mac user to build and run regression tests on both Python
> 2.x and Python 3.x, and run some interactive examples, particularly the
> mac os backend, as I haven't been able to test that personally.

I'm not able to get the cocoaagg backend working with v1.0.1 and
python-2.7. When I set the backend to cocoaagg in matplotlibrc, start
"ipython -pylab", and do "plot([1,2])", I get a figure window with no
axes, and an error message:

2011-03-30 11:48:30.149 Python[18435:903] Inconsistent set of values
to create NSBitmapImageRep

I get the same results if I install from the latest sources or if I
install using macports. This is with OS X 10.6.6 and pyobjc-2.2. I am
unable to install and test with pyobjc-2.3 from pypi, several of the
subpackages fail to install, including pyobjc-framework-Cocoa.

Darren

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[matplotlib-devel] git repository access

2011-03-30 Thread James Evans
Hello All,

 

I am finally getting around to checking out a local copy of the git
repository following the directions here:

http://matplotlib.github.com/devel/gitwash/set_up_fork.html

 

and I keep getting the following error:

 

~/source % git clone g...@github.com:jrevans/matplotlib.git matplotlib-git

Cloning into matplotlib-git...

Permission denied (publickey).

fatal: The remote end hung up unexpectedly

 

I also tried replacing 'git@' with my github username 'jrevans@'

 

Is this a github permission error?  This is my first time using git, so I am
still learning.

 

Any help would be appreciated.

 

Thanks,

--James Evans

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] git repository access

2011-03-30 Thread Matthew Brett
Hi,

On Wed, Mar 30, 2011 at 12:06 PM, James Evans  wrote:
> Hello All,
>
>
>
> I am finally getting around to checking out a local copy of the git
> repository following the directions here:
>
> http://matplotlib.github.com/devel/gitwash/set_up_fork.html
>
>
>
> and I keep getting the following error:
>
>
>
> ~/source % git clone g...@github.com:jrevans/matplotlib.git matplotlib-git
>
> Cloning into matplotlib-git...
>
> Permission denied (publickey).
>
> fatal: The remote end hung up unexpectedly
>
>
>
> I also tried replacing ‘git@’ with my github username ‘jrevans@’
>
>
>
> Is this a github permission error?  This is my first time using git, so I am
> still learning.

Did you follow the instructions at
http://matplotlib.github.com/devel/gitwash/forking_hell.html#set-up-and-configure-a-github-account
?  Particularly the ssh key stuff?

http://help.github.com/linux-set-up-git/

Best,

Matthew

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] git repository access

2011-03-30 Thread Darren Dale
On Wed, Mar 30, 2011 at 3:06 PM, James Evans  wrote:
> Hello All,
>
>
>
> I am finally getting around to checking out a local copy of the git
> repository following the directions here:
>
> http://matplotlib.github.com/devel/gitwash/set_up_fork.html
>
>
>
> and I keep getting the following error:
>
>
>
> ~/source % git clone g...@github.com:jrevans/matplotlib.git matplotlib-git
>
> Cloning into matplotlib-git...
>
> Permission denied (publickey).
>
> fatal: The remote end hung up unexpectedly
>
>
>
> I also tried replacing ‘git@’ with my github username ‘jrevans@’
>
>
>
> Is this a github permission error?  This is my first time using git, so I am
> still learning.
>
>
>
> Any help would be appreciated.

You probably haven't registered your encryption key, which I think is
needed for the git@ protocol. See
http://help.github.com/troubleshooting-ssh/

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] git repository access

2011-03-30 Thread James Evans
Doh!

That was exactly it.  I followed every single step, but that one must have
been invisible when I read it.  Yes, that’s it, it was invisible!

:)

Thanks for the quick response,
--James

> -Original Message-
> From: Matthew Brett [mailto:matthew.br...@gmail.com]
> Sent: Wednesday, March 30, 2011 12:10 PM
> To: James Evans
> Cc: matplotlib-devel@lists.sourceforge.net
> Subject: Re: [matplotlib-devel] git repository access
> 
> Hi,
> 
> On Wed, Mar 30, 2011 at 12:06 PM, James Evans 
> wrote:
> > Hello All,
> >
> >
> >
> > I am finally getting around to checking out a local copy of the git
> > repository following the directions here:
> >
> > http://matplotlib.github.com/devel/gitwash/set_up_fork.html
> >
> >
> >
> > and I keep getting the following error:
> >
> >
> >
> > ~/source % git clone g...@github.com:jrevans/matplotlib.git
> > matplotlib-git
> >
> > Cloning into matplotlib-git...
> >
> > Permission denied (publickey).
> >
> > fatal: The remote end hung up unexpectedly
> >
> >
> >
> > I also tried replacing ‘git@’ with my github username ‘jrevans@’
> >
> >
> >
> > Is this a github permission error?  This is my first time using git,
> > so I am still learning.
> 
> Did you follow the instructions at
> http://matplotlib.github.com/devel/gitwash/forking_hell.html#set-up-and-
> configure-a-github-account
> ?  Particularly the ssh key stuff?
> 
> http://help.github.com/linux-set-up-git/
> 
> Best,
> 
> Matthew
> 
>

--
> Create and publish websites with WebMatrix Use the most popular FREE
> web apps or write code yourself; WebMatrix provides all the features you
> need to develop and publish your website. http://p.sf.net/sfu/ms-
> webmatrix-sf
> ___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel