View previous topic :: View next topic |
Author |
Message |
mattwood2000 Tux's lil' helper

Joined: 13 Apr 2005 Posts: 146
|
Posted: Thu Sep 11, 2008 6:44 pm Post subject: bitpim-1.0.5 exception after successful use |
|
|
Hi guys...just installed bitpim to do a phonebook transfer from my old phone to my new one. I was able to launch bitpim and download all info from my old phone. For whatever reason, I closed bitpim and tried to restart it, but when I did I got the following exception:
From Console:
Code: |
woody-desktop buildroot-avr32-v2.2.0-rc5 # bitpim
/usr/lib64/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14240: UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
|
Bitpim exception report:
Code: |
BitPim version: 1.0.5-Gentoo
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "/usr/lib64/bitpim-1.0.5/gui.py", line 248, in OnClose
self.goforit()
File "/usr/lib64/bitpim-1.0.5/gui.py", line 245, in goforit
self.app.makemainwindow()
File "/usr/lib64/bitpim-1.0.5/gui.py", line 548, in makemainwindow
self.frame=MainWindow(None, -1, title, self.config)
File "/usr/lib64/bitpim-1.0.5/gui.py", line 896, in __init__
self.tree.CreatePhone("Phone", self.config, self.configpath, "bitpim.db")
File "/usr/lib64/bitpim-1.0.5/phone_root.py", line 124, in CreatePhone
phone.Initialise(self, self.mw, config, path, phone_id, database_name)
File "/usr/lib64/bitpim-1.0.5/phone_root.py", line 367, in Initialise
self.phonewidget.getfromfs(results)
File "/usr/lib64/bitpim-1.0.5/phonebook.py", line 1166, in getfromfs
"phonebook", phonebookobjectfactory, at_time=timestamp)
File "/usr/lib64/bitpim-1.0.5/database.py", line 249, in _transactionwrapper
return method(*args, **kwargs)
File "/usr/lib64/bitpim-1.0.5/database.py", line 638, in getmajordictvalues
fieldvalue=self._getindirect(v)
File "/usr/lib64/bitpim-1.0.5/database.py", line 656, in _getindirect
for row in self.sqlmany("select * from %s where __rowid__=?" % (idquote(tablename),), [(int(r),) for r in rows.split(',') if len(r)]):
ValueError: invalid literal for int() with base 10: '51L'
Variables by last 8 frames, innermost last
Frame makemainwindow in /usr/lib64/bitpim-1.0.5/gui.py at line 548
self = <gui.MainApp; proxy of <Swig Object of type 'wxPyApp *' at 0x13b8920> >
name = None
title = 'BitPim'
Frame __init__ in /usr/lib64/bitpim-1.0.5/gui.py at line 896
help = 'Export Media Files to a Zip file'
pos = 200
expmenu = <wx._core.Menu; proxy of <Swig Object of type 'wxMenu *' at 0x1bff5a0> >
ib = <wx._gdi.IconBundle; proxy of <Swig Object of type 'wxIconBundle *' at 0x1b507c0
id = -1
title = 'BitPim'
menu = <wx._core.Menu; proxy of <Swig Object of type 'wxMenu *' at 0x1c15bc0> >
self = <gui.MainWindow; proxy of <Swig Object of type 'wxFrame *' at 0x1b72410> >
_desc = 'Execute'
_help = 'Perform Auto Calendar Import'
config = <bp_config.Config instance at 0xf194d0>
_func = None
impmenu = <wx._core.Menu; proxy of <Swig Object of type 'wxMenu *' at 0x1bf3960> >
parent = None
func = <function OnFileExportMediaZip at 0x1943758>
x = 183
desc = 'Media to Zip File...'
sz = wx.Size(32, 32)
_submenu = <wx._core.Menu; proxy of <Swig Object of type 'wxMenu *' at 0x1bf67c0> >
sb = <guiwidgets.MyStatusBar; proxy of <Swig Object of type 'wxStatusBar *' at 0x1b75
_id = 178
menuBar = <wx._core.MenuBar; proxy of <Swig Object of type 'wxMenuBar *' at 0x1bea160> >
Frame CreatePhone in /usr/lib64/bitpim-1.0.5/phone_root.py at line 124
name = 'Phone'
database_name = 'bitpim.db'
phone_id = <wx._controls.TreeItemId; proxy of <Swig Object of type 'wxTreeItemId *' at 0x22
phone = <phone_root.Phone; proxy of <Swig Object of type 'wxScrolledWindow *' at 0x21707
path = '/root/.bitpim-files'
config = <bp_config.Config instance at 0xf194d0>
self = <phone_root.PhoneTree; proxy of <Swig Object of type 'wxPyTreeCtrl *' at 0x1cdba
Frame Initialise in /usr/lib64/bitpim-1.0.5/phone_root.py at line 400
e = ValueError("invalid literal for int() with base 10: '51L'",)
blob_path = 'bitpim.db_blobs'
tree = <phone_root.PhoneTree; proxy of <Swig Object of type 'wxPyTreeCtrl *' at 0x1cdba
database_name = 'bitpim.db'
phone_id = <wx._controls.TreeItemId; proxy of <Swig Object of type 'wxTreeItemId *' at 0x22
results = Keys []
{}
self = <phone_root.Phone; proxy of <Swig Object of type 'wxScrolledWindow *' at 0x21707
mw = <gui.MainWindow; proxy of <Swig Object of type 'wxFrame *' at 0x1b72410> >
path = '/root/.bitpim-files'
config = <bp_config.Config instance at 0xf194d0>
id = <wx._controls.TreeItemId; proxy of <Swig Object of type 'wxTreeItemId *' at 0x27
Frame getfromfs in /usr/lib64/bitpim-1.0.5/phonebook.py at line 1166
timestamp = None
self = <phonebook.PhoneWidget; proxy of <Swig Object of type 'wxPanel *' at 0x2305580>
dict = Keys []
{}
Frame _transactionwrapper in /usr/lib64/bitpim-1.0.5/database.py at line 249
args = (<database.Database instance at 0x20a6878>, 'phonebook', <database.dataobjectfac
method = <function getmajordictvalues at 0x15fecf8>
kwargs = Keys ['at_time']
{'at_time': None}
Frame getmajordictvalues in /usr/lib64/bitpim-1.0.5/database.py at line 638
uids = [u'005e1d1830cd1b9aae606ebca4ce32257832b486', u'009fec0d95623a4863441c6024c2c9f9
uid = u'005e1d1830cd1b9aae606ebca4ce32257832b486'
sql_string = 'select * from [phonebook] where __uid__=? order by __rowid__ desc limit 1'
deleted = 2L
res = Keys [u'005e1d1830cd1b9aae606ebca4ce32257832b486', u'009fec0d95623a4863441c6024c2c9f9cf338c79', u'01f49375381ad71d4f72733ca23f39db2729e77b', u'06547093406e4d1d3d6e0f161c666265cde7f0d2', u'06726d1b640708cd7fbd85939f7fb4e9acf27784', u'07c8f11e5f8ecebffb55a46b301ff788fa1f2114', u'07e8cd076dab2d2729c1f0c297f2b40be2d597c2', u'09500de8367134192b43a5198ecf5c4335c045ae', u'09dd1ca384e4bc0fe18e63a125412994388295ce', u'0a01c8816819f6f57c60a0ec87fef82b069cd25b', u'0accfa5a1cfefd3566f21829e966f2ab666eb686', u'0b14b3bdf1babf357ca429e1f866f80485124763', u'0b22ec4896a4bc123184f9719e66c3ec72f90159', u'0dba28a4c1af85083aac54c6e6407e5ef9f97340', u'111df975aadb9242c6590da59cb16dbb07898c0b', u'1263cf74ecd78e6144726f821ee158116463178a', u'1449a8a39d3743037de342d160ce8e202e960597', u'1d11faad00e9bdfa37f8fc036936805bfe332acf', u'1e10df447782620932d37eb5eadc866b3cd02ae5', u'1e52e3a152c010b203226c3f0e75613ba6b16146', u'207c4930466cccdfc2eb681871cf5e3b7fd261d3', u'215d859e23f363c2fa5cfd530c4a8e46ecd16e2c', u'257cc1f9c89d8a50e8fa30c56f27e91358c1a32f', u'294dd7da177432de073a51e30e766e3e742bc3cf', u'2a3b24d6015c5aea4865c0422fef949c3492804b', u'2bff503688b18dff0412bfe196125c14e6803815', u'2c49044575d5a82e7fbdac40f0f7848859d48768', u'2c96f30163853d7f18e239891c5b5451de6785dd', u'2e9932e04d55f45c3aacd3bac0648994172d4ba4', u'31333c309f669660921e5bd30626ad4fb2698607', u'35dae249998a4612b42b4b3e78ffec8e3b7cc2fe', u'379baf860481e05e16de340a929fe7a70f5c9444', u'37a489ceb0c54c6a6d4d3d38af704486fb393c61', u'38a7f2671a87659bfe8ae427f05c71da4014bd1c', u'3a4c75c276d8158be7f88d0c6aae5fd42d14b2ff', u'3c8e99bc24d14e57c99738635a72f46d017a3b74', u'3c939196005381ccc736b5cffea9c749331f8f14', u'3e1a86fca442aabb82b0906ba385df25d71646af', u'3e5dacfea94c9746a214dd7169ec3516eeae980f', u'40097f6703be071dd13b8ca03e9a710a4dc51036', u'41ad91f623f15d10a667c7ef40a380b582a05c23', u'42d5ea615a21a5944badff92fdac5e149f4cc2eb', u'47b30b1b5c0c03693abe7f65358ca3186f2c69cd', u'492b28b9db7ef8832052e6710b95f66ae7835528', u'4e0652f6d3648ec7aebd3e4c2d725a1c5e3238cc', u'5175375d72f271bbc2b9045d04ed2243f259ecfa', u'535335e43782618042b06537151b448550699a5b', u'53e19f210f046d2d33e4429670af8881a5d5ada1', u'565c65cb2b3e9304dbdf31fc9133ed55a89b6b70', u'56f7a4c0989f20852c9b004a132dd285b0d9865d', u'59fd61409fd450c9ed6c16e37df9882fa949d1cf', u'5a35df0a1de6611506133207d5d5eda4d17511d9', u'5dfe220de0ae95e48c2314cdf16f7e8be3efcc00', u'5efd80d516730c73c2336e928941567085b7bf0c', u'671bda080287ef93f79c544a5955780dc85c074c', u'69d9e63e368abe1e849c61ba324a6977bfc8df6b', u'6e2ddb075b19f68c7aa21340474e4a20b42dfd93', u'6e5274fd6a72f373865c96227c0eda4c7fbe6ca9', u'737e119f94cf3bc448a05d588d6f012a8bc669df', u'784b85b75dca76a583a10a6b1e43b0f9beaf90e9', u'78525a08a329ce193e546041473836da0ecc2af5', u'7a419e76c5e90c1384ddfba996ddb0256878af82', u'7ca37924ff14ee062205d5bd5fa6ed1bc1310413', u'7d7eef299f7187ccd17d41cc216274b9d9dd6322', u'7ed5762b30f3436674751019bc2bb8f5aef73a93', u'83a2dfaed3586259849c6d2a2400bbccffc4b8ae', u'84fd5bbb3f5219f1cd334b089857c701ac4b0e8e', u'85695bae9f8897b0799193dd2df1d079265ad47c', u'85806f6845309405a3378e875d565d28502f8192', u'88ea3d7bfcc9d9e46a473c29579791457cd78e2d', u'8ed6dec2b5aec89b28d8fe13cd2b6e71a824c053', u'8effca78b3155026bc32ba693c2b094a82a4ee65', u'921b1123c236079e750dbf64c1a913a6fe2970ef', u'960adbb7703b72edb158353a0009613aff8a781c', u'9662ee526d4e0f832c018c854d87c3a7d519481e', u'9868b74e6fc57a877f63cfce6f9654f0540c0b49', u'9a15fe26d51d00e48d65c1f40a771bb6d066fe2a', u'9a23b334870d20b66b7aaaa138bd4fed1330a11e', u'9d426c23eb7ecc5a6c62ef5c4f8d5e6f5a783dd2', u'9e8f928ce62933f171b8590ccc16846ddca213ec', u'a4415475b715c8c9edd33e425fee9330e3622b76', u'a5041e3785c277e79837649589cc314fee6317f4', u'a798daaf21e76541af6bc285caa7788967f76980', u'a81aa31b1f2d701e77ad86424ae0863e2f1fdf57', u'aa81aa1b6629d816a648e9300af19e7f99bb0b30', u'aeb2cace6bc09d89358f4020cae71e47bee0b7ee', u'b168cd88327f2f5d3f6112e2d1d8ca30949b9af7', u'b2f3cc6a84fd27acad454624eeffc5c804889424', u'b37d1df41d62b45e3e60706a2a9e39ebd36ce777', u'b449b210573c944b9d568c71acb1ad7ff9e29dcb', u'b6a999a007691c2f882b342d4cb498c734d27c0b', u'becce09cb3d6118a2f7b3c53adc2c1e36dd96603', u'c10f9a5e7417afc2d23c0c679d616a2992ae4b6b', u'c155c82991664f91cb10f85ae5dc367ac7125905', u'c7042521cb1b655ad08b58c4fe44a0e919f8be14', u'ca979e4ad16791e2e971242f0544f39b5a15308d', u'cf2c2a503818df22cf07b0266d4db7688cbf5ae0', u'd382d9db3296866676e704016e86df8b2767e930', u'd78d173d1c9362a43a0ce2de3ed10085a1eefc7c', u'd81a07ce79b248cd1d366054a2e6fd96a75fc4ee', u'd85748f28e2a95d1976c9b5f5cae210fb6cde396', u'da7038e605b2672ea19813267f26b12012b80145', u'db94e58e80c85544eb32f61bec3b3e74b39e1341', u'dbb62d26e79552039380611bd4fa3b524a4cc371', u'e022a1275a25a6a9d747a8e04af3c787fe026a11', u'e3525c942a727a5f7883eac14c74b24815244572', u'e3eb41e4eb0120ba7a45e30b486a387f948ed49d', u'e75e3e5c29b58646b1c5a26ca6f5aecaaa5da704', u'e92108f830fed4422c0f9bcb54a6b632b8f437e9', u'eb6c55058c94831ba1ec9bb0b113884bcdab27af', u'eeb3f2d349f4e91a5fc9be30bfe60a08c04be7a9', u'ef7ad21b31827d0a705dbd42056b0a348c77a2b8', u'f033088769b217b98f7df2e7a557627162f69ae2', u'f17d4f134d537f573147595f41dae0f5fde921ce', u'f590a7f269058663ddd117d5d34a14b60afb5742', u'f6199352275e3800e531c50e9802f8e730825705', u'f6661f907547af742733099b64ac1d86158dc6ea', u'f91e857b4feba3cc5cba23f6cc09fbf68763596a', u'fc5e57d00fb3cbe343e7fc362a4879cff9605883']
{u'f17d4f134d537f573147595f41dae0f5fde921ce': {}, u'9e8f928ce62933f171b8590ccc16
at_time = None
indirects = Keys [u'names', u'numbers', u'serials']
{u'serials': [(u'005e1d1830cd1b9aae606ebca4ce32257832b486', u'phonebook__serials
factory = <database.dataobjectfactory instance at 0x16619e0>
name = u'serials'
colnum = 6L
record = {}
values = [(u'005e1d1830cd1b9aae606ebca4ce32257832b486', u'phonebook__serials,51L,52L,', u
tablename = 'phonebook'
v = u'phonebook__serials,51L,52L,'
u = u'fc5e57d00fb3cbe343e7fc362a4879cff9605883'
schema = [[0L, u'__rowid__', u'integer primary key'], [1L, u'__timestamp__', u''], [2L, u
type = u'indirectBLOB'
self = <database.Database instance at 0x20a6878>
row = (56L, 1221088911.4106841, None, u'fc5e57d00fb3cbe343e7fc362a4879cff9605883', u'p
Frame _getindirect in /usr/lib64/bitpim-1.0.5/database.py at line 656
what = u'phonebook__serials,51L,52L,'
rows = u'51L,52L,'
res = []
self = <database.Database instance at 0x20a6878>
tablename = u'phonebook__serials'
_[1] = []
r = u'51L'
schema = [[0L, u'__rowid__', u'integer primary key'], [1L, u'serial2', u'valueBLOB'], [2L
|
Any ideas on what happened?
Thanks, Matt. |
|
Back to top |
|
 |
weisso5 Apprentice


Joined: 07 Dec 2007 Posts: 268 Location: NYC
|
Posted: Thu Sep 11, 2008 9:19 pm Post subject: |
|
|
emerge --info plz |
|
Back to top |
|
 |
flybynite l33t

Joined: 06 Dec 2002 Posts: 620
|
Posted: Fri Sep 12, 2008 2:42 am Post subject: |
|
|
Wow, seems I did the same thing today and got what is probably the very same error. I got around it by deleting the .bitpim-files dir in your home dir. Then I could start the program again. I didn't get to the upload because I'm still waiting on a cable. |
|
Back to top |
|
 |
mattwood2000 Tux's lil' helper

Joined: 13 Apr 2005 Posts: 146
|
Posted: Fri Sep 12, 2008 2:40 pm Post subject: |
|
|
Here is emerge --info:
Code: |
Portage 2.2_rc8 (default/linux/amd64/2008.0, gcc-4.3.1, glibc-2.8_p20080602-r0,
2.6.26-gentoo-r1 x86_64)
=================================================================
System uname: Linux-2.6.26-gentoo-r1-x86_64-Intel-R-_Pentium-R-_D_CPU_3.40GHz-wi
th-glibc2.2.5
Timestamp of tree: Fri, 12 Sep 2008 13:00:03 +0000
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python: 2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc: 0.2.5
sys-apps/sandbox: 1.2.18.1-r3
sys-devel/autoconf: 2.62-r1
sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool: 2.2.4
virtual/os-headers: 2.6.26
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu
tdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/
fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminf
o /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-
orphans userfetch"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl alsa amd64 berkdb bzip2 cdr cli cracklib crypt cups divx4linux dri dvdread fortran gdbm gpm iconv ipv6 isdnlog java jpeg kde logrotate mad midi mjpeg mmx mp3 mpeg mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl png pppd python qt4 readline reflection samba session spl srt sse sse2 ssl symlink sysfs tcpd unicode xine xml xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
|
I'll try deleting those files.
Thanks, Matt. |
|
Back to top |
|
 |
mattwood2000 Tux's lil' helper

Joined: 13 Apr 2005 Posts: 146
|
Posted: Fri Sep 12, 2008 3:06 pm Post subject: |
|
|
After deleting those files I was able to restart bitpim and reconnect to my phone, but after I clicked OK to the Phonebook window (after full download) I got the exception below...same problem all over again.
Matt.
Code: |
BitPim version: 1.0.5-Gentoo
An unexpected exception has occurred.
Please see the help for details on what to do.
Traceback (most recent call last):
File "/usr/lib64/bitpim-1.0.5/fileview.py", line 368, in OnIdle
self._populatefs(self._data)
File "/usr/lib64/bitpim-1.0.5/fileview.py", line 903, in _populatefs
self._save_to_db(dict.get(self.database_key, {}))
File "/usr/lib64/bitpim-1.0.5/fileview.py", line 815, in _save_to_db
self.mainwindow.database.savemajordict(self.database_key, db_rr)
File "/usr/lib64/bitpim-1.0.5/database.py", line 249, in _transactionwrapper
return method(*args, **kwargs)
File "/usr/lib64/bitpim-1.0.5/database.py", line 409, in savemajordict
current=self.getmajordictvalues(tablename)
File "/usr/lib64/bitpim-1.0.5/database.py", line 249, in _transactionwrapper
return method(*args, **kwargs)
File "/usr/lib64/bitpim-1.0.5/database.py", line 638, in getmajordictvalues
fieldvalue=self._getindirect(v)
File "/usr/lib64/bitpim-1.0.5/database.py", line 656, in _getindirect
for row in self.sqlmany("select * from %s where __rowid__=?" % (idquote(tablename),), [(int(r),) for r in rows.split(',') if len(r)]):
ValueError: invalid literal for int() with base 10: '2L'
Variables by last 8 frames, innermost last
Frame OnIdle in /usr/lib64/bitpim-1.0.5/fileview.py at line 368
self = <ringers.RingerView; proxy of <Swig Object of type 'wxPanel *' at 0x24ea7b0> >
_ = <wx._core.IdleEvent; proxy of <Swig Object of type 'wxIdleEvent *' at 0x7fff2cb7
Frame _populatefs in /usr/lib64/bitpim-1.0.5/fileview.py at line 903
self = <ringers.RingerView; proxy of <Swig Object of type 'wxPanel *' at 0x24ea7b0> >
dict = Keys ['ringtone-index']
{'ringtone-index': {'1221231844.474620': <fileview.MediaEntry object at 0x7f5a10
Frame _save_to_db in /usr/lib64/bitpim-1.0.5/fileview.py at line 815
db_rr = Keys ['1221231844.470573', '1221231844.470574', '1221231844.470575', '1221231844.470576', '1221231844.470577', '1221231844.470578', '1221231844.470579', '1221231844.471580', '1221231844.471581', '1221231844.471582', '1221231844.471583', '1221231844.471584', '1221231844.471585', '1221231844.471586', '1221231844.471587', '1221231844.471588', '1221231844.471589', '1221231844.471590', '1221231844.471591', '1221231844.471592', '1221231844.471593', '1221231844.472594', '1221231844.472595', '1221231844.472596', '1221231844.472597', '1221231844.472598', '1221231844.472599', '1221231844.472600', '1221231844.472601', '1221231844.472602', '1221231844.472603', '1221231844.472604', '1221231844.473605', '1221231844.473606', '1221231844.473607', '1221231844.473608', '1221231844.473609', '1221231844.473610', '1221231844.473611', '1221231844.473612', '1221231844.473613', '1221231844.474614', '1221231844.474615', '1221231844.474616', '1221231844.474617', '1221231844.474618', '1221231844.474619', '1221231844.474620', '1221231844.474621', '1221231844.475622', '1221231844.475623', '1221231844.475624', '1221231844.475625', '1221231844.475626', '1221231844.475627', '1221231844.475628', '1221231844.476629', '1221231844.476630', '1221231844.476631']
{'1221231844.474620': {'serials': [{'sourcetype': 'bitpim', 'id': '1221231844.47
dict = Keys ['1221231844.470573', '1221231844.470574', '1221231844.470575', '1221231844.470576', '1221231844.470577', '1221231844.470578', '1221231844.470579', '1221231844.471580', '1221231844.471581', '1221231844.471582', '1221231844.471583', '1221231844.471584', '1221231844.471585', '1221231844.471586', '1221231844.471587', '1221231844.471588', '1221231844.471589', '1221231844.471590', '1221231844.471591', '1221231844.471592', '1221231844.471593', '1221231844.472594', '1221231844.472595', '1221231844.472596', '1221231844.472597', '1221231844.472598', '1221231844.472599', '1221231844.472600', '1221231844.472601', '1221231844.472602', '1221231844.472603', '1221231844.472604', '1221231844.473605', '1221231844.473606', '1221231844.473607', '1221231844.473608', '1221231844.473609', '1221231844.473610', '1221231844.473611', '1221231844.473612', '1221231844.473613', '1221231844.474614', '1221231844.474615', '1221231844.474616', '1221231844.474617', '1221231844.474618', '1221231844.474619', '1221231844.474620', '1221231844.474621', '1221231844.475622', '1221231844.475623', '1221231844.475624', '1221231844.475625', '1221231844.475626', '1221231844.475627', '1221231844.475628', '1221231844.476629', '1221231844.476630', '1221231844.476631']
{'1221231844.474620': <fileview.MediaEntry object at 0x7f5a102ef450>, '122123184
k = '1221231844.470577'
e = <fileview.MediaEntry object at 0x4dba210>
self = <ringers.RingerView; proxy of <Swig Object of type 'wxPanel *' at 0x24ea7b0> >
Frame _transactionwrapper in /usr/lib64/bitpim-1.0.5/database.py at line 249
args = (<database.Database instance at 0x229e518>, 'ringtone-index', {'1221231844.47462
method = <function savemajordict at 0x198ec08>
kwargs = Keys []
{}
Frame savemajordict in /usr/lib64/bitpim-1.0.5/database.py at line 409
timestamp = 1221231844.587028
self = <database.Database instance at 0x229e518>
dict = Keys ['1221231844.470573', '1221231844.470574', '1221231844.470575', '1221231844.470576', '1221231844.470577', '1221231844.470578', '1221231844.470579', '1221231844.471580', '1221231844.471581', '1221231844.471582', '1221231844.471583', '1221231844.471584', '1221231844.471585', '1221231844.471586', '1221231844.471587', '1221231844.471588', '1221231844.471589', '1221231844.471590', '1221231844.471591', '1221231844.471592', '1221231844.471593', '1221231844.472594', '1221231844.472595', '1221231844.472596', '1221231844.472597', '1221231844.472598', '1221231844.472599', '1221231844.472600', '1221231844.472601', '1221231844.472602', '1221231844.472603', '1221231844.472604', '1221231844.473605', '1221231844.473606', '1221231844.473607', '1221231844.473608', '1221231844.473609', '1221231844.473610', '1221231844.473611', '1221231844.473612', '1221231844.473613', '1221231844.474614', '1221231844.474615', '1221231844.474616', '1221231844.474617', '1221231844.474618', '1221231844.474619', '1221231844.474620', '1221231844.474621', '1221231844.475622', '1221231844.475623', '1221231844.475624', '1221231844.475625', '1221231844.475626', '1221231844.475627', '1221231844.475628', '1221231844.476629', '1221231844.476630', '1221231844.476631']
{'1221231844.474620': {'serials': [{'sourcetype': 'bitpim', 'id': '1221231844.47
tablename = 'ringtone-index'
Frame _transactionwrapper in /usr/lib64/bitpim-1.0.5/database.py at line 249
args = (<database.Database instance at 0x229e518>, 'ringtone-index')
method = <function getmajordictvalues at 0x198ed70>
kwargs = Keys []
{}
Frame getmajordictvalues in /usr/lib64/bitpim-1.0.5/database.py at line 638
uids = [u'1221231844.435514', u'1221231844.435515', u'1221231844.435516', u'1221231844.
uid = u'1221231844.435514'
sql_string = 'select * from [ringtone-index] where __uid__=? order by __rowid__ desc limit 1'
deleted = 2L
res = Keys [u'1221231844.435514', u'1221231844.435515', u'1221231844.435516', u'1221231844.435517', u'1221231844.435518', u'1221231844.435519', u'1221231844.436520', u'1221231844.436521', u'1221231844.436522', u'1221231844.436523', u'1221231844.436524', u'1221231844.436525', u'1221231844.436526', u'1221231844.436527', u'1221231844.436528', u'1221231844.436529', u'1221231844.436530', u'1221231844.436531', u'1221231844.437532', u'1221231844.437533', u'1221231844.437534', u'1221231844.437535', u'1221231844.437536', u'1221231844.437537', u'1221231844.437538', u'1221231844.437539', u'1221231844.437540', u'1221231844.437541', u'1221231844.437542', u'1221231844.438543', u'1221231844.438544', u'1221231844.438545', u'1221231844.438546', u'1221231844.438547', u'1221231844.438548', u'1221231844.438549', u'1221231844.438550', u'1221231844.438551', u'1221231844.439552', u'1221231844.439553', u'1221231844.439554', u'1221231844.439555', u'1221231844.439556', u'1221231844.439557', u'1221231844.439558', u'1221231844.439559', u'1221231844.440560', u'1221231844.440561', u'1221231844.440562', u'1221231844.440563', u'1221231844.440564', u'1221231844.440565', u'1221231844.440566', u'1221231844.440567', u'1221231844.441568', u'1221231844.441569', u'1221231844.441570', u'1221231844.441571', u'1221231844.441572']
{u'1221231844.435515': {u'origin': u'builtin', u'index': 1L, u'name': u'Low Beep
at_time = None
indirects = Keys [u'mediadata', u'serials']
{u'serials': [(u'1221231844.435514', u'ringtone-index__serials,2L,', u'indirectB
factory = <database.dataobjectfactory instance at 0x1990170>
name = u'serials'
colnum = 9L
record = Keys [u'index', u'name', u'origin']
{u'origin': u'mp3', u'index': 58L, u'name': u'Widespread Panic - Little Lilly.mp
values = [(u'1221231844.435514', u'ringtone-index__serials,2L,', u'indirectBLOB'), (u'122
tablename = 'ringtone-index'
v = u'ringtone-index__serials,2L,'
u = u'1221231844.441572'
schema = [[0L, u'__rowid__', u'integer primary key'], [1L, u'__timestamp__', u''], [2L, u
type = u'indirectBLOB'
self = <database.Database instance at 0x229e518>
row = (31L, 1221231844.4484539, None, u'1221231844.441572', u'ringtone-index__serials,
Frame _getindirect in /usr/lib64/bitpim-1.0.5/database.py at line 656
what = u'ringtone-index__serials,2L,'
rows = u'2L,'
res = []
self = <database.Database instance at 0x229e518>
tablename = u'ringtone-index__serials'
_[1] = []
r = u'2L'
schema = [[0L, u'__rowid__', u'integer primary key'], [1L, u'sourcetype', u'valueBLOB'],
|
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|