Discussion:
[BitPim-devel] [bitpim-cvs-checkins] SF.net SVN: bitpim: [3386]tru nk/bitpim/src/phones/p_lgvx9800.p
Joe Pham
2006-06-20 06:21:31 UTC
Permalink
The .py file could not have been produced from the .p due to errors
in the .p.
I just regenerated the py from the p file and didn't run into any
errors. What errors did you see?

-Joe Pham




_____________________________________________________________________
PrivatePhone - FREE telephone number & voicemail.
A number so private, you can make it public.
http://www.privatephone.com
Roger Binns
2006-06-20 06:25:56 UTC
Permalink
Post by Joe Pham
The .py file could not have been produced from the .p due to errors
in the .p.
I just regenerated the py from the p file and didn't run into any
errors. What errors did you see?
There was an indentation error. I fixed it which is why you didn't
see a problem.

@@ -133,7 +133,7 @@
1 UINT numbertype
* LIST {'length': NUMPHONENUMBERS} +numbers:
49 USTRING {'raiseonunterminatedread': False} number
- 61 USTRING {'default': '', 'raiseonunterminatedread': False} +memo
+ 61 USTRING {'default': '', 'raiseonunterminatedread': False} +memo


Roger

Loading...