Pyrex on Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SM

    #1

    Pyrex on Windows

    Hi,
    I would like to play with Pyrex for Windows. I have no clue how to
    install it including a c compiler. Anyone using pyrex on windows who
    could give a quickstart?
    Stani


    Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.

  • Mike Rovner

    #2
    Re: Pyrex on Windows

    SM wrote:[color=blue]
    > Hi,
    > I would like to play with Pyrex for Windows. I have no clue how to
    > install it including a c compiler. Anyone using pyrex on windows who
    > could give a quickstart?
    > Stani[/color]

    You better have some clues about C language first including installing a
    compiler and writing some sample programms.

    If you skip that step you likely be stucked in debris of _compiled_
    Pyrex programs you'll have absolutely no idea how to dial with.

    Once you mastered that you can simply use distutils to _invoke_ C
    compiler in order to get you .pyd files.

    Mike

    Comment

    Working...