<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Python Binding</title><link>http://www.codeplex.com/PythonBinding/Project/ProjectRss.aspx</link><description>IronPython Binding addin for SharpDevelop</description><item><title>NEW POST: Error Creating a new Solution</title><link>http://www.codeplex.com/PythonBinding/Thread/View.aspx?ThreadId=1782</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;apbogdan wrote:&lt;br /&gt;Any updates on this one ? I'm having the same problem ... Thanks&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;It is more than year passed since &lt;b&gt;bscarr&lt;/b&gt; posted the question. No answer yet. Hey &lt;b&gt;bscarr&lt;/b&gt; and &lt;b&gt;apbogdan&lt;/b&gt; , maybe you have figured this out by yourselves? Help!&lt;br /&gt; &lt;br /&gt;I have installed both SharpDevelop and IronPython plugin &lt;i&gt;today&lt;/i&gt;. I installed the plugin as instructed: by renaming zip file and using AddIn Manager tool. Still same message.&lt;br /&gt; &lt;br /&gt;Thanks in advance.&lt;br /&gt;
&lt;/div&gt;</description><author>AlexFainshtein</author><pubDate>Tue, 08 Jan 2008 01:23:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Error Creating a new Solution 20080108012320A</guid></item><item><title>NEW POST: Obsolete Node when creating new solution</title><link>http://www.codeplex.com/PythonBinding/Thread/View.aspx?ThreadId=16506</link><description>&lt;div class="wikidoc"&gt;
I recently installed SharpDevelop v2.2 and downloaded the PythonBinding binaries.  I placed the PythonBinding directory and all contents in the ...\Addins\BackendBindings\ directory.  When I start up SharpDevelop and click 'New Solution'  I get a bunch of Obsolete Node warnings from each of the project templates for Python.  Did I set this up incorrectly?  Are there any steps that I missed?&lt;br /&gt; &lt;br /&gt;Thank you.&lt;br /&gt;
&lt;/div&gt;</description><author>aschaeffer</author><pubDate>Tue, 16 Oct 2007 13:39:16 GMT</pubDate><guid isPermaLink="false">NEW POST: Obsolete Node when creating new solution 20071016013916P</guid></item><item><title>NEW POST: debugging ironpython</title><link>http://www.codeplex.com/PythonBinding/Thread/View.aspx?ThreadId=14612</link><description>&lt;div class="wikidoc"&gt;
am i right believing it's not yet possible to debug an ironpython script in sharpdevelop using python binding, please?&lt;br /&gt;
&lt;/div&gt;</description><author>cichlasoma</author><pubDate>Sun, 02 Sep 2007 14:18:02 GMT</pubDate><guid isPermaLink="false">NEW POST: debugging ironpython 20070902021802P</guid></item><item><title>NEW POST: Error Creating a new Solution</title><link>http://www.codeplex.com/PythonBinding/Thread/View.aspx?ThreadId=1782</link><description>&lt;div class="wikidoc"&gt;
Any updates on this one ? I'm having the same problem ... Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>apbogdan</author><pubDate>Wed, 25 Jul 2007 14:16:47 GMT</pubDate><guid isPermaLink="false">NEW POST: Error Creating a new Solution 20070725021647P</guid></item><item><title>Developer Forum: CodeCompletion / Python.Lang.Compiler</title><link>http://www.codeplex.com/PythonBinding/Project/DisplayThread.aspx?ForumId=1057&amp;ThreadId=3361&amp;ANCHOR#LastPost</link><description>Hello Andy,

I have the following questions:

1. Where can I find the .dll containing Python.Lang.Compiler ?
2. Does it the CodeCompletion Code for Python partially work ? It's written, that this feature is a target of PythonBinding 1.0, but maybe parts of it are still working properly.
3. Did you write the CodeComletion source code or is a someone's contribution ?

Thank you verry much !
Hope, you will answer me as soon as possible.

Regards,
DreamWarrior

