Python tests pass for 32 bit, fail for 64 bit
Hi: my Python package is passing 32 bit tests:
https://ci.appveyor.com/project/tomkralidis/pywoudc-namlu/build/job/j0xyplmlbd2e5660
but not 64 bit tests:
https://ci.appveyor.com/project/tomkralidis/pywoudc-namlu/build/job/emq5a92wl2ffw5ij
Any idea what I'm doing wrong here? My appveyor config is at https://github.com/tomkralidis/pywoudc/blob/master/appveyor.yml
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by Tom Kralidis on 31 Aug, 2015 03:52 PM
Note: the failure for the 64-bit case is a Python ImportError. I use pip (see https://github.com/tomkralidis/pywoudc/blob/master/appveyor.yml#L12) to install dependencies which works in the 32-bit case.
Support Staff 2 Posted by Feodor Fitsner on 31 Aug, 2015 04:22 PM
You were just calling the same version of Python (2.7 32-bit) in both job. I've sent PR with correct
appveyor.yml: https://github.com/tomkralidis/pywoudc/pull/13 Posted by Tom Kralidis on 31 Aug, 2015 04:46 PM
Thanks Feodor! Works great now.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:59 AM.