Re: [PythonCE] Python 2.5 for Windows CE / ARM

2006-10-11 Thread Bandung

I tried running a simple app that uses Tkinter but I get the error message
_tkinter not found.

Traceback (most recent call last):
  File "\Storage
Card\5_software_developed\testcode\GstApps\gui_class\input.py", line 2, in

from Tkinter import *
  File
"C:\devl\release\PythonCE-2.5-20061012\Python-2.5-wince\Lib\lib-tk\Tkinter.py",
line 38, in 
ImportError: No module named _tkinter

Can you compile the binaries with the typical /Storage card/Program
Files/Python25/ path so that we don't have to evoke work arounds in
order use these modules?

I really appreciate the gui popup that you implemented  when raw_input is
used.

Also, import dbapi2 isn't recognized as a legitimate command (possibly due
to the current default paths)

Will the durus persistence modules be eventually added with this release.



Luke Dunstan wrote:
> 
> A new release of Python for Windows CE is available. Download it here:
> 
> http://sourceforge.net/project/showfiles.php?group_id=104228
> 
> The release notes are linked from this page, but a direct link is:
> 
> http://sourceforge.net/project/shownotes.php?release_id=454685&group_id=104228
> 
> Please consider this release to be a Beta because it has not been tested 
> thoroughly enough on Windows CE to be considered stable. I think that the 
> most efficient way to continue testing will be for everyone to try it and 
> report any bugs.
> 
> Luke Dunstan
> 
> ___
> PythonCE mailing list
> PythonCE@python.org
> http://mail.python.org/mailman/listinfo/pythonce
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Python-2.5-for-Windows-CE---ARM-tf2427402.html#a6769570
Sent from the Python - pythonce mailing list archive at Nabble.com.

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


[PythonCE] Python 2.5 for Windows CE / ARM

2006-10-11 Thread Luke Dunstan
A new release of Python for Windows CE is available. Download it here:

http://sourceforge.net/project/showfiles.php?group_id=104228

The release notes are linked from this page, but a direct link is:

http://sourceforge.net/project/shownotes.php?release_id=454685&group_id=104228

Please consider this release to be a Beta because it has not been tested 
thoroughly enough on Windows CE to be considered stable. I think that the 
most efficient way to continue testing will be for everyone to try it and 
report any bugs.

Luke Dunstan

___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


Re: [PythonCE] call scrypt with parameters

2006-10-11 Thread Luke Dunstan
Title: Mensaje



 
In that case, it depends on how RunApp() is 
implemented. If it calls ShellExecuteEx() then I think it is not possible to 
pass parameters. Try this:
 
RunApp('\Program Files\python24\python.exe', 
'\mover_fotos.py \ - -')
 
Luke
 

  - Original Message - 
  From: 
  Fredy Cabre 

  To: pythonce@python.org 
  Sent: Wednesday, October 11, 2006 4:49 
  AM
  Subject: [PythonCE] call scrypt with 
  parameters
  
  This is the call to the scrypt wich have 3 
  parameters: RunApp('\mover_fotos.py','\ 
  - 
  -')--- This is the beginning of the 
  scrypt: 
  # -*- 
  coding: cp1252 -*-
      import glob, 
  shutil    import os    import 
  sys    i=0    
  ruta_Origen=sys.argv[1]    
  ruta_Desti=sys.argv[2]    
  nom_Fich=sys.argv[3]- the error that give me:
   
      ruta_origen=sys.argv[1]    
  exceptions.Indexerror: list index out of 
  range.
  
  

  ___PythonCE mailing 
  listPythonCE@python.orghttp://mail.python.org/mailman/listinfo/pythonce
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce


Re: [PythonCE] Error

2006-10-11 Thread Luke Dunstan



Hi,
 
I don't know for sure because I haven't tried it 
with WinCE 3.0, but on the Files page it looks like one of these would 
work:
 
http://prdownloads.sourceforge.net/pythonce/Python-2.3.4-arm-PPC2002.zip?download
 
http://prdownloads.sourceforge.net/pythonce/python-2.3.4-arm-HPC2000.zip?download
 
Luke
 

  - Original Message - 
  From: 
  Brutal 
  
  To: Luke Dunstan 
  Sent: Wednesday, October 11, 2006 9:55 
  AM
  Subject: Re: [PythonCE] Error
  
  Ok Thanks For the Help but can you point me in 
  the best version that will work with my version? (3)
  
- Original Message - 
From: 
Luke Dunstan 
To: Brutal 
Cc: pythonce@python.org 
Sent: Tuesday, October 10, 2006 8:27 
PM
Subject: Re: [PythonCE] Error

Which version of PythonCE did you try? All the 
recent releases are built for Pocket PC 2003 (Windows CE 4.2).
 
Luke
 

  - Original Message - 
  From: 
  Brutal 
  To: pythonce@python.org 
  Sent: Wednesday, October 11, 2006 
  8:13 AM
  Subject: [PythonCE] Error
  
  I get invalid windows CE application upon 
  running it any ideas? (im running a jornada 540 series with windows CE 
  Version 3.0.9348 (build 9357))Thanks,Brutal
  
  

  ___PythonCE mailing 
  listPythonCE@python.orghttp://mail.python.org/mailman/listinfo/pythonce
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce