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.000000000 +0900
+++ ../setup.py 2012-07-06 13:14:44.377499927 +0900
@@ -98,7 +98,7 @@

     if osname == "Linux":
         linuxver = platform.release()
-        if linuxver.startswith("2.6"):
+        if linuxver.startswith("2.6") or linuxver.startswith("3.0"):
             osname = "linux26"
         elif linuxver.startswith("2.4"):
             osname = "linux24"

Thanks,
Izeki

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to