Changes between Initial Version and Version 1 of Ticket #142
- Timestamp:
- 03/29/11 21:13:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #142
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #142 – Description
initial v1 2 2 instructions on [http://winswitch.org/dev/win32.html dev/win32]. 3 3 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].4 For 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]. 5 5 6 Unfortunately, other dependencies are much much harder to deal with: 6 Then 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 8 Unfortunately, other dependencies are even harder to deal with: 7 9 * [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. 8 10 * [http://www.gstreamer.net/ gstreamer] does not provide a 64-bit version, all the bindings are for 32-bit python only at present...