Re: [galaxy-dev] AttributeError: 'module' object has no attribute 'FakeSocket'

2012-06-07 Thread Nate Coraor
On May 22, 2012, at 11:18 AM, Peter Cock wrote: On Tue, May 22, 2012 at 4:14 PM, Sarah Diehl di...@immunbio.mpg.de wrote: Thanks Peter! It's very likely that I have the exact same problem, because I also have CentOS and needed to compile Python. In that case make sure you've done this:

Re: [galaxy-dev] AttributeError: 'module' object has no attribute 'FakeSocket'

2012-05-22 Thread Sarah Diehl
Thanks Peter! It's very likely that I have the exact same problem, because I also have CentOS and needed to compile Python. On 05/22/2012 05:04 PM, Peter Cock wrote: On Tue, May 22, 2012 at 3:30 PM, Sarah Diehldi...@immunbio.mpg.de wrote: Hi all, today I updated my test server to the newest

Re: [galaxy-dev] AttributeError: 'module' object has no attribute 'FakeSocket'

2012-05-22 Thread Peter Cock
On Tue, May 22, 2012 at 4:14 PM, Sarah Diehl di...@immunbio.mpg.de wrote: Thanks Peter! It's very likely that I have the exact same problem, because I also have CentOS and needed to compile Python. In that case make sure you've done this: sudo yum install openssl openssl-dev and then repeat