for your invaluable help and encouragement. Without it I would have
held this task to be impossible.
Bye.
From: Antonio Tovar
To: pythonce@python.org
Sent: Mon, May 3, 2010 1:54:28 AM
Subject: Re: [PythonCE] tkinter for dell axim x30
Ron,
>I looked
Ron,
>I looked into this option before posting to this list.? I couldn't determine
>what to do with the zip file.? Windows did not recognize the extension >.patch
>that is on the two files in the zip file patch-for-tctlk846.zip nor could I
>find installation instructions on the download page.?
page. Any suggestions on how to
install?
Ron
From: Antonio Tovar
To: pythonce@python.org
Sent: Mon, April 26, 2010 4:09:18 AM
Subject: Re: [PythonCE] tkinter for dell axim x30
Hello,
tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also.
Thei
Hello,
tkinter works in wm5 and wm6.5 but you have to install Tcl/Tk also.
Their are not installed with pythonce.
http://sourceforge.net/projects/tcltkce/files/
I'm using it.
Cheers,
Antonio
___
PythonCE mailing list
PythonCE@python.org
http://mail.py
tons to gather data for the application. I suppose
> I could use a text interface if need be but I want input to require no more
> effort or time than selecting and pushing a button.
>
> Cheers,
>
> Ron
>
> --
> *From:* David McNab
>
___
From: David McNab
To: Ron Harris
Cc: pythonce@python.org
Sent: Sun, April 25, 2010 12:56:48 PM
Subject: Re: [PythonCE] tkinter for dell axim x30
On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote:
> I'm wouldn't consider recompiling python or tkinter since it would
> probabl
On Sun, 2010-04-25 at 12:45 -0700, Ron Harris wrote:
> I'm wouldn't consider recompiling python or tkinter since it would
> probably be easier to write the application in C using the Windows
> Mobile Edition SDK.
If you're looking in that direction, perhaps it would be easier to use
Cython to bui
Using the latest download (i think it's 2.5 from 2007) of pythonce, most
features work properly on my PocketPC but Tkinter or _tkinter, as it seems to
be known in the list of modules, doesn't work.
The PocketPC device is a Dell Axim X30 with Windows Mobile 2003 Second Edition.
The question woul
Le 8/4/2008, "Frédéric Mantegazza a écrit:
>My root window is normaly shown with its title bar visible. But if I open a
>second window, defined as a Toplevel widget with my root window as parent,
>then this window does not have a title bar, or it is under the WinCE bar
>(I don't know)...
I di
On jeudi 06 mars 2008, Jim Walsh wrote:
> I want my pythonce Tkinter window to look like all good WindowsCE
> windows: using the top of the screen as the title bar and the little X
> up there.
I have a similar question, but at the opposite way...
My root window is normaly shown with
On Thu, Mar 6, 2008 at 10:53 PM, Jim Walsh <[EMAIL PROTECTED]> wrote:
>
> I think my problem is the use of overrideredirect.
>
> I want my pythonce Tkinter window to look like all good WindowsCE windows:
> using the top of the screen as the title bar and the little X up
I think my problem is the use of overrideredirect.
I want my pythonce Tkinter window to look like all good WindowsCE windows:
using the top of the screen as the title bar and the little X up there.
If I use:
root=Tk()
root.wm_state('zoomed')
I get a pretty big window but st
On mercredi 05 mars 2008, Jim Walsh wrote:
> I want to do something when the user taps the little "X" in the upper
> right hand corner. Can we do the default action of hiding the app?
I use something like:
self.protocol("WM_DELETE_WINDOW", self._quit)
to bind the X close button to my _quit
I remember something about capturing Windows events with Tkinter but can't
seem to find it now.
I want to do something when the user taps the little "X" in the upper right
hand corner. Can we do the default action of hiding the app?
I use SmallMenu to switch apps and it shows the PythonCE windo
Rens Duijsens ha scritto:
> Hi,
>
> thanks for your responce.
> No... I got the files from
> http://www.murkworks.com/Research/Python/PocketPCPython/PPCPythonR2Notes
>
> I have de-installed all of it, and installed the files you directed me to.
> Now it works. Thanks!
>
> Do I have to do the se
onderstand this second part.
Thank you for your assistance.
Rens
Verzonden: zo 20-1-2008 21:34
Aan: Rens Duijsens
Onderwerp: Re: [PythonCE] Tkinter installation problem
Rens Duijsens ha scritto:
>
> Hello,
>
> I'm trying to install Tkint
Hello,
I'm trying to install Tkinter on my HTC Bleu Angel.
After installation I tried some code:
#
from sys import exit
from Tkinter import *
root = Tk()
Button(root, text='Test', command=exit).pack()
root.mainloop()
#-
Please ignore. It was a problem with relative paths. sqlite3 works
great.
Massimo
On Dec 7, 2007, at 6:14 PM, Massimo Di Pierro wrote:
> Hello everybody,
>
> I managed to run Gluon on my phone with very minor tweaks (there is
> file locking on windows ce?). Here is a screenshot.
>
> http:
Hello everybody,
I managed to run Gluon on my phone with very minor tweaks (there is
file locking on windows ce?). Here is a screenshot.
http://mdp.cti.depaul.edu/examples/static/gluonce.jpg
but only applications that do not use sqlite3 seem to work even if
the module is there. Not sure
> Hi everybody,
> where can find downloads and instructions for installing pythonce?
For PythonCE instructions, the wiki is your friend :
http://pythonce.sourceforge.net/Wikka/HomePage
> does it come with the thread module?
Yes. Limitations and differences of pythonce from regular Python are s
Hi everybody,
where can find downloads and instructions for installing pythonce?
does it come with the thread module?
if so, do you think I may be able to run Gluon (http://
mdp.cti.depaul.edu) or should I expect any major obstacle?
Thank you
Massimo
Hi all,
I am using PythonCE 2.5 in my PDA, and Python2.5 in my desktop pc. When I
see Tkinter buttons with gif images on my desktop, everything is seen
normally, but when I try to see the same on my pda, gif images are
completely unrecognizable. However, if I try to open any of this gif images
> copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program
> Files\Python25\Lib directory of your pda.
sorry... into Python25\DLLs dir.
best regards
PAZO
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/python
Download PythonCE-2.5-20061012-_tkinter.zip from sourceforge
http://sourceforge.net/project/showfiles.php?group_id=104228&package_id=112011
copy PythonCE-2.5-20061012-_tkinter\_tkinter.pyd into Program
Files\Python25\Lib directory of your pda.
That's it.
You can read about TKinter package install
I just installed pythonce 2.5 for windows mobile 5.0 on my ipaq. But I am
having a difficult time installing tkinter. I have looked at many of the
mailing lists archives, but it seems there is no clear cut way to install it
(with many people having a difficult time to get it installed). Could so
السلام عليكم ورحمة الله وبركاتهMay peace and
Allah Mercy and Blessings be upon you,
I have installed the Tkinter-Files into my ppc
following the instructions in:
http://tkinter.unpythonic.net/wiki/How_20to_20install_20Tkinter
Then when testing with:
TkSample1.py from:
http://www.tr
- Original Message -
From: "Michael Foord" <[EMAIL PROTECTED]>
To: "Patrick Kramer" <[EMAIL PROTECTED]>
Cc:
Sent: Sunday, April 30, 2006 5:57 PM
Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory
> Patrick Kramer wrote:
>>
Patrick Kramer escribió:
>
>
>
>>You can tell Python using os.chdir(), but that will not necessarily have any
>>effect on Tkinter because the operating system has no concept of a "current
>>directory", so it depends on whether the image file is opened in the Python
>>code or the C code.
>>
>>Luk
Patrick Kramer wrote:
>
>
>> You can tell Python using os.chdir(), but that will not necessarily have any
>> effect on Tkinter because the operating system has no concept of a "current
>> directory", so it depends on whether the image file is opened in the Python
>> code or the C code.
>>
>> Lu
>
> You can tell Python using os.chdir(), but that will not necessarily have any
> effect on Tkinter because the operating system has no concept of a "current
> directory", so it depends on whether the image file is opened in the Python
> code or the C code.
>
> Luke
>
So there is no way for pyt
- Original Message -
From: "Patrick Kramer" <[EMAIL PROTECTED]>
To:
Sent: Saturday, April 29, 2006 10:28 AM
Subject: Re: [PythonCE] Tkinter PhotoImage, no such file or directory
> That worked, thanks... So is there a way to tell pythonce were the current
> direc
> Patrick Kramer wrote:
>> I have two files which are both in the PyGlucoCE directory off of root.
>>
>> Tkintertest.py
>> BtnGluco.gif
>>
>>
>>
>> Here is my code:
>>
>> import sys
>>
>> sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk')
>> sys.path.append('\\PyGlucoCE')
>>
>
> T
Patrick Kramer wrote:
> I have two files which are both in the PyGlucoCE directory off of root.
>
> Tkintertest.py
> BtnGluco.gif
>
>
>
> Here is my code:
>
> import sys
>
> sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk')
> sys.path.append('\\PyGlucoCE')
>
This appends the Py
- Original Message -
From: "Patrick Kramer" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 28, 2006 3:30 PM
Subject: [PythonCE] Tkinter PhotoImage, no such file or directory
>I have two files which are both in the PyGlucoCE directory off of root.
>
> Tkin
I have two files which are both in the PyGlucoCE directory off of root.
Tkintertest.py
BtnGluco.gif
Here is my code:
import sys
sys.path.append('\\Program Files\\Python24\\python24.zip\\lib-tk')
sys.path.append('\\PyGlucoCE')
from Tkinter import *
root = Tk()
ImgGlucose = PhotoImage(file =
On 1/23/06, geoff <[EMAIL PROTECTED]> wrote:
>
>
> Are you saying that the python23.zip should contain lib-tk? When I copy
> it back to a pc and open, no such file or directory exists.
yep, that's what I'm saying. That's what's on my PDA, anyway.
cheers,
--
Stewart Midwinter
[EMAIL PROTECTED]
[E
> Date: Mon, 23 Jan 2006 01:23:36 -0700
> From: Stewart Midwinter <[EMAIL PROTECTED]>
> Subject: Re: [PythonCE] Tkinter and easygui
> To: [EMAIL PROTECTED]
> Cc: pythonce@python.org
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; cha
note that on the PocketPC, there is often a problem with the windows
you create being stuck behind other windows.
there's a freeware utility you can get (try
http://pocketpcfreewares.com/) that allows you to Alt-Tab between apps
by pressing a button - I mapped my Record button on the side of my
To
try telling the interpreter explicitly where your Tkinter is.
sys.path.append('/path/to/Tkinter files')
in my case it's in '\SD Card\Program Files\Python\Lib\python23.zip\lib-tk'
S
On 1/23/06, geoff <[EMAIL PROTECTED]> wrote:
> the Python error screen hides the first screen, but it says some
Hi again,
still trying to get a simple python programme working.
Have uninstalled everything, then:
installed PythonCE-2.3.5-20051223-setup to the default location. ie
/Program Files/Python
run setup-registry
this works great thanks.
copied easygui.py to /Program Files/Python
the Python er
With the nice shiny new installer for PythonCE 2.3.5 this is the only dependency. How can we make it as painless as possible for people to get these when they download the installer? Can we have them appear on the Sourceforge download page?
___
PythonCE
Hi,
Does anybody around know how to colorise a line on
the PDA display?
I run Python with tcl8.4.3 and on a canvas
(w) object created a line with:
w.create_line(w,
startpoint,endpoint,width=1)
w.configure(,fill='red')
This strip is working fine making a single red
line. But if I
I had the TKinter stuff working and built a couple of apps that
worked on Pocket PC...
You have to go get the TK for Pocket PC binaries from them and
install them on the pocket pc, then it all works, assuming your
sys.path and such is set up correctly
Brian
On Jan 6, 2006, at 12:28 PM, Ro
Luke Dunstan wrote:
- Original Message -
From: "Stewart Midwinter" <[EMAIL PROTECTED]>
To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, January 07, 2006 11:49 AM
Subject: Re: [PythonCE] Tkinter in pythonce...
Rodri
I'll get a copy of 2.3.5 installed over the next few days, then post
my steps of what it took to get Tkinter going.
cheers
S
--
Stewart Midwinter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Skype, GoogleTalk, iChatAV, MSN, Yahoo: midtoad
AIM:midtoad1
___
Pytho
- Original Message -
From: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]>
To:
Sent: Saturday, January 07, 2006 3:28 AM
Subject: [PythonCE] Tkinter in pythonce...
> Hi.
>
> I installed the CAB file in my PDA.
> The first thing I wanted to test was the GUI
quot;Luke Dunstan" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, January 07, 2006 12:13 PM
Subject: Re: [PythonCE] Tkinter in pythonce...
thanks for the extra details on 2.3.5. I can see now that it's
different from 2.3.4. and more compatible with the desktop version.
I'd better i
thanks for the extra details on 2.3.5. I can see now that it's
different from 2.3.4. and more compatible with the desktop version.
I'd better install it and find out more!
my comments about osce.py were directed at 2.3.4. Perhaps the newer
version doesn't need it, or may not be able to use it.
- Original Message -
From: "Stewart Midwinter" <[EMAIL PROTECTED]>
To: "Rodrigo Contreras Köbrich" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, January 07, 2006 11:49 AM
Subject: Re: [PythonCE] Tkinter in pythonce...
> Rodrigo, no desesperes!
>
&
Rodrigo, no desesperes!
Where do you have your python located?
You probably need to add some code that tells python where to look for
modules. you can do that with:
sys.path.append('\\SD Card\\Program Files\\Python\\Lib')
sys.path.append('\\SD Card\\Program Files\\Python\\Lib\\python23.zip\\lib-t
Hi.
I installed the CAB file in my PDA.
The first thing I wanted to test was the GUI capabilities, so I tried to
run the following code (which compiles nicely in the PC version):
from Tkinter import *
root = Tk()
myContainer1 = Frame(root) ### (1)
myContainer1.pack() ### (2)
root.mai
Thanks. In the end I set indicatoron=False. This gave buttons instead of
radiobuttons. It seems to work OK and the buttons are easier to hit with the
stylus.
Andrew G Booth
Professor of On-Line Learning
and Associate Professor of Biochemistry
School of
I've sent the same problem using Tkinter on my phone. I don't know of a fix
for the real problem, but you might be able to work around the issue.
Can you respond to check events on the check boxes? If so, then use check
boxes for your radio buttons and programmatically simulate radio button
beha
I'm writing a simulation program using PythonCE and Tkinter.
One of my dialogs has a group of radiobuttons. On my Linux box, these
are rendered correctly, but on PythonCE they display as checkboxes.
They behave like radiobuttons - when one is activated, the others are
de-activated, but they look l
On Sat, 29 Jan 2005, Stewart Midwinter wrote:
> On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke
> <[EMAIL PROTECTED]> wrote:
>
> > I hit on, which was to modify python23.zip to move the contents of lib-tk
> > up to the top level.
>
> what exactly were your modifications? you took the co
On Sat, 29 Jan 2005 16:41:05 -0800 (PST), Warren Focke
<[EMAIL PROTECTED]> wrote:
> I hit on, which was to modify python23.zip to move the contents of lib-tk
> up to the top level.
what exactly were your modifications? you took the contents of the
lib-tk folder inside python23.zip and moved the
Yep, I saw that he did, he was kind enough to respond to my question.
In order to get lib-tk in the sys.path, I just added
sys.path.append('') to the bootup py script for Python 2.3.4,
called pythonrc.py, located in \Temp\. This runs every time the
interpreter starts, so I have not had trouble wit
On Sat, 29 Jan 2005, James Burkert wrote:
> Out of curiosity, what did you need to change to get Python to run
> properly from your SD card?
Stewart already posted how to get Python running off flash. You've still
got the fact that python23.zip/lib-tk isn't in sys.path to deal with.
I've seen
to get Python to run on the SD card, I edited setup_registry.py and
Setup Registry.lnk to point to the location on the SD card where the
python.exe lives, i.e. \\SD Card\\Program Files\\Python\\Lib.
To confirm that my registry was in fact set up correctly, I used
Advanced Explorer, went into the R
Hey Stewart,
Finally something I can be helpful with!
I have tcl8.4.3 in the root directory \My Device\, next to Windows,
Program files, etc. It works just fine there. I guess its just because
thats how tcl is referenced in some file or another.
Out of curiosity, what did you need to change to g
I had PythonCE and Tkinter working on my PocketPC, but then suffered a
hard reset. I decided to install them on the SD Card, but now I can't
Python to find Tkinter. What am I doing wrong?
I've got Python in \\SD Card\\Program Files\\Python\\Lib. I ran the
Setup Registry shortcut (adjusting the pa
Dear all,
my application is based on Tkinter, not wxPython, so please excuse when I'm
asking a question about good ole Tkinter here ...
I was annoyed by the fact that the Tkinter Toplevel windows on the PDA all
come sizeable and with that additional titlebar, eating up valuable screen
estate.
So
62 matches
Mail list logo