Re: P4PythonInstaller issue on Ubuntu 11.10

2013-01-14 Thread yIzeki __
Hello, I've made a change to the P4PythonInstaller's setup.py so that be able to install it on kernel 3.x. Diff is as the follows: $ diff -uNr setup.py.org setup.py --- setup.py.org2013-01-15 16:06:53.474661991 +0900 +++ setup.py2013-01-15 16:07:30.702609614 +0900 @@ -98,7 +98,7 @@

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-10-23 Thread Dom Derrien
Christian, On Ubuntu 12.10, the kernel is now 3.5+ as you can see in my 'uname -a' output: > Linux * 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Can you update the script accordingly? A+, Dom -- On Wednesday, July 25, 2012 3:06:58 PM UTC-4, C

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-07-25 Thread Christian Hammond
Thanks. I've made the change upstream. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Jul 25, 2012 at 3:56 AM, yIzeki __ wrote: > Hi, > > Sorry for the long delay. Was quite busy.. > Anyway I've trie

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-07-25 Thread yIzeki __
Hi, Sorry for the long delay. Was quite busy.. Anyway I've tried the modified P4PythonInstaller in my Ubuntu 11.10, and it seems to be working fine for me. (I'm ignoring several warnings that occurred on during compilation) Here is diff of setup.py: --- ./setup.py 2009-07-30 18:02:38.0

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-07-04 Thread Christian Hammond
Hi, Would you be able to download P4PythonInstaller and make the modifications for the version check and let me know if it works? (And if so, provide a diff.) We can then make the modification upstream. Christian On Jul 4, 2012, at 2:13, op_yizeki wrote: > Hello, > I'm facing same issue. >

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-07-04 Thread op_yizeki
Hello, I'm facing same issue. Is there any work-a-round? Can we skip the version checking on the easy_installer? I think we can use "2.6" p4api even if we are using kernel 3.0.x. Regards, 2012年1月14日土曜日 3時36分35秒 UTC+9 Darryl McCutcheon: > > uname -a reports > > Linux wlengreview2 3.0.0-12-serv

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-01-13 Thread Darryl McCutcheon
uname -a reports Linux wlengreview2 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux On Jan 13, 12:57 pm, Christian Hammond wrote: > I wasn't aware Ubuntu 11.10 was using a 3.x kernel... Can you verify that? > > If it's not 3.x, can you run uname -a and

Re: P4PythonInstaller issue on Ubuntu 11.10

2012-01-13 Thread Christian Hammond
I wasn't aware Ubuntu 11.10 was using a 3.x kernel... Can you verify that? If it's not 3.x, can you run uname -a and see what it reports? p4api doesn't appear to have a build for Linux 3.x yet. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMwar

Re: P4PythonInstaller

2012-01-13 Thread Christian Hammond
Hi Chris, Unfortunately, it doesn't appear that p4api supports Linux kernels v3.x yet. You'll have to install on a 2.6 kernel. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Jan 12, 2012 at 2:49 PM, C