|
|
|
Hi Fuzzyman,
"""
Unfortunately for Windows XP these instructions are just plain wrong (being charitable I assume they are for Vista and they have just forgotten that most people still want to run XP!). The instructions tell you insert the new XML "Under the root node" (in machine.config). Instead you should place it between the and nodes.
"""
They are also plain wrong for Vista, I also had to make the same changes on my Vista box few days ago.
I was also surprised that the instructions were incomplete and that the correction found by corysama was not reported in the wiki "how to install" page.
I'm very interested in this IDE and I really hope it won't be a first shot which won't be maintained.
In contrast the studio for World of Warcraft (for Lua) is full of promess:
http://www.codeplex.com/
Warcraft...raftAddOnStudio
"""This is the first release of the project and we have lots more ideas around how we can better improve addon development in the future."""
Anyway I guess we'll have to see after the holiday season. But I believe that a free Python IDE with this *forms designer* can be the killer app for Iron Python.
I've seen so many people coming to Python and asking for a free IDE to designs GUI like VB studio did.
francois
francois |
Homepage |
07/12/20 - 8:24 pm | #
|
|
I just went through and searched for all instances of the IronPython.dll entries that seemed to tie to the VS SDK and replaced them with the correct versions. That seems to have helped. Of course, my project was already hosed by this point (all of my form elements were in the code, but not visible on the form). I got errors, but apparently the correct version of the IP DLL's. That's a step in the right direction.
Peter |
07/12/27 - 8:09 pm | #
|
|
|
Commenting by HaloScan
|