From: Tom T. <to...@to...> - 2004-04-28 01:48:05
|
Here is the same error in Windows (XP): An unexpected exception has occurred. Please see the help for details on what to do. Traceback (most recent call last): File "gui.pyo", line 860, in OnEditSettings File "guiwidgets.pyo", line 613, in ShowModal File "guiwidgets.pyo", line 528, in setfromconfig File "guiwidgets.pyo", line 448, in ApplyBitFlingSettings File "bitflingscan.pyo", line 126, in decode ValueError: invalid literal for int(): <u Variables by last 8 frames, innermost last Frame run in gui.pyo at line 349 args = (['C:\\Program Files\\BitPim\\bitpim.exe'],) m = <gui.MainApp instance; proxy of C++ wxPyApp instance at _8e7 Frame MainLoop in wxPython\wx.pyo at line 1974 self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _8e7 Frame MainLoop in wxPython\wx.pyo at line 92 _kwargs = {} self = <gui.MainApp instance; proxy of C++ wxPyApp instance at _8e7 _args = () Frame OnEditSettings in gui.pyo at line 860 self = <gui.MainWindow instance; proxy of C++ wxFrame instance at _ _ = <wxPython.events.wxCommandEventPtr instance; proxy of C++ wx Frame ShowModal in guiwidgets.pyo at line 613 self = <guiwidgets.ConfigDialog instance; proxy of C++ wxDialog ins Frame setfromconfig in guiwidgets.pyo at line 528 self = <guiwidgets.ConfigDialog instance; proxy of C++ wxDialog ins Frame ApplyBitFlingSettings in guiwidgets.pyo at line 448 self = <guiwidgets.ConfigDialog instance; proxy of C++ wxDialog ins _ = None Frame decode in bitflingscan.pyo at line 126 i = 0 res = [] str = '<unconfigured>' "It's all about the ride..." Tom Tracey Puyallup, Washington www.tomtracey.com Proudly driving my "New" 1981 Yamaha Seca 750! "I was made to last forever, Though my body turn to sand, My soul is in His hand..." -=- Audio Adrenaline -=- ----- Original Message ----- From: "Stephen Wood" <sa...@ge...> To: <bit...@li...> Sent: Tuesday, April 27, 2004 4:51 PM Subject: Re: [Bitpim-devel] 0.7-test9 > On Tue, 2004-04-27 at 18:29, Roger Binns wrote: > > I have uploaded Windows and Linux builds to > > http://sf.net/project/showfiles.php?group_id=75211&package_id=76673&release_id=234373 > > > > Please can you verify they work on your machines. > > On Linux RH9, if I first remove my .bitpim* files, startup bitpim, go to > the Bitpim Settings panel and click the BitFling Enabled button, I get > an exception. If I click on the BitFling settings first, click OK, > there, then I don't get an exception when enabling. > > Will you be able to get the comment I made about Sanyo camera downloads > in versionhistory.htd into the official build? > > Stephen > > An unexpected exception has occurred. > Please see the help for details on what to do. > > Traceback (most recent call last): > File "guiwidgets.py", line 448, in ApplyBitFlingSettings > File "bitflingscan.py", line 126, in decode > ValueError: invalid literal for int(): <u > > ... > > Frame decode in bitflingscan.py at line 126 > i = 0 > res = [] > str = '<unconfigured>' > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Bitpim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > |