From: Peter D. <du...@hd...> - 2004-05-04 13:27:48
|
On May 3, 2004, at 8:09 PM, Roger Binns wrote: > What is needed is correctly decoding the phonebook... Well, I didn't get far today. Using the version cvs'd as of this 9:00AM EST I got an unexpected exception. OS: Mac OS X 10.3.3 Platform: 667 MHz PowerPC G4 Powerbook Python S/W, etc: versions as specified on "how to install the developer version" on the website from last weekend. Phone: LG VX4500 S/W T45VZV01 PRL 50154 ERI 50018 Cable: Verizon Mobile Office cable for the VX4500 ===== Exception dialog: 9:05:36.632 Exception: An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "/Users/dufault/work/bitpim/gui.py", line 703, in OnDataGetPhone dlg.UpdateWithProfile(self.phoneprofile) File "/Users/dufault/work/bitpim/guiwidgets.py", line 264, in UpdateWithProfile if self._dowesupport(source, self.actions[0][1], self.types[i][1]) and \ AttributeError: Profile instance has no attribute 'SyncQuery' Variables by last 8 frames, innermost last Frame ? in bp.py at line 58 profile = <function profile at 0x61470> __file__ = 'bp.py' __name__ = '__main__' __doc__ = 'Main entry point to Bitpim\n\nIt invokes BitPim in gui or c Frame run in /Users/dufault/work/bitpim/gui.py at line 349 args = (['bp.py'],) m = <gui.MainApp instance; proxy of C++ wxPyApp instance at _32b Frame MainLoop in /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ site-packages/wxPython/wx.py at line 1968 self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _32b Frame MainLoop in /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ site-packages/wxPython/wx.py at line 89 _kwargs = {} self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _32b _args = () Frame OnDataGetPhone in /Users/dufault/work/bitpim/gui.py at line 703 self = <gui.MainWindow instance; proxy of C++ wxFrame instance at _ dlg = <guiwidgets.GetPhoneDialog instance; proxy of C++ wxDialog i _ = <wxPython.events.wxCommandEventPtr instance; proxy of C++ wx Frame UpdateWithProfile in /Users/dufault/work/bitpim/guiwidgets.py at line 264 profile = <com_lgvx4400.Profile instance at 0x5bf7468> count = 0 i = 1 self = <guiwidgets.GetPhoneDialog instance; proxy of C++ wxDialog i source = 'phonebook' cs = 0 type = 'OVERWRITE' ===== Both "Log" and "Protocol Log": Same as exception dialog. All I did was start it up with "pythonw bp.py" (I hope that's correct, "python bp.py" doesn't bring the program to the front and "pythonw bp.py" worked yesterday), changed the phone to vx4500 from vx4400 (Why doesn't that seem to stick?) and did "Data...Get Phone Data". I get the error immediately, I don't get the bullet list selector to select what to get. This worked yesterday. I have the versions of the support software specified on how to install the developer version on the website. The file system view works fine. I do have a keyboard and mouse on the laptop today, I didn't yesterday. I can't think of any other differences. Yesterday I was able to get and send phone book entries, and set up about ten contact entries that I had from the VX4400, though I didn't get the wallpaper in right. I'm not 100% when I CVS'd that version, maybe over the weekend. Peter Peter Dufault HD Associates, Inc. |