[PythonCE] Shelve -- has anyone used it successfully?

2004-12-07 Thread Ron Phillips
My script can't find the file: it fails and says "\\Mobile Device\\My Documents\\test\\culvertApp.shelf.dat does not exist."   I tried renaming my shelf file from culvertApp.shelf to culvertApp.shelf.dat -- no joy there.   Could it be because I copied my shelf file from my Windows XP system? I

Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Ron Phillips
Ok, Mark, thanks -- I've just about resigned myself to using csv, unless someone tells me that csv doesn't work right, either!   Ron ___ PythonCE mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Ron Phillips
004 11:23:45 AM >>> There's a pure python database called kirbybase you could try. If csv doesn't work I've done a module called listquote that would work.Regards,Fuzzyhttp://www.voidspace.org.uk/atlantibots/pythonutils.html-Original Message-   >From: "Ron

[PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Ron Phillips
I've been writing a form-filling app in Tkinter. I don't like it much, honestly -- I am much more comfortable in html. Can you provide any links to examples/tuts of the tiny http server / browser idea? Desktop is fine, I can adapt, I think.   I just haven't seen it done on the desktop, but I

[PythonCE] wxPyCE

2004-12-29 Thread Ron Phillips
OK, I downloaded the file, unzipped it, copied the python folder into the \Program Files directory on my Axim Pocket PC, clicked on the Setup Registry shortcut, and the PocketPC said:    "Cannot find 'python' (or one of its components). Make sure the path and filename are correct and all the

[PythonCE] Re: wxPyCE

2004-12-29 Thread Ron Phillips
Yep, I was grasping at the illusion of a straw. I didn't realize that the "new" PocketPC I was issued was ppc2002. I'm not even sure I can even find a distro with python and Tkinter that runs on that platform.   Thanks anyway, Ron ___ PythonCE mailin

[PythonCE] baseHTTPServer and CGIHTTPServer

2005-01-04 Thread Ron Phillips
When I run my little server.py in a subdirectory on Windows XP , it knows where 127.0.0.1:54321/cgi-bin/response.py lives, and the browser receives the appropriate codes from the response.py script.   However, when I move the script and server.py to the same file structure on WindowsCE, serve