[PythonCE] thanks

2006-12-15 Thread JBirdAngel
thanks for the emails and the info, i dont know all that much at this point about all this, but if you wanted to upload what you said i would download it, but you dont have to if you dont want to. with your setup you can do all aspects of programming and such on your pda right? you dont requir

Re: [PythonCE] thanks

2006-12-15 Thread Bandung
Vim is a text only editor. If you want to retain embedded word processing formatting, you will have to use something like pocket word (free with the windows mobile emulator link that I sent you or free with any pda that you purchase). Otherwise ya hafta "pony up" and buy TextMaker - which I love

[PythonCE] thanks again

2006-12-15 Thread JBirdAngel
Thanks again for the info and for the file. just so i understand, as i said im not too knowledgable about this so far, so this will completley install vim, and to do that basically i just copy the Vim folder onto my pocket pc, since you have already installe dthe desktop version and copied the

[PythonCE] setup.exe didnt finish downlaod cant delete

2006-12-15 Thread JBirdAngel
Hello, i tried to download the setup.exe for pythonce 2.5, it iddnt finish downloading said there was an unknown error and to try to download it ot a differnet location, it wouldnt let me delete it saying there was a person or program using it, i closed the open programs, though not taskbar pr

[PythonCE] psyqlite and tkinter

2006-12-15 Thread JBirdAngel
its okay to ask questions here even if id ont have python installed yet and am not a programmer yet right? just wanna maker sure i am wondering if i want psyqlite and tkinter zips that are part of the total pythonce 2.5 download but not part of the setup/cab.. tkinter is soemthign to do wi

Re: [PythonCE] thanks again

2006-12-15 Thread Bandung
(1) You unzip the file and copy the Vim directory to your \Storage Card\Program Files\Vim directory or into the device's main memory ie \Program Files\Vim (2) You will want to create a shortcut to the Vim.exe executable. Then you can launch Vim and begin programming. Notice the context sensiti

Re: [PythonCE] setup.exe didnt finish downlaod cant delete

2006-12-15 Thread Bandung
To delete that file that is always in use, I suggest that you use the following trick. START | RUN | CMD CD to your directory. Use: DIR /X /A to see the SHORT FILE NAMES of the files and directories there. use: RMDIR [/Q] [drive:]path RD [/Q] [drive:]path /S Removes all directories

Re: [PythonCE] psyqlite and tkinter

2006-12-15 Thread Bandung
Yes you definitely will need the kTinker file. IF you plan on writing database driven apps then you will need psyqlite. Here is my "readme" that I created to remind me of where to put these files plus the fix for the indentation problem that python25ce has.