-
Notifications
You must be signed in to change notification settings - Fork 29
Can't build on mingw Windows XP #15
Comments
Hi, thanks for reporting. I've removed the import of 'setuptools'. |
thanks for responding quick :) anyways, here's what I get: in any case, if you have an x64 system, a build on yours should logically work on mine :P would be better if it didn't have to be built at all, but that's a completely different level :P |
Hi, you need to install mingw-gcc on your system to compile it. |
ah ok just so you know, I don't use anything above WinXP. |
Thanks :) |
btw, if this builds to a DLL, I can't use it... check this out: |
Does this problem still persist? |
kinda... I can't seem to get mingw to install properly with XP x64 I've installed Cygwin and havn't tested that yet why can't the code just be ported to python, so it doesn't have to be built :) |
I found this script to be very helpful when I had to configure a MingW environment to create Windows builds for a project. It downloads binary packages and their dependencies from the OpenSUSE build service. |
alright, I will try this out when I'm ready ;) tbh, I only downloaded this because it was an interesting project, still, a python version of tox is pretty awesome :D may I request a pure python port of the code for the future :) |
Hi Tcll, can you open a new issue for this request? thanks 2014-09-16 20:04 GMT+08:00 Tcll [email protected]:
Cell: +886 910 380 678 |
For the record Tcll; PyTox isn't a python version of Tox, but a 'language binding', in this case for Python. Wikipedia has a good explanation of this concept that can be found here. The hours of work required for your request would be immense and completely unpractical. |
Actually a possible solution to this is using python's ffi (ctypes) instead 2014-09-17 13:47 GMT+08:00 Alexander van der Meij [email protected]
Cell: +886 910 380 678 |
actually, last checkup I did on ctypes, I found out it was slow... PyOpenGL does this though, but it uses a built DLL with a python wrapper. EDIT: @alexandervdm: |
@Tcll ctypes is still our best option here. Implementing the tox protocol from ground-up is too time consuming, and thus not feasible given the time I have. |
1: delete "import setuptools" from setup.py (I can't get setuptools to install anyways)
...
building 'tox' extension
error: unable to find vcvarsall.bat
running Py27 on WinXP x64 SP2
why is the extension not built already??
The text was updated successfully, but these errors were encountered: