[PythonCE] PythonCE IDE and Form Designer in Development
I am in the middle of creating a IDE and Form Designer to run on Windows CE. It is about 75% finished. Is there any interest in me releasing it?(unlike IDLE, it is not written in Python, but .NET CF v2.0) If there is more than just a few wanting it, I may even make it open source. It should output tkinter code. I am working on making the form designer more user friendly right now. Anyone else interested or have questions? Should I just get to it and make a sourceforge page for it, or do you think it would be better put elsewhere? ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
[PythonCE] Status on IDE
It seems there is enough people out there that want this that I will release it open source.(on sourceforge of course) I, too, hope there will be enough people wanting this that I will not be the only one making updates. Projects like these are better when people collaborate. I am in the process of finishing/releasing the first beta. I will not release the source, though, until I clean it up. (I am a very messy coder.) Remember to give feedback! ;) RevolvEvolutioN ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
[PythonCE] Pyeditce is online!
After about 10 days of waiting, my sourceforge page is up! Please visit pyeditce.sf.net to see information and download the IDE and Designer for PythonCE! Please read the news too before you download anything. ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
[PythonCE] dll loading error
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 corresponding folder. Am I putting the files in the wrong spot, or is there something deeper? ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
Re: [PythonCE] pyeditce is online!
I am going about to change the whole open file dialog structure, as of this is the most complained about part. I have found a few "replacements" for the default ones in .net, but I need to spend time to reprogram it. I will add support to open .pyw files too, but I also don't want every file on the Pocket pc to be shown either, as it takes too much time to load then. I will find a compromise to these things, most likely adding .pyw to the list of file types to show. ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
[PythonCE] Pyeditce Update
For those who were interested in Pyeditce, the windows mobile form designer and editor for Pythonce, I am realeasing the source code now. Since nobody has given a response as to which way they want the tkinter window to look, I put it the way I like best, and let those who don't the ability to change it in their code. I have not updated the file dialog box yet, as I have not found an easy way to implement a file dialog I like yet, but that is what the source code is for. Please sign up on the Pyeditce wiki to make any news, changes, or comments on this.( pyeditce.wikispaces.com) I can also add anyone to the source forge project that wants to help program it too. Thank you to those who have tested Pyeditce. ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
Re: [PythonCE] Pyeditce Update
I forgot, the source is on the source forge page. (sf.net/projects/pyeditce)On 7/22/06, The Head Guy < [EMAIL PROTECTED]> wrote:For those who were interested in Pyeditce, the windows mobile form designer and editor for Pythonce, I am realeasing the source code now. Since nobody has given a response as to which way they want the tkinter window to look, I put it the way I like best, and let those who don't the ability to change it in their code. I have not updated the file dialog box yet, as I have not found an easy way to implement a file dialog I like yet, but that is what the source code is for. Please sign up on the Pyeditce wiki to make any news, changes, or comments on this.( pyeditce.wikispaces.com) I can also add anyone to the source forge project that wants to help program it too. Thank you to those who have tested Pyeditce. ___ PythonCE mailing list [email protected] http://mail.python.org/mailman/listinfo/pythonce
