IRC Log for #openid on 2008-07-04

Timestamps are in UTC.

  1. [00:20:30] * tjohns (n=tjohns@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) has joined #openid
  2. [00:47:44] * shigeta (n=shigeta@124.32.114.226) has joined #openid
  3. [00:57:18] * hikoz (n=hikoz@27.183.244.43.ap.yournet.ne.jp) has joined #openid
  4. [01:08:03] * Whtiger (n=josh@c-68-40-109-193.hsd1.mi.comcast.net) has joined #openid
  5. [01:18:13] * mtrichardson (n=michaelr@dsl093-039-218.pdx1.dsl.speakeasy.net) has joined #openid
  6. [01:29:30] * mtrichardson (n=michaelr@dsl093-039-218.pdx1.dsl.speakeasy.net) Quit ()
  7. [02:08:27] * peace-keeper (n=peace-ke@chello084114169104.2.15.vie.surfer.at) Quit (Read error: 60 (Operation timed out))
  8. [02:27:40] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #openid
  9. [02:27:41] <jibot> MacTed is a Technology Evangelist from http://www.openlinksw.com/ and a Troublemaker from Way Back
  10. [02:28:52] * tjohns_ (n=trevorjo@72.14.224.1) has joined #openid
  11. [03:50:55] * tjohns_ (n=trevorjo@72.14.224.1) Quit ()
  12. [05:02:35] * xpo (n=xpo@bgl93-2-82-226-41-47.fbx.proxad.net) Quit ()
  13. [05:14:17] * tjohns_ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) has joined #openid
  14. [05:16:20] * tjohns__ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) has joined #openid
  15. [05:16:20] * tjohns_ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) Quit (Read error: 104 (Connection reset by peer))
  16. [05:17:53] * tjohns_ (n=trevorjo@72.14.224.1) has joined #openid
  17. [05:35:28] * tjohns__ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
  18. [05:45:00] * tjohns_ (n=trevorjo@72.14.224.1) Quit ()
  19. [05:59:16] * stub (n=stub@ppp-58-8-9-124.revip2.asianet.co.th) has joined #openid
  20. [06:05:13] * Whtiger (n=josh@c-68-40-109-193.hsd1.mi.comcast.net) Quit ("leaving")
  21. [06:13:07] * idnar (i=mithrand@unaffiliated/idnar) has joined #openid
  22. [06:35:13] * SunWuKung (n=SunWuKun@S01060016cbc4c705.vc.shawcable.net) Quit ()
  23. [06:53:51] * tjohns_ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) has joined #openid
  24. [06:54:37] * tjohns__ (n=trevorjo@72.14.224.1) has joined #openid
  25. [06:58:34] * tjohns__ (n=trevorjo@72.14.224.1) Quit (Client Quit)
  26. [07:10:23] * tjohns_ (n=trevorjo@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) Quit (Read error: 110 (Connection timed out))
  27. [07:23:54] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
  28. [07:29:29] * tjohns (n=tjohns@adsl-76-202-197-22.dsl.pltn13.sbcglobal.net) Quit ()
  29. [07:32:09] * tudorizer (n=Tudor@79.114.57.250) has joined #openid
  30. [07:38:10] * flaccid (n=flaccid@124.189.84.12) has joined #openid
  31. [07:38:10] <jibot> flaccid is an OpenID enthusiast
  32. [07:44:33] * SunWuKung (n=SunWuKun@24.84.219.10) has joined #openid
  33. [07:47:56] * xpo (n=xpo@rdcg01.wifihubtelecom.net) has joined #openid
  34. [08:05:13] * xpo (n=xpo@rdcg01.wifihubtelecom.net) Quit (No route to host)
  35. [08:23:34] <tudorizer> anyone uses openID in django/
  36. [08:23:35] <tudorizer> ?
  37. [08:32:09] <flaccid> tudorizer: have you found a django relying party or server yet or anything? i use django at work but havnt researched python implementations
  38. [08:33:12] <tudorizer> flaccid: i found openID lib for python and a django app (plus sample)
  39. [08:33:29] <tudorizer> but not much docs
  40. [08:33:59] <tudorizer> now i'm getting error that it cant use postgresql
  41. [08:37:21] <flaccid> where is the django app?
  42. [08:37:34] <tudorizer> http://code.google.com/p/django-openid/
  43. [08:38:17] <flaccid> ah yeah i remember that one now, consumer only
  44. [08:38:51] <flaccid> brb
  45. [08:39:00] <tudorizer> the python lib has some examples with Django: http://pypi.python.org/pypi/python-openid/
  46. [08:40:30] <flaccid> it does include django examples?
  47. [08:43:40] <tudorizer> yes
  48. [08:48:04] <flaccid> tudorizer: is examples/djopenid relying party or provider or both?
  49. [08:48:45] <tudorizer> i think it's both. comsumer and server
  50. [08:49:01] <flaccid> ah yep looks like it
  51. [08:49:36] <flaccid> ah sweet thanks tudorizer
  52. [08:50:00] <tudorizer> flaccid: with pleasure
  53. [08:50:14] <tudorizer> i'm new to openId dev so I'm just poking around and testing.
  54. [08:50:57] <flaccid> whats the actual error you get?
  55. [08:51:17] <tudorizer> ImproperlyConfigured at /consumer/ Database engine postgresql_psycopg2 not supported by OpenID library
  56. [08:51:30] <tudorizer> but in the docs it says postgresql is supported
  57. [08:52:50] <flaccid> tudorizer: which platform/OS is this?
  58. [08:53:08] <tudorizer> flaccid: win xp
  59. [08:54:15] <tudorizer> i'm extending my current django project. so the db works fine in other cases
  60. [08:55:06] <flaccid> tudorizer: um i would probably mail the python-id mailing list and ask to get closure, but you could try a different backend assuming that the error message is correct. see http://www.djangoproject.com/documentation/settings/ and perhaps use 'postgresql' instead
  61. [08:56:53] <tudorizer> flaccid: i'm posting an issue on google code to the developer
  62. [08:57:17] <flaccid> okies
  63. [09:03:07] * peace-keeper (n=peace-ke@chello084114169104.2.15.vie.surfer.at) has joined #openid
  64. [09:08:40] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  65. [09:20:08] <tudorizer> flaccid: got django openID to work. partially
  66. [09:21:19] <flaccid> k
  67. [09:35:29] * flaccid (n=flaccid@124.189.84.12) Quit (Read error: 104 (Connection reset by peer))
  68. [09:36:42] * MrTopf (i=hidden-u@oecher.info) has joined #openid
  69. [09:50:46] * tudorizer (n=Tudor@79.114.57.250) Quit (Read error: 104 (Connection reset by peer))
  70. [09:55:14] * tudorizer (n=Tudor@79.114.57.250) has joined #openid
  71. [10:00:25] * bortzmeyer (i=bortzmey@batilda.nic.fr) has joined #openid
  72. [10:50:24] * hikoz (n=hikoz@27.183.244.43.ap.yournet.ne.jp) Quit ("Leaving...")
  73. [10:50:36] * flaccid (n=flaccid@124.189.84.12) has joined #openid
  74. [10:50:36] <jibot> flaccid is an OpenID enthusiast
  75. [11:09:00] * stub (n=stub@ppp-58-8-9-124.revip2.asianet.co.th) has joined #openid
  76. [12:06:06] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
  77. [12:38:14] * desu (i=desu@unaffiliated/desu) Quit ("Read Error: Connection reset by peer pressure")
  78. [12:38:45] * desu (n=me@59.178.36.92) has joined #openid
  79. [12:46:44] * desu is now known as desudesu
  80. [12:47:42] * desu (i=desu@unaffiliated/desu) has joined #openid
  81. [12:50:18] * desu (i=desu@unaffiliated/desu) Quit (Client Quit)
  82. [12:51:50] * desu (i=desu@unaffiliated/desu) has joined #openid
  83. [12:55:40] * desudesu (n=me@unaffiliated/desu) Quit ("Read Error: Connection reset by peer pressure")
  84. [13:07:05] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit (Remote closed the connection)
  85. [13:07:12] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) has joined #openid
  86. [13:10:34] * metadaddy (n=metadadd@193.55.218.203) has joined #openid
  87. [13:26:12] * stub (n=stub@canonical/launchpad/stub) Quit ("Leaving.")
  88. [13:55:18] * flaccid (n=flaccid@124.189.84.12) Quit ("Konversation terminated!")
  89. [14:12:51] * peacekeeper (n=peace-ke@chello084114169104.2.15.vie.surfer.at) has joined #openid
  90. [14:27:58] * peace-keeper (n=peace-ke@chello084114169104.2.15.vie.surfer.at) Quit (Connection timed out)
  91. [14:52:32] * metadaddy (n=metadadd@193.55.218.203) Quit ()
  92. [15:00:54] * metadaddy (n=metadadd@193.55.218.203) has joined #openid
  93. [15:01:39] * metadaddy (n=metadadd@193.55.218.203) Quit (Client Quit)
  94. [15:07:17] * bortzmeyer (i=bortzmey@batilda.nic.fr) has left #openid
  95. [16:50:19] * tudorizer (n=Tudor@79.114.57.250) has left #openid
  96. [16:54:44] * Mitsurugi (n=Nightmar@209.Red-81-38-236.dynamicIP.rima-tde.net) Quit (Read error: 104 (Connection reset by peer))
  97. [17:10:14] * hillsy (n=shhi2@npfit3.dh.bytemark.co.uk) Quit (Remote closed the connection)
  98. [17:10:34] * Mitsurugi (n=Nightmar@209.Red-81-38-236.dynamicIP.rima-tde.net) has joined #openID
  99. [18:42:43] * metadaddy (n=metadadd@93.158.22.214) has joined #openid
  100. [19:54:10] * pvandewyngaerde (n=pvandewy@233.77-200-80.adsl-dyn.isp.belgacom.be) has joined #openid
  101. [20:10:06] * MrTopf (i=hidden-u@oecher.info) Quit ()
  102. [20:30:41] * desu (i=desu@unaffiliated/desu) Quit (Connection reset by peer)
  103. [20:37:18] * desu (i=desu@unaffiliated/desu) has joined #openid
  104. [21:01:11] * MrTopf (i=hidden-u@oecher.info) has joined #openid
  105. [21:45:38] * pvandewyngaerde (n=pvandewy@233.77-200-80.adsl-dyn.isp.belgacom.be) Quit (Remote closed the connection)
  106. [21:55:27] * samsm (n=samsm@c-98-242-68-234.hsd1.ga.comcast.net) Quit ("Leaving...")
  107. [22:23:26] * SunWuKung (n=SunWuKun@24.84.219.10) Quit ()
  108. [22:57:28] * MrTopf (i=hidden-u@oecher.info) Quit ()
  109. [23:02:20] * SunWuKung (n=SunWuKun@S01060016cbc4c705.vc.shawcable.net) has joined #openid
  110. [23:24:39] * e_s_p (n=evan@adsl-75-37-139-84.dsl.renocs.sbcglobal.net) has joined #openid

These logs were automatically created by OpenIDlogbot on chat.freenode.net using a modified version of the Java IRC LogBot.