Changes between Initial Version and Version 1 of Ticket #142


Ignore:
Timestamp:
03/29/11 21:13:32 (13 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #142

    • Property Owner changed from Antoine Martin to Antoine Martin
    • Property Status changed from new to accepted
  • Ticket #142 – Description

    initial v1  
    22instructions on [http://winswitch.org/dev/win32.html dev/win32].
    33
    4 For some dependencies, it is just a question of doing more manual, as is the case for [http://pypi.python.org/pypi/setuptools setuptools] and [http://timgolden.me.uk/python/wmi/index.html python wmi].
     4For some dependencies, it is just a question of doing more manual work than running the 64-bit version of the installer, as is the case for [http://pypi.python.org/pypi/setuptools setuptools] and [http://timgolden.me.uk/python/wmi/index.html python wmi].
    55
    6 Unfortunately, other dependencies are much much harder to deal with:
     6Then there's the problem that by default, you can't compile 64-bit programs with distutils and VC 2008... (see [http://bugs.python.org/issue7511] and use this patch: [http://bugs.python.org/file17959/vcvars4.diff] - why isn't this merged and released??)
     7
     8Unfortunately, other dependencies are even harder to deal with:
    79* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.22/ pygtk] (or even just plain GTK for that matter) do not provide 64-bit installers at present, and building from source is too tedious.
    810* [http://www.gstreamer.net/ gstreamer] does not provide a 64-bit version, all the bindings are for 32-bit python only at present...