From abra9823 at mail.usyd.edu.au Sun Aug 1 05:31:53 2004 From: abra9823 at mail.usyd.edu.au (Ajay Brar) Date: Sun Aug 1 05:32:02 2004 Subject: [PythonCE] python for pocketpc2002 Message-ID: <410C6429.1070701@mail.usyd.edu.au> hi! I am trying to find and install python on a toshiba pocket pc e740. I found the PythonCE project on sourceforge, and downloaded the 2002 version. But there is no accompanying installation instructions. since i am new to pocket pc's, can someone help me with how to install it on my pocket pc. thanks cheers -- Ajay Brar From abra9823 at mail.usyd.edu.au Sun Aug 1 09:48:25 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Sun Aug 1 09:48:30 2004 Subject: [PythonCE] installing pythonce and pcrypto on pocket pc2002 Message-ID: <1091346504.410ca0490061e@www-mail.usyd.edu.au> hi! on http://fore.validus.com/~kashtan/ it says, extract the Python-2.3.4-arm-PPc2002.zip into the Python/lib directory. Python-2.3.4-arm-PPc2002.zip alos contains a Python23.zip file. do i need to extract this as well? also i would like to run the Python Cryptography toolkit on the pocketpc. Where would i need to install it? thanks cheers -- Ajay Brar, CS Honours 2004 Smart Internet Technology Research Group ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From scarr at progbits.com Sun Aug 1 16:12:36 2004 From: scarr at progbits.com (Scott Carr) Date: Sun Aug 1 16:13:13 2004 Subject: [PythonCE] python for pocketpc2002 In-Reply-To: <410C6429.1070701@mail.usyd.edu.au> References: <410C6429.1070701@mail.usyd.edu.au> Message-ID: <46399.66.93.248.128.1091369556.squirrel@66.93.248.128> I'd suggest going to http://fore.validus.com/~kashtan/ and look at the instructions there. That is where the SF download came from. The site hasn't been updated yet to include the instructions. It also has a link to the Tkinter libraries. Have fun... -- Scott Carr OpenOffice.org Documentation Maintainer Ajay Brar said: > hi! > > I am trying to find and install python on a toshiba pocket pc e740. > I found the PythonCE project on sourceforge, and downloaded the 2002 > version. But there is no accompanying installation instructions. since i > am new to pocket pc's, can someone help me with how to install it on my > pocket pc. > > thanks > > cheers > > -- > Ajay Brar > > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > From isrgish at fastem.com Sun Aug 1 17:43:25 2004 From: isrgish at fastem.com (Isr Gish) Date: Sun Aug 1 17:42:34 2004 Subject: [PythonCE] installing pythonce and pcrypto on pocket pc2002 Message-ID: <20040801154233.125291E4002@bag.python.org> Hi Ajay, -----Original Message----- >From: "Ajay" >Sent: 8/1/04 3:48:25 AM >To: "pythonce@python.org" >Subject: [PythonCE] installing pythonce and pcrypto on pocket pc2002 > >hi! > >on >http://fore.validus.com/~kashtan/ >it says, extract the Python-2.3.4-arm-PPc2002.zip into the Python/lib >directory. >Python-2.3.4-arm-PPc2002.zip alos contains a Python23.zip file. do i need >to extract this as well? No you can leave the whole ziplfile as is in the python lib folder. Allsthe best, Isr > >also i would like to run the Python Cryptography toolkit on the pocketpc. >Where would i need to install it? > >thanks > >cheers > > >-- >Ajay Brar, >CS Honours 2004 >Smart Internet Technology Research Group > > > > > >---------------------------------------------------------------- >This message was sent using IMP, the Internet Messaging Program. >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From abra9823 at mail.usyd.edu.au Mon Aug 2 09:35:03 2004 From: abra9823 at mail.usyd.edu.au (Ajay Brar) Date: Mon Aug 2 09:35:07 2004 Subject: [PythonCE] python editor and tkinter Message-ID: <410DEEA7.30101@mail.usyd.edu.au> hi! can you recommend a good editor to use on a pocket pc for python code? also i tried to install tkinter on my pocket pc. the instructions said to extract the files to the top level directory. Is this My Device which has the following directory structure. My device My Documents Program files Temp Windows the archive with the tkinter binaries contained a tcl directory and a windows directory. i copied the tcl8.4.3 to "My Device/" and copied the dll's in Windows to "My device/Windows/". This didn't work however and i even though i copied the dll's into the windows folder, i couldn't see them there when i explored the directory...weird. any ideas? thanks cheers -- Ajay Brar CS Honours 2004 Smart Internet Technology Research Group http://www.it.usyd.edu.au/~abrar1 From mike at pcblokes.com Mon Aug 2 10:50:14 2004 From: mike at pcblokes.com (Voidspace) Date: Mon Aug 2 10:50:18 2004 Subject: [PythonCE] Bug in os.listdir Message-ID: <410E0046.10003@pcblokes.com> The python 2.3.4 pocketpc distribution. If you do an os.listdir on an empty directory it raises an exeption - 'file or directory not found' (or words to that effect..). Regards, Fuzzy -- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.Voidspace.org.uk/atlantibots/pythonutils.html Python utilities, modules and apps. Including Nanagram, Dirwatcher and more. --- http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera From mike at pcblokes.com Mon Aug 2 10:56:53 2004 From: mike at pcblokes.com (Voidspace) Date: Mon Aug 2 10:56:58 2004 Subject: [PythonCE] python editor In-Reply-To: <410DEEA7.30101@mail.usyd.edu.au> References: <410DEEA7.30101@mail.usyd.edu.au> Message-ID: <410E01D5.80105@pcblokes.com> Ajay Brar wrote: > hi! > > can you recommend a good editor to use on a pocket pc for python code? I use pocket notepad - but it's not ideal as it doesn't do indentation (which can be a real pain). I usually use tabsfor indentation on my pocketpc and convert back to spaces on my desktop. There is a version of pocket VIM or EMACS (I forget which). This is highly confoigurable and *can* be setup to do indentatiobn - but it's horribly complex to create a config file - and with no real documentation I've never bothered. If anyone has a decent config file or knows a freeware editor I would really love to know. Regards, Fuzzy http://www.voidspace.org.uk/atlantibots/pythonutils.html [snip..] -- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.Voidspace.org.uk/atlantibots/pythonutils.html Python utilities, modules and apps. Including Nanagram, Dirwatcher and more. --- http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera From harry at jonesnose.com Mon Aug 2 18:15:02 2004 From: harry at jonesnose.com (Harry Lee) Date: Mon Aug 2 18:15:18 2004 Subject: [PythonCE] FW: an editor for python Message-ID: <003f01c478ab$e2437930$ca01a8c0@jonesnose.com> -----Original Message----- From: Harry Lee [mailto:harry@jonesnose.com] Sent: Monday, August 02, 2004 12:00 PM To: 'pythonce@python.org' Subject: an editor for python the logical choice would be idle, but for the life of me, I can neither make it work, nor see the error messages so I can debug. I drug idlelib from the pc distro and dropped it into python\lib, clicking on idle results in a spurt of error messages that do not persist on the screen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040802/1af74245/attachment.htm From isrgish at fastem.com Tue Aug 3 06:45:10 2004 From: isrgish at fastem.com (Isr Gish) Date: Tue Aug 3 06:44:12 2004 Subject: [PythonCE] Bug in os.listdir Message-ID: <20040803044411.66E731E4002@bag.python.org> Hi Fuzzy, -----Original Message----- >From: "Voidspace" >Sent: 8/2/04 4:50:14 AM >To: "pythonce@python.org" >Cc: "David L. Kashtan" >Subject: [PythonCE] Bug in os.listdir > >The python 2.3.4 pocketpc distribution. >If you do an os.listdir on an empty directory it raises an exeption - >'file or directory not found' (or words to that effect..). That sounds intresting, I don't seem to have the same problem. I get an empty dir. Can you please show us the traceback, it may help. All the best, Isr > >Regards, > > >Fuzzy > >-- > >http://www.Voidspace.org.uk >The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. > >--- >http://www.Voidspace.org.uk/atlantibots/pythonutils.html >Python utilities, modules and apps. >Including Nanagram, Dirwatcher and more. >--- >http://www.fuchsiashockz.co.uk >http://groups.yahoo.com/group/void-shockz >--- > >Everyone has talent. What is rare is the courage to follow talent > to the dark place where it leads. -Erica Jong >Ambition is a poor excuse for not having sense enough to be lazy. > -Milan Kundera > > > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From isrgish at fastem.com Tue Aug 3 06:45:22 2004 From: isrgish at fastem.com (Isr Gish) Date: Tue Aug 3 06:44:24 2004 Subject: [PythonCE] python editor and tkinter Message-ID: <20040803044422.F368A1E4002@bag.python.org> Hi Ajay, -----Original Message----- >From: "Ajay Brar" >Sent: 8/2/04 3:35:03 AM >To: "pythonce@python.org" >Subject: [PythonCE] python editor and tkinter > >hi! > >can you recommend a good editor to use on a pocket pc for python code? >also i tried to install tkinter on my pocket pc. the instructions said >to extract the files to the top level directory. >Is this My Device which has the following directory structure. > My device > My Documents > Program files > Temp > Windows >the archive with the tkinter binaries contained a tcl directory and a >windows directory. i copied the tcl8.4.3 to "My Device/" and copied the >dll's in Windows to "My device/Windows/". This didn't work however and i Would you mind stating what happend that when you tried using it. >even though i copied the dll's into the windows folder, i couldn't see >them there when i explored the directory...weird. > >any ideas? Probably the reason you don't see it is that in File Explorer you don't see hidden or system files. You can change that by going to the bottom of the list in a folder and holding down the styles till a menu pops up. Then from the menu select " Veiw All Files" All the best, Isr > >thanks >cheers > >-- >Ajay Brar >CS Honours 2004 >Smart Internet Technology Research Group > >http://www.it.usyd.edu.au/~abrar1 > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From abra9823 at mail.usyd.edu.au Tue Aug 3 10:34:13 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 3 10:38:40 2004 Subject: [PythonCE] python editor and tkinter In-Reply-To: <20040803044423.CE81327F178@dhaka.ucc.usyd.edu.au> References: <20040803044423.CE81327F178@dhaka.ucc.usyd.edu.au> Message-ID: <1091522053.410f4e05ccb2b@www-mail.usyd.edu.au> hi! Quoting Isr Gish : > Hi Ajay, > > -----Original Message----- > >From: "Ajay Brar" > >Sent: 8/2/04 3:35:03 AM > >To: "pythonce@python.org" > >Subject: [PythonCE] python editor and tkinter > > > >hi! > > > >can you recommend a good editor to use on a pocket pc for python > code? > >also i tried to install tkinter on my pocket pc. the instructions > said > >to extract the files to the top level directory. > >Is this My Device which has the following directory structure. > > My device > > My Documents > > Program files > > Temp > > Windows > >the archive with the tkinter binaries contained a tcl directory and > a > >windows directory. i copied the tcl8.4.3 to "My Device/" and copied > the > >dll's in Windows to "My device/Windows/". This didn't work however > and i > > Would you mind stating what happend that when you tried using it. I couldn't use it. import Tkinter gave an error saying it couldn't find the module. i looked in where i copied Tkinter, which was My Device/tcl8.4.3. i looked in My Device/tcl8.4.3/library and My Device/tcl8.4.3/tk8.4 and couldn't find Tkinter.py > > >even though i copied the dll's into the windows folder, i couldn't > see > >them there when i explored the directory...weird. > > > >any ideas? > > Probably the reason you don't see it is that in File Explorer you don't > see hidden or system files. You can change that by going to the bottom > of the list in a folder and holding down the styles till a menu pops up. > Then from the menu select " Veiw All Files" > I found the dll's though. any ideas what i am doing wrong. thanks heaps cheers ajay > > All the best, > Isr > > > > >thanks > >cheers > > > >-- > >Ajay Brar > >CS Honours 2004 > >Smart Internet Technology Research Group > > > >http://www.it.usyd.edu.au/~abrar1 > > > >_______________________________________________ > >PythonCE mailing list > >PythonCE@python.org > >http://mail.python.org/mailman/listinfo/pythonce > > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From abra9823 at mail.usyd.edu.au Tue Aug 3 12:17:19 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 3 12:20:44 2004 Subject: [PythonCE] download from internet on pocketpc Message-ID: <1091528239.410f662f679ab@www-mail.usyd.edu.au> hi! How can i force IE on pocket pc to download a file? i wrote a python script that prints "Content-Type: application/octet-stream" and then prints the signature of a file. i would like IE to show an option saying do you wish to save the file blah blah but instead it just prints the public key in the explorer window. help please... thanks cheers -- Ajay Brar, ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From isrgish at fastem.com Tue Aug 3 21:58:45 2004 From: isrgish at fastem.com (Isr Gish) Date: Tue Aug 3 21:57:44 2004 Subject: [PythonCE] python editor and tkinter Message-ID: <20040803195743.018F51E4002@bag.python.org> Hi Ajay, Ajay Wrote: >I couldn't use it. import Tkinter gave an error saying it couldn't find the >module. i looked in where i copied Tkinter, which was My Device/tcl8.4.3. >i looked in >My Device/tcl8.4.3/library and My Device/tcl8.4.3/tk8.4 and couldn't find >Tkinter.py [snip] >any ideas what i am doing wrong. > >thanks heaps > You need to add the folder that Tkinter.py is in, to your path in order for your module to find it. If you installed Python in 'Proram Files\Python\lib', then add to your path: "\Program Files\Python\lib\python23.zip\lib-tk', then it should work. All the best, Isr >cheers > >ajay > From harry at jonesnose.com Wed Aug 4 02:55:42 2004 From: harry at jonesnose.com (Harry Lee) Date: Wed Aug 4 02:55:57 2004 Subject: [PythonCE] yes, I know I'm insane Message-ID: <009001c479bd$c5f76080$6400a8c0@jonesnose.com> has anyone actually gotten a zope or plone running on a pythonce platform? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040803/d20153ad/attachment.html From abra9823 at mail.usyd.edu.au Wed Aug 4 18:34:57 2004 From: abra9823 at mail.usyd.edu.au (Ajay Brar) Date: Wed Aug 4 18:35:04 2004 Subject: [PythonCE] bsddb Message-ID: <41111031.6080005@mail.usyd.edu.au> hi! can someone suggest how i can go about finding/porting a bsddb module for pocket pc. thanks cheers -- Ajay Brar CS Honours 2004 Smart Internet Technology Research Group http://www.it.usyd.edu.au/~abrar1 From johnny at debris.demon.nl Wed Aug 4 19:50:07 2004 From: johnny at debris.demon.nl (Johnny deBris) Date: Wed Aug 4 19:50:10 2004 Subject: [PythonCE] yes, I know I'm insane In-Reply-To: <009001c479bd$c5f76080$6400a8c0@jonesnose.com> References: <009001c479bd$c5f76080$6400a8c0@jonesnose.com> Message-ID: <411121CF.3030503@debris.demon.nl> Harry Lee wrote: > has anyone actually gotten a zope or plone running on a pythonce platform? Lol, I don't think so. It would for starters mean that the C-code should be adjusted, I don't think it's going to be easy... If you get it to work, do let me know though... ;) Cheers, Guido P.S. If you are really insane enough to start working on it yourself, I think that Zope 3 will probably make a better candidate to port than Zope 2, because it's way better structured and the dependencies of individual parts are way less thight. I think most pieces of Zope 3 functionality will probably be useable stand-alone (while in Zope 2, every part seems to rely on another), which should make it a bit easier to port (you can port one part at a time, starting with easy stuff and working your way up). From abra9823 at mail.usyd.edu.au Thu Aug 5 01:14:54 2004 From: abra9823 at mail.usyd.edu.au (Ajay Brar) Date: Thu Aug 5 01:15:10 2004 Subject: [PythonCE] bsddb port to pocket pc Message-ID: <41116DEE.2080709@mail.usyd.edu.au> hi! has anyone done this? ported bsddb to pocket pc? please help... thanks -- Ajay Brar CS Honours 2004 Smart Internet Technology Research Group http://www.it.usyd.edu.au/~abrar1 From milis at pipit.ath.cx Thu Aug 5 05:43:37 2004 From: milis at pipit.ath.cx (milis@pipit.ath.cx) Date: Thu Aug 5 05:54:49 2004 Subject: [PythonCE] What is python23.zip and how to put python ce on CF ? Message-ID: <1828479926.20040805104337@pipit.ath.cx> Dear all, Just few question : 1. I d/led from validus.com. Ufter unzip, there is also 1 zip file python23.zip. What is it for ? Must i unzip it also ? to where ? 2. How to put pythonce on CF card ? 3. How to make pyton call win ce api ? Best regards, Pipit. From abra9823 at mail.usyd.edu.au Thu Aug 5 06:33:51 2004 From: abra9823 at mail.usyd.edu.au (Ajay Brar) Date: Thu Aug 5 06:34:03 2004 Subject: [PythonCE] What is python23.zip and how to put python ce on CF ? In-Reply-To: <1828479926.20040805104337@pipit.ath.cx> References: <1828479926.20040805104337@pipit.ath.cx> Message-ID: <4111B8AF.20100@mail.usyd.edu.au> milis@pipit.ath.cx wrote: >Dear all, > >Just few question : >1. I d/led from validus.com. Ufter unzip, there is also 1 zip file >python23.zip. What is it for ? Must i unzip it also ? to where ? > > leave it as it is. you don't need to unzip it or do anything else with it. >2. How to put pythonce on CF card ? > >3. How to make pyton call win ce api ? > >Best regards, > >Pipit. > > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > > > -- Ajay Brar CS Honours 2004 Smart Internet Technology Research Group http://www.it.usyd.edu.au/~abrar1 From isrgish at fastem.com Thu Aug 5 07:52:27 2004 From: isrgish at fastem.com (Isr Gish) Date: Thu Aug 5 07:51:23 2004 Subject: [PythonCE] What is python23.zip and how to put python ce on CF ? Message-ID: <20040805055122.6FA561E4009@bag.python.org> Hi Pipit, -----Original Message----- >From: "milis@pipit.ath.cx" >Sent: 8/4/04 11:43:37 PM >To: "pythonce@python.org" >Subject: [PythonCE] What is python23.zip and how to put python ce on CF ? > >Dear all, > >Just few question : >1. I d/led from validus.com. Ufter unzip, there is also 1 zip file >python23.zip. What is it for ? Must i unzip it also ? to where ? No, you don't have to unzip it just leave it in the Python\lib folder > >2. How to put pythonce on CF card ? Make a Python\lib folder in the root directory of the CF card and put everything there. (I think the CF card needs to be called "Storage Card" for it to work.) All the best, Isr > >3. How to make pyton call win ce api ? > >Best regards, > >Pipit. > > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > From hefangdotcom at hotmail.com Wed Aug 11 10:02:19 2004 From: hefangdotcom at hotmail.com (=?gb2312?B?us4gt70=?=) Date: Wed Aug 11 10:02:23 2004 Subject: [PythonCE] help: where to download python22.dll Message-ID: Dear All I am using pythonce22 and don't want to upgrade to pythonce23. My PPC seems not work with pythonce23.And I am still using an older version of python22.dll with timestamp 2002-1-20. I want to update it.but following link seems does not work ftp://ftp.murkworks.com/beta/pycearmcore4.zip I will be very happy if someone send a copy to my mailbox: hefangdotcom@hotmail.com. _________________________________________________________________ 享用世界上最大的电子邮件系统— MSN Hotmail。 http://www.hotmail.com From isrgish at fastem.com Thu Aug 12 06:00:33 2004 From: isrgish at fastem.com (Isr Gish) Date: Thu Aug 12 05:58:57 2004 Subject: [PythonCE] help: where to download python22.dll Message-ID: <20040812035856.63F8B1E4002@bag.python.org> Hi, -----Original Message----- >From: "何 方" >Sent: 8/11/04 4:02:19 AM >To: "pythonce@python.org" >Subject: [PythonCE] help: where to download python22.dll > >Dear All >I am using pythonce22 and don't want to upgrade to pythonce23. My PPC >seems not work with pythonce23.And I am still using an older version of >python22.dll with timestamp 2002-1-20. I want to update it.but following >link seems does not work >ftp://ftp.murkworks.com/beta/pycearmcore4.zip >I will be very happy if someone send a copy to my mailbox: >hefangdotcom@hotmail.com. You can try the newest release http://www.validus.com/~kashtan Or at www.sourceforge.net, search for pythonce. This new release works pretty well. All the best, Isr > >_________________________________________________________________ >享用世界上最大的电子邮件系统— MSN Hotmail。 http://www.hotmail.com > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From hefangdotcom at hotmail.com Thu Aug 12 09:01:58 2004 From: hefangdotcom at hotmail.com (=?gb2312?B?us4gt70=?=) Date: Thu Aug 12 09:02:02 2004 Subject: [PythonCE] execfile&input in pythonce2.3.4 Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040812/5d8a78a4/attachment.htm From isrgish at fastem.com Fri Aug 13 05:47:51 2004 From: isrgish at fastem.com (Isr Gish) Date: Fri Aug 13 05:46:10 2004 Subject: [PythonCE] execfile&input in pythonce2.3.4 Message-ID: <20040813034610.5013F1E4002@bag.python.org> I'm sorry but I can't see your message. It may be because its not in text mode. but what I understand from the subject line is that you are having problems with the input functions. Well... It is said that it is being worked on by David (the one who made this release. But it has been a while since we have heard from him. But what's the problem with execfile? All the best, Isr -----Original Message----- >From: "?? ??" >Sent: 8/12/04 3:01:58 AM >To: "pythonce@python.org" >Subject: [PythonCE] execfile&input in pythonce2.3.4 > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From danielnastase at hotmail.com Sat Aug 14 17:21:57 2004 From: danielnastase at hotmail.com (Daniel Nastase) Date: Sat Aug 14 17:22:01 2004 Subject: [PythonCE] python 2.3.4 hpc 2000 Message-ID: Hi, I have managed to get python 2.3.4 build for HPC 2000. I have used the sources provided by David Kashtan (http://fore.validus.com/~kashtan/) and tweaked them a bit to builld on HPC 2000. I have removed some GUI elements (menu bar, input method awareness) of the pcceshell, as they used API not present in HPC 2000. Tkinter is working. Unfortunately I can't post the build on my free web site as it doesn't allow too big downloads. Please let me know if there are any requests and I can see what can I do to post it somewhere... Daniel _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail From bkc at murkworks.com Sat Aug 14 18:18:46 2004 From: bkc at murkworks.com (Brad Clements) Date: Sat Aug 14 18:11:40 2004 Subject: [PythonCE] python 2.3.4 hpc 2000 In-Reply-To: Message-ID: <411E0325.30598.758DE23@coal.murkworks.com> This could be uploaded to pythonce on sourceforge. Contact me directly if you're willing to do this, I'll help get it into the files section. On 14 Aug 2004 at 15:21, Daniel Nastase wrote: From: "Daniel Nastase" To: pythonce@python.org Date sent: Sat, 14 Aug 2004 15:21:57 +0000 Subject: [PythonCE] python 2.3.4 hpc 2000 > Hi, > > I have managed to get python 2.3.4 build for HPC 2000. > > I have used the sources provided by David Kashtan > (http://fore.validus.com/~kashtan/) and tweaked them a bit to builld on HPC > 2000. I have removed some GUI elements (menu bar, input method awareness) > of the pcceshell, as they used API not present in HPC 2000. Tkinter is > working. > > Unfortunately I can't post the build on my free web site as it doesn't > allow too big downloads. > > Please let me know if there are any requests and I can see what can I do to > post it somewhere... > > Daniel > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From harry at jonesnose.com Sat Aug 14 19:37:43 2004 From: harry at jonesnose.com (Harry Lee) Date: Sat Aug 14 19:48:01 2004 Subject: [PythonCE] has anyone tried pythonce on a samsung i700? Message-ID: <007001c48225$6becfa30$ca01a8c0@jonesnose.com> the cel/phone ppc verizon sells? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040814/94b1cd72/attachment.html From brian at ablelinktech.com Sat Aug 14 23:56:45 2004 From: brian at ablelinktech.com (Brian Brown) Date: Sat Aug 14 23:56:55 2004 Subject: [PythonCE] has anyone tried pythonce on a samsung i700? In-Reply-To: <007001c48225$6becfa30$ca01a8c0@jonesnose.com> References: <007001c48225$6becfa30$ca01a8c0@jonesnose.com> Message-ID: No, but I have tried on a Tmobile PPC phone edition. I don't see any reason why it wouldn't work... you would have to compile in any support needed for the phone specific interfaces though. Brian On Aug 14, 2004, at 11:37 AM, Harry Lee wrote: > the cel/phone ppc verizon sells? > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 511 bytes Desc: not available Url : http://mail.python.org/pipermail/pythonce/attachments/20040814/b69b6c1c/attachment.bin From hefangdotcom at hotmail.com Sun Aug 15 15:10:02 2004 From: hefangdotcom at hotmail.com (=?gb2312?B?us4gt70=?=) Date: Sun Aug 15 15:10:05 2004 Subject: [PythonCE] execfile&input in pythonce2.3.4 Message-ID: An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040815/559fd556/attachment.htm From jan.ischebeck at p3-gmbh.de Sun Aug 15 19:06:35 2004 From: jan.ischebeck at p3-gmbh.de (Ischebeck, Jan) Date: Sun Aug 15 19:06:37 2004 Subject: [PythonCE] How to compiling additional modules? Message-ID: <63C16EF00EF7474B92BE0E2A19E51AAD15DAB1@acfs01pdc.intra.p3-gmbh.de> Hi, I need the egenix mxDatetime module [1] on my iPAQ (SQLite would be great too) for porting an OpenSource ERP Package. But I don't know how to compile mxDatetime for ARM. Is there a way to include external modules in the PythonCE build progress? Egenix is using distutils to build on Win32/linux. Has anyone tried to tweak the distutils setup.py settings or do I need to write a full makefile myself? Thanks, Jan [1] http://www.egenix.com/files/python/egenix-mx-base-2.0.5.zip From mike at pcblokes.com Mon Aug 16 08:46:35 2004 From: mike at pcblokes.com (Voidspace) Date: Mon Aug 16 08:46:41 2004 Subject: [PythonCE] How to compiling additional modules? In-Reply-To: <63C16EF00EF7474B92BE0E2A19E51AAD15DAB1@acfs01pdc.intra.p3-gmbh.de> References: <63C16EF00EF7474B92BE0E2A19E51AAD15DAB1@acfs01pdc.intra.p3-gmbh.de> Message-ID: <4120584B.2080705@pcblokes.com> Unfortunately I suspect compiling module for pocketPC is non-trivial, unless you have prior experience. (Which I don't). I believe the SDK is available free from microsoft - and *probably* a compiler as well - but you'd almost certainly need to build the makefile etc yourself. Regards, Fuzzy Ischebeck, Jan wrote: >Hi, > >I need the egenix mxDatetime module [1] on my iPAQ (SQLite would be great too) for porting an OpenSource ERP Package. > >But I don't know how to compile mxDatetime for ARM. Is there a way to include external modules in the PythonCE build progress? > >Egenix is using distutils to build on Win32/linux. Has anyone tried to tweak the distutils setup.py settings or do I need to write a full makefile myself? > >Thanks, > >Jan > >[1] http://www.egenix.com/files/python/egenix-mx-base-2.0.5.zip > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > > > > > -- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.Voidspace.org.uk/atlantibots/pythonutils.html Python utilities, modules and apps. Including Nanagram, Dirwatcher and more. --- http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera From mike at pcblokes.com Mon Aug 16 08:51:10 2004 From: mike at pcblokes.com (Voidspace) Date: Mon Aug 16 08:51:16 2004 Subject: [PythonCE] execfile&input in pythonce2.3.4 In-Reply-To: References: Message-ID: <4120595E.1080105@pcblokes.com> Unfortunately in the current builds of python for PocketPC input and raw_input don't work. This is because the PocketPC console doesn't support them. Their was a hack in previous builds (by Telion) - but it relied on C code that got lost in the mists of time. David Kashtan would *like* to be able to add support for it back in - but doesn't want to have to rewrite the C. It *should* be possible to fake it using Tkinter dialogs - but I've never actually tried it. I find it surprising that it's not possible - as python running in 'interactive interpreter' mode receives user input from a window. But I know that in programming things are not always straightforward. Regards, Fuzzy 何 方 wrote: > My last message about "execfile&input in pythonce2.3.4" is not > acurate.I am sorry for that. > > After more tests i worked it out .In pythonce221, you can write > execfile('/folder/file') or execfile('\folder\file') in a py file to > call another py file,but in python234, I have to write > execfile('\\folder\\file') .That's ok, then. > > As to input and raw_input in py file, they raised errors. Is it > intended for that? Is it possible to get a prompt for user input? > > > ------------------------------------------------------------------------ > 使用世界上最大的电子邮件系统— MSN Hotmail > Get 2 months FREE*. > >------------------------------------------------------------------------ > >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > > -- http://www.Voidspace.org.uk The Place where headspace meets cyberspace. Online resource site - covering science, technology, computing, cyberpunk, psychology, spirituality, fiction and more. --- http://www.Voidspace.org.uk/atlantibots/pythonutils.html Python utilities, modules and apps. Including Nanagram, Dirwatcher and more. --- http://www.fuchsiashockz.co.uk http://groups.yahoo.com/group/void-shockz --- Everyone has talent. What is rare is the courage to follow talent to the dark place where it leads. -Erica Jong Ambition is a poor excuse for not having sense enough to be lazy. -Milan Kundera From brian at ablelinktech.com Mon Aug 16 19:27:55 2004 From: brian at ablelinktech.com (Brian Brown) Date: Mon Aug 16 19:28:03 2004 Subject: [PythonCE] Nmake all syntax error and aygshell Message-ID: <1092677275.4120ee9be2d47@www.teuton.org> Greetings all, I'm working with Python-2.3.4 with PyWin32 on the Pocket PC and would like to try to build some additional modules, specifically aygshell. How would I go about adding aygshell to the build environment? I've followed the instructions on http://www.validus.com/~kashtan and have one other problem, when I try to do "nmake all" it says the makefile has invalid syntax (PCbuild/WinCE/makefile) Brian /--------------------------- AbleLink Technologies, Inc. Cognitive Support Technology http://www.ablelinktech.com From brian at ablelinktech.com Mon Aug 16 21:13:02 2004 From: brian at ablelinktech.com (Brian Brown) Date: Mon Aug 16 21:13:43 2004 Subject: [PythonCE] Building aygshell or other extension Message-ID: <4B627AB0-EFB8-11D8-A9FC-003065F89450@ablelinktech.com> Where would I start? ;-) Would this be something I would have to from the PyWin32 side, or in the Python WinCE makefiles? I'll a bunch of things, see what happens, but if anyone has any pointers, that would be great. I'll document whatever I find out and put it up in a publically accessible place. Brian From anne.wangnick at t-online.de Tue Aug 17 18:05:16 2004 From: anne.wangnick at t-online.de (Anne Wangnick) Date: Tue Aug 17 18:05:49 2004 Subject: AW: [PythonCE] python 2.3.4 hpc 2000 In-Reply-To: Message-ID: Hello Daniel, I'm very interested. I've got such a device, and would love to run some Python/Tkinter applications of mine. I recently tried the port myself, but didn't manage ... Regards, Sebastian -----Urspr?ngliche Nachricht----- Von: pythonce-bounces@python.org [mailto:pythonce-bounces@python.org]Im Auftrag von Daniel Nastase Gesendet: Samstag, 14. August 2004 17:22 An: pythonce@python.org Betreff: [PythonCE] python 2.3.4 hpc 2000 Hi, I have managed to get python 2.3.4 build for HPC 2000. I have used the sources provided by David Kashtan (http://fore.validus.com/~kashtan/) and tweaked them a bit to builld on HPC 2000. I have removed some GUI elements (menu bar, input method awareness) of the pcceshell, as they used API not present in HPC 2000. Tkinter is working. Unfortunately I can't post the build on my free web site as it doesn't allow too big downloads. Please let me know if there are any requests and I can see what can I do to post it somewhere... Daniel _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce From bkc at murkworks.com Tue Aug 17 18:30:41 2004 From: bkc at murkworks.com (Brad Clements) Date: Tue Aug 17 18:23:16 2004 Subject: AW: [PythonCE] python 2.3.4 hpc 2000 In-Reply-To: References: Message-ID: <4121FA70.30744.16D6CA24@coal.murkworks.com> On 17 Aug 2004 at 18:05, Anne Wangnick wrote: > Hello Daniel, > > I'm very interested. I've got such a device, and would love to run some > Python/Tkinter applications of mine. I recently tried the port myself, but > didn't manage ... > Daniel sent me his binary .zip release. I'll be uploading it to the pythonce project on source forge shortly. -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From bkc at murkworks.com Tue Aug 17 18:49:11 2004 From: bkc at murkworks.com (Brad Clements) Date: Tue Aug 17 18:41:37 2004 Subject: [PythonCE] ANN: Python for HPC 2000/ARM Uploaded Message-ID: <4121FEC6.14159.16E7BA33@coal.murkworks.com> I have uploaded the HPC2000 strong arm binary to source forge. This binary was provided by Daniel Nastase danielnastase2002@yahoo.com. Thanks Daniel! http://sourceforge.net/project/showfiles.php?group_id=104228 -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/pythonce/attachments/20040817/e110f003/attachment.htm From anne.wangnick at t-online.de Wed Aug 18 16:48:44 2004 From: anne.wangnick at t-online.de (Anne Wangnick) Date: Wed Aug 18 16:49:07 2004 Subject: AW: [PythonCE] python 2.3.4 hpc 2000 In-Reply-To: Message-ID: Hello Daniel and Brad, unfortunately, my HPC has an SH3 processor, not an ARM. Any chance to build for that processor type? Also, was I correct to assume that HPC 2000 indicates Windows CE 2.0 (which is what runs on my HPC)? Regards, Sebastian -----Urspr?ngliche Nachricht----- Von: pythonce-bounces@python.org [mailto:pythonce-bounces@python.org]Im Auftrag von Brad Clements Gesendet: Dienstag, 17. August 2004 18:49 An: pythonce@python.org Betreff: [PythonCE] ANN: Python for HPC 2000/ARM Uploaded I have uploaded the HPC2000 strong arm binary to source forge. This binary was provided by Daniel Nastase danielnastase2002@yahoo.com. Thanks Daniel! http://sourceforge.net/project/showfiles.php?group_id=104228 -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements -----Urspr?ngliche Nachricht----- Von: pythonce-bounces@python.org [mailto:pythonce-bounces@python.org]Im Auftrag von Anne Wangnick Gesendet: Dienstag, 17. August 2004 18:05 An: Daniel Nastase Cc: pythonce@python.org; bkc@murkworks.com Betreff: AW: [PythonCE] python 2.3.4 hpc 2000 Hello Daniel, I'm very interested. I've got such a device, and would love to run some Python/Tkinter applications of mine. I recently tried the port myself, but didn't manage ... Regards, Sebastian -----Urspr?ngliche Nachricht----- Von: pythonce-bounces@python.org [mailto:pythonce-bounces@python.org]Im Auftrag von Daniel Nastase Gesendet: Samstag, 14. August 2004 17:22 An: pythonce@python.org Betreff: [PythonCE] python 2.3.4 hpc 2000 Hi, I have managed to get python 2.3.4 build for HPC 2000. I have used the sources provided by David Kashtan (http://fore.validus.com/~kashtan/) and tweaked them a bit to builld on HPC 2000. I have removed some GUI elements (menu bar, input method awareness) of the pcceshell, as they used API not present in HPC 2000. Tkinter is working. Unfortunately I can't post the build on my free web site as it doesn't allow too big downloads. Please let me know if there are any requests and I can see what can I do to post it somewhere... Daniel _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce From bkc at murkworks.com Wed Aug 18 17:13:59 2004 From: bkc at murkworks.com (Brad Clements) Date: Wed Aug 18 17:06:42 2004 Subject: AW: [PythonCE] python 2.3.4 hpc 2000 In-Reply-To: References: Message-ID: <412339F6.20199.1BB6EB80@coal.murkworks.com> On 18 Aug 2004 at 16:48, Anne Wangnick wrote: > unfortunately, my HPC has an SH3 processor, not an ARM. Any chance to build > for that processor type? That's up to Daniel I'm afraid. > Also, was I correct to assume that HPC 2000 indicates Windows CE 2.0 (which > is what runs on my HPC)? I don't think so. I think HPC2000 is based on CE 3.0 CE 2.0 is really old. and 2.1 is not quite so old, but still way out of date and I think more difficult to support. I have a bunch of 2.1 devices :-( -- Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax http://www.wecanstopspam.org/ AOL-IM: BKClements From danielnastase at hotmail.com Thu Aug 19 01:38:49 2004 From: danielnastase at hotmail.com (Daniel Nastase) Date: Thu Aug 19 01:38:52 2004 Subject: AW: [PythonCE] python 2.3.4 hpc 2000 Message-ID: The HPC2000 uses Windows CE 3.0. Because of this I expect that it won't be just a matter of building for a different processor type, but one would need to further downgrade the code to Windows CE 2.0 which can be time consuming. That's why I can't promise anything as I don't have too much free time :( Can you pls send me directly what your pda is and what OS is using ? (I need to install the proper SDK) and I'll give it a shot this week-end maybe we're lucky and it just builds. Daniel --- Anne Wangnick wrote: >Hello Daniel and Brad, > >unfortunately, my HPC has an SH3 processor, not an >ARM. Any chance to build >for that processor type? > >Also, was I correct to assume that HPC 2000 >indicates Windows CE 2.0 (which >is what runs on my HPC)? > >Regards, >Sebastian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus From abra9823 at mail.usyd.edu.au Thu Aug 19 05:12:00 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Thu Aug 19 05:12:10 2004 Subject: [PythonCE] tkinter - menu Message-ID: <1092885120.41241a8094280@www-mail.usyd.edu.au> hi! I had an app that created a frame with a menubar it runs fine without errors on the desktop however, when i run it on pocketpc2002, it displays nothing. there are no error messages either. its just an empty window any ideas why? cheers -- ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From mike at pcblokes.com Thu Aug 19 17:36:00 2004 From: mike at pcblokes.com (Michael) Date: Thu Aug 19 17:36:10 2004 Subject: [PythonCE] tkinter - menu Message-ID: <20040819153609.A26DE1E4003@bag.python.org> Last time I looked menus didn't work. This is because the pocket port of Tk/Tcl doesn't yet support them. I *think* that's right anyway. You'll probably need to design your UI specifically for the pocketPC rather than using the same code for both. The principles should be the same though. Regards, Fuzzy -----Original Message----- >From: "Ajay" >Sent: 19/08/04 04:12:00 >To: "pythonce@python.org" >Subject: [PythonCE] tkinter - menu > >hi! > >I had an app that created a frame with a menubar >it runs fine without errors on the desktop >however, when i run it on pocketpc2002, it displays nothing. there are no >error messages either. its just an empty window >any ideas why? > >cheers >-- > >---------------------------------------------------------------- >This message was sent using IMP, the Internet Messaging Program. >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce > > From mdoukidis at gmail.com Tue Aug 24 12:17:05 2004 From: mdoukidis at gmail.com (Mark Doukidis) Date: Tue Aug 24 12:17:11 2004 Subject: [PythonCE] Tkinter module importing Message-ID: <8d85110404082403174e0a9e2d@mail.gmail.com> Question: Why is does the module "Tkinter" not "import" like other modules ? Comments I have seen posted are to perform: >>> import sys >>> sys.path.append('\\Program Files\\Python\\lib\\Python23.zip\\lib-tk') >>> import Tkinter >>> While this works it seems strange to me that this effort is required for PythonCE. Can someone enlighten me on this topic ? Mark From asko.kauppi at sci.fi Tue Aug 24 12:59:51 2004 From: asko.kauppi at sci.fi (Asko Kauppi) Date: Tue Aug 24 13:00:03 2004 Subject: [PythonCE] WinCE testers for LuaX? Message-ID: I wonder if some of you PythonCE people would like to help me test LuaX (http://luaforge.net/projects/luax) on WinCE. I have it compiling (using eVC++ 4.0) but have no physical gadget to test against, neither does the emulator work on Mac Virtual PC. So there's some challenges still, I'm sure. :) If you're interested, have a look at this article: LuaX for PocketPC - Installation.pdf http://luaforge.net/docman/?group_id=21 -ak Edelleenl?hetetyn viestin alku: > L?hett?j?: Asko Kauppi > P?iv?ys: 22. elokuuta 2004 18:45:21 GMT+03:00 > Vastaanottaja: Lua list > Aihe: WinCE testers.. (still looking) > > > I finally managed to get the remaining x86/emulator issues fixed, and > LuaX should now be testable on any WinCE 4.00 (or later?) platform. > > You'll need: > - a PC :) > - Microsoft's eMbedded Visual C++ 4.0 sp4 (available free on their > website) > - latest luax-base and luax-wincelibs packages from me > - time, and a few gigabytes :) no, kidding.. of disk space > > You'll get: > - my thanks > - glory *whoooo* > - your name in the 'credits' ;) > > You can either run the software with the emulator, or on an iPaq or > other such gadget. > > .ak > From isrgish at fastem.com Wed Aug 25 03:20:20 2004 From: isrgish at fastem.com (Isr Gish) Date: Wed Aug 25 03:20:21 2004 Subject: [PythonCE] Tkinter module importing Message-ID: <20040825012020.0CBF21E4002@bag.python.org> Hi Mark, -----Original Message----- >From: "Mark Doukidis" >Sent: 8/24/04 6:17:05 AM >To: "PythonCE@python.org" >Subject: [PythonCE] Tkinter module importing > >Question: Why is does the module "Tkinter" not "import" like other modules ? > >Comments I have seen posted are to perform: > >>>> import sys >>>> sys.path.append('\\Program Files\\Python\\lib\\Python23.zip\\lib-tk') >>>> import Tkinter >>>> > >While this works it seems strange to me that this effort is required >for PythonCE. > >Can someone enlighten me on this topic ? > The reason for this is that for any module to import, Python needs to know where it is located. For that there is a list of folders that python searches. That list is in sys.path. So in order for python to know where to look for the module "Tkinter" which is located in the lib\lib-tk folder. We have to tell python to look there. I hope this was clear. All the best, Isr >Mark >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From isrgish at fastem.com Fri Aug 27 14:43:10 2004 From: isrgish at fastem.com (Isr Gish) Date: Fri Aug 27 14:45:05 2004 Subject: [PythonCE] Using a Console Message-ID: <20040827124503.3957C1E4003@bag.python.org> I have installed Pocket Console. Now I would like too use the console instead of the regular shell. Can anyone give me some pointer how to go about this. Thanks All the best, Isr From stiqs at blackhills.net Fri Aug 27 15:40:35 2004 From: stiqs at blackhills.net (Pritchard) Date: Fri Aug 27 15:40:40 2004 Subject: [PythonCE] PocketConsole & py 2.3.4 Message-ID: <200408270740.35258.stiqs@blackhills.net> Hi, Been a silent follower of this ce channel. In my quest for raw_input, I stumbled upon pocketconsole and installed it. Worked perfectly fine in earlier pyCE incarnations. Experimented with httplib and found that to be broken in 2.3.3 and the first 2.3.4 pyCE rendition. Got latest package and all was good. However, interaction of the shell and pocketconsole is broken. While in the past this was done transparently, now the console opens up as a black window in addition to the python shell. I could really care less if it backgrounded and let me continue my bisness, but it gets in focus and all raw_input feeback has to be typed to this window. The prompt for input will stay in the shell, the printing is in the shell, but input cannot be typed in the shell. using the older python on same ppc works fine. Any pointers? Pritchard From isrgish at fastem.com Fri Aug 27 16:33:50 2004 From: isrgish at fastem.com (Isr Gish) Date: Fri Aug 27 16:35:47 2004 Subject: [PythonCE] PocketConsole & py 2.3.4 Message-ID: <20040827143545.6563E1E4005@bag.python.org> Well with wich version did it work corectly, and how ddid you configure it. I'm having the same problems with the new version but I never tried it before. All the best, Isr -----Original Message----- >From: "Pritchard" >Sent: 8/27/04 9:40:35 AM >To: "pythonce@python.org" >Subject: [PythonCE] PocketConsole & py 2.3.4 > >Hi, > >Been a silent follower of this ce channel. In my quest for raw_input, I >stumbled upon pocketconsole and installed it. Worked perfectly fine in >earlier pyCE incarnations. Experimented with httplib and found that to be >broken in 2.3.3 and the first 2.3.4 pyCE rendition. Got latest package and >all was good. However, interaction of the shell and pocketconsole is broken. >While in the past this was done transparently, now the console opens up as a >black window in addition to the python shell. I could really care less if it >backgrounded and let me continue my bisness, but it gets in focus and all >raw_input feeback has to be typed to this window. The prompt for input will >stay in the shell, the printing is in the shell, but input cannot be typed in >the shell. using the older python on same ppc works fine. Any pointers? > >Pritchard >_______________________________________________ >PythonCE mailing list >PythonCE@python.org >http://mail.python.org/mailman/listinfo/pythonce From abra9823 at mail.usyd.edu.au Tue Aug 31 03:31:51 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 31 03:32:02 2004 Subject: [PythonCE] porting to PDA Message-ID: <1093915911.4133d50705d16@www-mail.usyd.edu.au> hi! could you give an idea of how to go about porting a module/library to pocket pc platform. what tools do i need? if there is a python package that uses some underlying C code, how can i complie this code to run on a pocket pc thanks cheers ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From abra9823 at mail.usyd.edu.au Tue Aug 31 03:58:14 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 31 03:58:21 2004 Subject: [PythonCE] xml on pocketpc Message-ID: <1093917494.4133db3627be4@www-mail.usyd.edu.au> hi! i am trying to run a small script that parses an xml document on my pocket pc. the following throwse an error from xml.dom.minidom import parse t = parse("test.xml") the error i get is AttributeError: 'module' object has no attribure 'ParserCreate' is there something i am doing wrong? how should i go about parsing and mainoulating xml documents on the pocket pc i am using Python-2.3.4-arm-PPC2002 cheers ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From abra9823 at mail.usyd.edu.au Tue Aug 31 05:59:23 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 31 05:59:29 2004 Subject: [PythonCE] PDA port Message-ID: <1093924763.4133f79b83e44@www-mail.usyd.edu.au> hi! if i am porting an existing package to a PDA and the package uses some C code, would the port only involve compiling it using embedded Visual C++ with pocket pc2002 SDK. or is there more to it? thanks cheers ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From abra9823 at mail.usyd.edu.au Tue Aug 31 11:36:48 2004 From: abra9823 at mail.usyd.edu.au (Ajay) Date: Tue Aug 31 11:36:51 2004 Subject: [PythonCE] python parser Message-ID: <1093945008.413446b09ada3@www-mail.usyd.edu.au> hi! is there a python parser for pocket pc2002? pythonce2.3.4 doesn't seem to include pyexpat. cheers -- Ajay Brar, CS Honours 2004 Smart Internet Technology Research Group ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From mailing at wap.ms Tue Aug 31 12:21:32 2004 From: mailing at wap.ms (mailing@wap.ms) Date: Tue Aug 31 12:20:31 2004 Subject: [PythonCE] Some PythonCE issues Message-ID: <356311169.20040831122132@grudziadz.org> Hi :) First of all i would like to thank developers for porting Python to PocketPC - it works great !!! I only have two problems with Python-2.3.4-arm-PPC2003 1. raw_input() function doesn't work. It was working with previous versions (last time i was using PythonCE 1/2 year ago). 2. closing interpreter window (shell) doesn't kill it's process. The python interpreter continues executing the script. After closing window i have to kill script process(es) mannualy with 'kill python' for example. Is it a bug or a feauture ? -- Best regards YZ