iron python exe problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ajikoe@gmail.com

    #1

    iron python exe problem

    Hello,

    I have test.py:
    print 'hello'

    I compile using iron python the result is test.exe

    I have got error message when I tried to call test.exe telling that
    test.exe is not a valid win32 application.

    How can I solve this problem?

    Sincerely Yours,
    Pujo

  • Nick Ballard

    #2
    Re: iron python exe problem

    ajikoe@gmail.co m wrote:[color=blue]
    > Hello,
    >
    > I have test.py:
    > print 'hello'
    >
    > I compile using iron python the result is test.exe
    >
    > I have got error message when I tried to call test.exe telling that
    > test.exe is not a valid win32 application.
    >
    > How can I solve this problem?
    >
    > Sincerely Yours,
    > Pujo
    >[/color]
    Which version are you using?

    Posted Via Usenet.com Premium Usenet Newsgroup Services
    ----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
    ----------------------------------------------------------
    Best Usenet Service Providers 2026 ranked by Newsgroup Access Newsservers, Usenet Search, Features & Free Trial. Add VPN for privacy.

    Comment

    • ajikoe@gmail.com

      #3
      Re: iron python exe problem

      I use version 0.9.5
      Windows xp with .net framework 2.0, visual studio Express

      pujo

      Comment

      • Fredrik Lundh

        #4
        Re: iron python exe problem

        ajikoe@gmail.co m wrote:
        [color=blue]
        > I have test.py:
        > print 'hello'
        >
        > I compile using iron python the result is test.exe
        >
        > I have got error message when I tried to call test.exe telling that
        > test.exe is not a valid win32 application.
        >
        > How can I solve this problem?[/color]

        since ironpython is still under heavy development, you'll probably reach more iron-
        python users and developers by posting to the ironpython mailing list:



        btw, a quick search of the mailing list archives brought up this post:



        which may or may not be relevant, depending on what version you're using.

        </F>



        Comment

        • D H

          #5
          Re: iron python exe problem

          ajikoe@gmail.co m wrote:[color=blue]
          > Hello,
          >
          > I have test.py:
          > print 'hello'
          >
          > I compile using iron python the result is test.exe
          >
          > I have got error message when I tried to call test.exe telling that
          > test.exe is not a valid win32 application.
          >
          > How can I solve this problem?
          >
          > Sincerely Yours,
          > Pujo
          >[/color]


          drag all the ironpython dlls into the same folder as your generated exe
          and try again. That error could also be a result of running a .net 2
          app in .net 1.1 or something similar.

          Comment

          • ajikoe@gmail.com

            #6
            Re: iron python exe problem


            Hello,

            I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist.
            I've already uninstalled my .net 1.1 so there is onle .net 2.0

            pujo

            Comment

            • D H

              #7
              Re: iron python exe problem

              Dennis Lee Bieber wrote:[color=blue]
              > On 6 Dec 2005 08:25:43 -0800, "ajikoe@gmail.c om" <ajikoe@gmail.c om>
              > declaimed the following in comp.lang.pytho n:
              >
              >[color=green]
              >>Hello,
              >>
              >>I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist.
              >>I've already uninstalled my .net 1.1 so there is onle .net 2.0
              >>[/color]
              >
              > REINSTALL 1.1... Even M$ states that the two releases are supposed
              > to co-exist...[/color]

              IronPython is .net 2 only, I believe, so .NET 1.1 should be unnecessary.

              Comment

              Working...