Hi,<br><br>I get this error on shr-u<br><br> <span></span>pisi googleCalendar pimlicodates<br>Traceback (most recent call last):....................................................] Starting Configuration<br>  File &quot;/bin/pisi&quot;, line 156, in &lt;module&gt;<br>
    pisicli.startCLI()<br>  File &quot;/opt/pisi/pisicli.py&quot;, line 215, in startCLI<br>    source = pisi.importModules(configfolder,  config,  modulesToLoad,  modulesNamesCombined, soft)<br>  File &quot;/opt/pisi/pisi.py&quot;, line 82, in importModules<br>
    exec &quot;source.append( module&quot;+i.__str__()+&quot;.SynchronizationModule(modulesNamesCombined, config, modulesToLoad[i], modulesFolder+modulesToLoad[i]+&#39;/&#39;, True, soft) )&quot;<br>  File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;/opt/pisi/modules/calendar_google.py&quot;, line 51, in __init__<br>    self._login( user, password )<br>  File &quot;/opt/pisi/modules/calendar_google.py&quot;, line 239, in _login<br>    self.cal_client.ProgrammaticLogin()<br>
  File &quot;/usr/lib/python2.6/site-packages/gdata/service.py&quot;, line 753, in ProgrammaticLogin<br>    headers={&#39;Content-Type&#39;:&#39;application/x-www-form-urlencoded&#39;})<br>  File &quot;/usr/lib/python2.6/site-packages/atom/http.py&quot;, line 93, in request<br>
    connection = self._prepare_connection(url, all_headers)<br>  File &quot;/usr/lib/python2.6/site-packages/atom/http.py&quot;, line 234, in _prepare_connection<br>    return HttpClient._prepare_connection(self, url, headers)<br>
  File &quot;/usr/lib/python2.6/site-packages/atom/http.py&quot;, line 157, in _prepare_connection<br>    return httplib.HTTPSConnection(url.host)<br>AttributeError: &#39;module&#39; object has no attribute &#39;HTTPSConnection&#39;<br>
<br><br>Something to do with python ssl support? <br><br># python --version<br>Python 2.6.2<br><br>Thanks,<br>Bannon<br><br><div class="gmail_quote">2009/7/20 Petr Vanek <span dir="ltr">&lt;<a href="mailto:vanous@penguin.cz" target="_blank">vanous@penguin.cz</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>&gt;could someone help me with setting this up? i&#39;ve got a new conf file,<br>

&gt;with the necessary items in, so now pimlico dates appears in the<br>
&gt;calendar list<br>
&gt;<br>
&gt;my conf file contains this:<br>
&gt;[googleCalendar]<br>
&gt;description=My Google Calendar<br>
&gt;module=calendar_google<br>
&gt;user=<a href="mailto:robin.paulson@gmail.com" target="_blank">robin.paulson@gmail.com</a><br>
&gt;password=&lt;my password&gt;<br>
&gt;calendarid=<a href="mailto:robin.paulson@gmail.com" target="_blank">robin.paulson@gmail.com</a><br>
&gt;<br>
&gt;[pimlicodates]<br>
&gt;description= Pimlico Dates<br>
&gt;module=calendar_ics<br>
&gt;path=/home/root/.evolution/calendar/local/system/calendar.ics<br>
&gt;<br>
&gt;when i select the corresponding items in the pisi gui, and hit start,<br>
&gt;it reports &#39;Configuring (0%)&#39;, but does nothing<br>
&gt;<br>
&gt;i&#39;m guessing i&#39;ve stuffed up the config for gcalendar, but can&#39;t see<br>
&gt;where<br>
<br>
</div>on shr-u, make sure you have pisi and dates installed. you have to run<br>
dates at least once for the storage file to exist.<br>
<br>
relevant section of my ./pisi/conf:<br>
<div><br>
[googleCalendar]<br>
description=My Google Calendar<br>
module=calendar_google<br>
</div>user=<a href="mailto:petrnek@gmail.com" target="_blank">petrnek@gmail.com</a><br>
password=******************<br>
calendarid=<a href="mailto:petrnek@gmail.com" target="_blank">petrnek@gmail.com</a><br>
<div><br>
[pimlicodates]<br>
description= Pimlico Dates<br>
module=calendar_ics<br>
path=/home/root/.evolution/calendar/local/system/calendar.ics<br>
<br>
<br>
</div>This is it. Btw the calendar sync in pisi doesn&#39;t have conflict mode<br>
settings so if you reinstall your distro (like i did now) and your<br>
appointments are in google only, they will get erased...fortunately<br>
there is a backup in the .pisi dir :)<br>
<br>
good luck<br>
<font color="#888888">Petr<br>
</font><div><div></div><div><br>
<br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org" target="_blank">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>