in

ASP.NET Weblogs

IronPython Forums

  • How many people are actually using ASP.Net for something useful here?

    I'm just wondering how big is the interest of using IronPython for ASP.Net for something beyond curiousity. Read More...
  • Translating Python Application to .NET language

    I have an application written in Python, that I would like to translate to .NET. Problem is I have no idea how to code in Python. Any ideas how to go about handling this problem?? Thanks in Advance Read More...
  • Is there any update to IronPython support for ASP.Net?

    The last update to IronPython for ASP.Net was back in July 2007. There hasn't been any movement for almost a year now. Read More...
  • Hidden reference to IronPython 1.1 assembly ?

    Hi, I'm using the asp.net futures (july2007) with VWD 2008 Express and Visual Studio 2008. I also have the VS2008 SDK installed with IronPython integration. When i create and run a web site project with IronPython (VWD or VS2008) I get this error : "Could not load File or Assembly 'IronPython, Version=1.1.0.0, ..." Yet in the web config file the project references IronPython 2.0.0.0 and copies the IronPython.dll (version 2.0) to the bin folder of the website project. How do i solve this ? I can't copy the IronPython.dll (version 1.1) to the bin folder since it deletes the IronPython.dll (version 2.0). Is there a way to remove the reference to IronPython 1.1 ? Or is it possible to add the IronPython.dll (1.1) in another...
  • IronPython and Mono

    I want to use IronPython to write an application in Python, but I'm confused about how to get it to work on Linux as well. Does Linux need Mono to be able to run a Windows Forms app? If the Linux installation has Mono installed, does that mean it will be able to run the app without any Linux-specific alterations to my code? Cheers. Read More...
  • if anybody know help me

    we are working on callcenter monitoring project in ASp.net2.0.we have time in thsi format:1184623297.we want to extract date and time from thsi string.which function of date time used for it.if anybody know solve our problems? Read More...
  • Import directive not recognized in IronPython?

    Hi, on a C# page, this directive would make the members of namespace Foo available: <%@ Import Namespace="Foo" %> To achieve the same on an IronPython page, I need to write: from Foo import * So the namespace directive is superfluent there. Is this by design or something that will get fixed? I like declaring often-used namespaces with directives... Best regards, xanadu Read More...
  • Python is not a supported language

    I know .aspx files work because I just tested one using C#. But Python is what I want to be working in. The test script I have been using is at http://www.4guysfromrolla.com/webtech/082201-1.shtml . I get an error that Python is not a supported language. I have installed: PyWin32 at http://starship.python.net/crew/mhammond/win32/Downloads.html IronPython 1.1 (Nov. 2nd) Ajax Extension ASP.NET Visual Studio Futures Visual Studio 2005 plus 2007.02 SDK WinXP-SP2 What do I still need to do to be able to use Python is my .aspx? Read More...
  • IronPython or F# or...

    I'm currently a c# web developer and i want to learn some dynamic language. What do you thing I should focus on: IronPython or F# or something else and why ? I'm not familiar with neither of the two. What do you think will be more valuable for me and have more future as a language? Read More...
  • Dynamically Adding Controls and Detecting Session Begin/End

    I'm currently playing with IronPython in ASP.NET. I have a couple questions, the foremost being, is it possible to add a new control(s) to a page programmatically in the IronPython script? Examples include the ability to add new ListItems to a DropDownList, or any type of WebControl to a Panel. Also, using the Global.py, it appears that it only catches the Application level events, is there anyway to capture Session level events, the Session_End event is of particular importance to me. Also, it appears there is no way to access the Application object in the Application_Begin event. Is there anyway to do this, or am I stuck attempting to only do this once in the Application_BeginRequest event. I believe that it is possible to use C# to do...
More Posts Next page »