hi, i have a macports version of python-2.7 on macosx-10.6.8 and i want to install pygresql but i don't want to install it via macports because it wants to install all of postgresql (which i already have just not via macports) so i tried to use "pip-2.7 install pygresql" but it produces a 64 bit library which is no good for me (because there isn't a 64bit wxpython library).
after searching the net for answers, i tried the following: ARCHFLAGS='-arch i386' sudo pip-2.7 install pygresql arch -i386 sudo pip-2.7 install pygresql but they had no effect. i couldn't find any hints in the pip documentation about how to pass compiler flags in. i tried using --global-option='-arch i386' and --install-option='-arch i386' but they didn't help. pip doesn't seem to have a --build-option option. any ideas? cheers, raf _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