</description><author>DreamWarrior</author><pubDate>Sun, 07 Jan 2007 12:42:12 GMT</pubDate><guid isPermaLink="false">Developer Forum: CodeCompletion / Python.Lang.Compiler 20070107124212P</guid></item><item><title>UPDATED RELEASE: 0.7 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=PythonBinding&amp;ReleaseId=399</link><description>This release plan to support build standard Python EXE application,library and support form designer.</description><author></author><pubDate>Wed, 11 Oct 2006 02:24:53 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.7 Beta 20061011022453A</guid></item><item><title>User Forum: Error Creating a new Solution</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1059&amp;ThreadId=1782</link><description>Hi 
Everytime I try and create a new solution I get the following the error message and stack trace listed below. 

Am I getting this error because I haven't installed the addin correctly? I've placed the as the same level as the other language bindings (Boo, C# and VB) but is this correct? Some documentation on how to install this addin correctly would be a real help.

Regards
Barry Carr

----
Error Message:
"Cannot create object: COM.GPL.IPythonBinding.PythonLanguageBinding
 Future missing objects will not cause an error message"

Stack trace:

.NET Version        : 2.0.50727.42
OS Version           : Microsoft Windows NT 5.1.2600 Service Pack 2
Current culture      : English (United Kingdom) (en-GB)
Current UI language  : en-US
Working Set Memory   : 63052kb
SharpDevelop Version : 2.0.0.1710

Exception thrown: 
System.NullReferenceException: Object reference not set to an instance of an object.
   at ICSharpCode.Core.LanguageBindingService.GetCodonPerLanguageName(String languagename)
   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject(ProjectCreateInformation projectCreateInformation, String defaultLanguage)
   at ICSharpCode.SharpDevelop.Internal.Templates.CombineDescriptor.SolutionFolderDescriptor.AddContents(Solution solution, ProjectCreateInformation projectCreateInformation, String defaultLanguage, ISolutionFolderContainer parentFolder)
   at ICSharpCode.SharpDevelop.Internal.Templates.CombineDescriptor.CreateSolution(ProjectCreateInformation projectCreateInformation, String defaultLanguage)
   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectTemplate.CreateProject(ProjectCreateInformation projectCreateInformation)
   at ICSharpCode.SharpDevelop.Project.Dialogs.NewProjectDialog.OpenEvent(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message&amp; m)
   at System.Windows.Forms.ButtonBase.WndProc(Message&amp; m)
   at System.Windows.Forms.Button.WndProc(Message&amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

</description><author>bscarr</author><pubDate>Tue, 10 Oct 2006 19:42:51 GMT</pubDate><guid isPermaLink="false">User Forum: Error Creating a new Solution 20061010074251P</guid></item><item><title>UPDATED RELEASE: 0.7 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=PythonBinding&amp;ReleaseId=399</link><description>This release plan to support build standard Python EXE application,library and support form designer.</description><author></author><pubDate>Mon, 02 Oct 2006 02:13:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.7 Beta 20061002021300A</guid></item><item><title>UPDATED RELEASE: 0.7 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=PythonBinding&amp;ReleaseId=399</link><description>This release plan to support build standard Python EXE application?library and support form designer.</description><author></author><pubDate>Mon, 02 Oct 2006 02:10:34 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.7 Production 20061002021034A</guid></item><item><title>Developer Forum: RE: I cannot build the starter console project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1057&amp;ThreadId=1230</link><description>It will be solve in the next version soon.</description><author>AndyTao</author><pubDate>Sun, 24 Sep 2006 01:55:39 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: I cannot build the starter console project 20060924015539A</guid></item><item><title>Developer Forum: RE: I cannot build the starter console project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1057&amp;ThreadId=1230</link><description>Don't press green "&gt;"
Try red "!".
It works.

I guess SharpDevelop2 debugger don't support IronPython yet.
</description><author>elleryq</author><pubDate>Mon, 18 Sep 2006 14:24:32 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: I cannot build the starter console project 20060918022432P</guid></item><item><title>Developer Forum: RE: I cannot build the starter console project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1057&amp;ThreadId=1230</link><description>Thank you for your support this help to solve the pb however I now get the following problem when I "Build" my solution:

Exception System.ArgumentException was thrown in debuggee:
The path is not of a legal form.

NormalizePathFast()
GetFullPathInternal()
GetFullPath()
ExecuteCompiled()
Main()

</description><author>ymlcode</author><pubDate>Tue, 05 Sep 2006 13:55:47 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: I cannot build the starter console project 20060905015547P</guid></item><item><title>User Forum: RE: Congratulation for the creation of this project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1059&amp;ThreadId=1229</link><description>I'm pretty pleased for your help,if you interested with this project,welcome to join the develop team.</description><author>AndyTao</author><pubDate>Tue, 05 Sep 2006 13:27:44 GMT</pubDate><guid isPermaLink="false">User Forum: RE: Congratulation for the creation of this project 20060905012744P</guid></item><item><title>Developer Forum: RE: I cannot build the starter console project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1057&amp;ThreadId=1230</link><description>Please set startup object in project properties,example:set startup object as program.py,then it can build</description><author>AndyTao</author><pubDate>Tue, 05 Sep 2006 13:23:14 GMT</pubDate><guid isPermaLink="false">Developer Forum: RE: I cannot build the starter console project 20060905012314P</guid></item><item><title>Developer Forum: I cannot build the starter console project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1057&amp;ThreadId=1230</link><description>Hello,

I installed the plugin and I have created a console application.
Then I am trying to build this application I get the following error message:
 The "IronPythonCompilerTask" was not given a value for the required parameter "Mainfile". (MSB4044)
I gues that I should mark the program.py as the main file but i do not find how to do it.
Could you please let me know how i can solve this issue?
Thank you</description><author>ymlcode</author><pubDate>Tue, 05 Sep 2006 10:19:27 GMT</pubDate><guid isPermaLink="false">Developer Forum: I cannot build the starter console project 20060905101927A</guid></item><item><title>User Forum: Congratulation for the creation of this project</title><link>http://www.codeplex.com/Project/DisplayThread.aspx?ProjectName=PythonBinding&amp;ForumId=1059&amp;ThreadId=1229</link><description>I was lookig for something like this for sometimes now.
Thank you to make it open source.
I am looking forward to get the code completion.  :-)
</description><author>ymlcode</author><pubDate>Tue, 05 Sep 2006 09:43:36 GMT</pubDate><guid isPermaLink="false">User Forum: Congratulation for the creation of this project 20060905094336A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=PythonBinding&amp;title=Home&amp;version=3</link><description>&lt;p&gt;
&lt;b&gt;Welcome&lt;/b&gt;&lt;br/&gt;
PythonBinding is a Python Addin for SharpDevelop,it based on IronPython and SharpDevelop,it support using Python language to develop standard EXE application and library.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
The plan feature of PythonBinding 1.0 are:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;syntax highlighting and coloring&lt;/li&gt;
&lt;li&gt;form designer support&lt;/li&gt;
&lt;li&gt;code completion: type a period after a name and it will suggest alternatives, or hit control-space.&lt;/li&gt;
&lt;li&gt;compile to exe or dll, including a windows exe, or a console application (the console pauses so you can see the output).&lt;/li&gt;
&lt;li&gt;set compiler options, debug output&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;templates to get you started: windows form, class example&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Could you help making PythonBinding better&lt;/b&gt;&lt;br/&gt;
We welcome anyone interested to get involved, please post your information in the Project Forum in the discussions tab, and tell us what you want to help.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>AndyTao</author><pubDate>Sun, 03 Sep 2006 03:17:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060903031715A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=PythonBinding&amp;title=Home&amp;version=2</link><description>&lt;p&gt;
&lt;b&gt;Welcome&lt;/b&gt;&lt;br/&gt;
PythonBinding is a Python Addin for SharpDevelop,it based on IronPython and SharpDevelop,it support using Python language to develop standard EXE application and library.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>AndyTao</author><pubDate>Sun, 03 Sep 2006 02:57:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060903025759A</guid></item><item><title>CREATED RELEASE: 0.7 Alpha</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=PythonBinding&amp;ReleaseId=399</link><description>This release plan to support build standard Python EXE application?library and support form designer.</description><author></author><pubDate>Sun, 03 Sep 2006 02:07:54 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.7 Alpha 20060903020754A</guid></item><item><title>UPDATED RELEASE: 0.5 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=PythonBinding&amp;ReleaseId=398</link><description>This release support build standard Python EXE application and library,and not support autocomplete and form designer.</description><author></author><pubDate>Sat, 02 Sep 2006 02:12:03 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.5 Beta 20060902021203A</guid></item></channel></rss>