Re: [PythonCE] Pyeditce is online!

2006-05-17 Thread Bandung
I have tried the program and I do like it. I would like it if your file loading dialog box accepted not only *py files but all file using the *.* mask. In that way I can open files with the *.pyw extension. -- View this message in context: http://www.nabble.com/Pyeditce-is-online%21-t1621223.ht

[PythonCE] dll loading error

2006-05-17 Thread The Head Guy
I have been experimenting with the "ports" of wxwindows/wxpython and pygame to the pythonce port. Any program I use that uses pygame or wxpython/wxwindows comes up with a "load dll error, file not found". I have the files "name_of_file.pyd" in both the DLL directory and in the Lib directory in its

Re: [PythonCE] raw_input for pythonce ver 2.4.3 gives EOF Error

2006-05-17 Thread Bandung
Thank you for this input. I suppose python ce also doesn't support the launching of scripts with the python myscript.py -i %1 for the same reason. I tried creating a file extension *.pyi that called the above command in order to circumvent the lack of a console. I get a Null : Nu

Re: [PythonCE] Can't Get My Import Module Command to Work Properly

2006-05-17 Thread Bandung
The *.pth is the easiest solution to the problem of being able to run a script within a given directory. Mark, your solution also works wrt to appending the needed directory. In fact it is the same as mine. Only difference is the name of the file and the fact that I don't use an os import line.

Re: [PythonCE] Can't Get My Import Module Command to Work Properly

2006-05-17 Thread Luke Dunstan
Or even easier: "The most convenient way is to add a path configuration file to a directory that's already on Python's path, usually to the .../site-packages/ directory. Path configuration files have an extension of .pth, and each line must contain a single path that will be appended to sys.pa