Re: vCalendar Import available for testing
Vic Heintz <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
On Friday, February 4, 2005, at 12:11 AM, [email protected] wrote: > > For those who're interested and have some time to test, please post > any test results and/or comments that you may have. > > I get an immediate exception upon selecting Import vCalendar: Traceback (most recent call last): File "/Users/vic/Projects/bitpim/gui.py", line 445, in __call__ return self.func(*self.args, **self.kwargs) File "/Users/vic/Projects/bitpim/importexport.py", line 1649, in OnFileImportVCal import vcal_calendar File "/Users/vic/Projects/bitpim/vcal_calendar.py", line 17, in ? import outlook_calendar File "/Users/vic/Projects/bitpim/outlook_calendar.py", line 13, in ? import pywintypes ImportError: No module named pywintypes Since when does "Import vCalendar" imply anything about outlook? If I hit continue and try again I get this one: Traceback (most recent call last): File "/Users/vic/Projects/bitpim/gui.py", line 445, in __call__ return self.func(*self.args, **self.kwargs) File "/Users/vic/Projects/bitpim/importexport.py", line 1650, in OnFileImportVCal dlg=vcal_calendar.VcalImportCalDialog(parent, -1, 'Import vCalendar') AttributeError: 'module' object has no attribute 'VcalImportCalDialog' On my Mac I assumed I would be able to import my iCal data files (default path ~/Library/Calendars/variousNames.ics) since they apparently conform to vCalendar 2.0 specs. I of course do not have Outlook. I do have something called Entourage which is probably similar and which apparently stores its calendar info, along with addressbook and mailnotes in one big file called "/Users/vic/Documents/Microsoft User Data/Office 2004 Identities/Vic/Database". (Which sux but I don't use Entourage anyway. It came as part of Office, which I also wouldn't use had I not had to purchase a 3-license copy for my two college kids.) Vic