| Reply | « Previous Thread | Next Thread » |
|
I converted an .xml file into a .txt file using office 2007
When I try to print part of the text file, I get the following error after a "system error (-50)" note: Quote:
Code:
f = file("D:\\test.txt","r")
x = f.readlines()
f.close()
y = x[2].split("\t")
print y[1].decode("utf-8")
I also tried most of the options provided by Microsoft Office Excel 2007, including "Text (tab delimited)", "Unicode Text" and "Text (MS DOS)"! |
|
It looks I have a problem with the emulator.. nothing related to the excel file!
I tried: Quote:
Any ideas?! |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
thats strange ![]() please check that you dont have any python script named on any module name. ![]() Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Rotate dynamic text box | narender_raul | Flash Lite on Nokia Devices | 2 | 2008-12-05 19:21 |
| Print text independent of printer drivers | blackspear | Bluetooth Technology | 1 | 2007-09-20 08:58 |
| System Help with nokia pc connectivity SDK | gotka | PC Suite API and PC Connectivity SDK | 4 | 2004-07-06 10:56 |
| Rich Text box cut,copy,paste system error | skdas | General Symbian C++ | 0 | 2003-05-28 13:16 |
| Can I print a text directly from Java in the Nokia 9210? | Nokia_Archive | PersonalJava | 1 | 2002-05-25 04:13 |